Skip to content

Commit 9206d1d

Browse files
chore: bump version to v2.0.4
1 parent 693344b commit 9206d1d

File tree

68 files changed

+98
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+98
-98
lines changed

examples/client-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.3",
2+
"version": "2.0.4",
33
"type": "module",
44
"engines": {
55
"node": ">=18"

examples/dapr-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/dapr-example",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "example how to use the dapr package",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/fullexample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/full-example",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/hono-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/hono-example",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/kubernetes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/kubernetes-example",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "example how to deploy a single service in kubernetes",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/mqtt-bridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/mqtt-example",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/nats-bridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/nats-example",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/quickstart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/quickstart",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "purista backend framework",
55
"homepage": "https://purista.dev",
66
"private": true,

examples/temporal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@purista/temporal-example",
33
"private": true,
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"description": "PURISTA blueprint project",
66
"engines": {
77
"node": ">=18"

package-lock.json

+31-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.3",
2+
"version": "2.0.4",
33
"private": true,
44
"type": "module",
55
"scripts": {

packages/amqpbridge/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@purista/amqpbridge",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"description": "AMQP eventbridge for PURISTA backend framework",
66
"keywords": ["purista", "amqp", "typescript", "javascript"],
77
"exports": "./dist/esm/index.js",

packages/amqpbridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/amqpbridge",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "AMQP eventbridge for PURISTA backend framework",
55
"homepage": "https://purista.dev",
66
"repository": {

packages/amqpbridge/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const puristaVersion = '2.0.3'
1+
export const puristaVersion = '2.0.4'

packages/aws-config-store/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@purista/aws-config-store",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"description": "State store adapter for AWS System Manager",
66
"keywords": ["purista", "aws", "typescript", "javascript"],
77
"exports": "./dist/esm/index.js",

packages/aws-config-store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purista/aws-config-store",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "State store adapter for AWS System Manager",
55
"homepage": "https://purista.dev",
66
"repository": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const puristaVersion = '2.0.3'
1+
export const puristaVersion = '2.0.4'

0 commit comments

Comments
 (0)