Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Ricart <[email protected]>
  • Loading branch information
aricart committed Nov 8, 2024
1 parent f7e8f01 commit b1090f5
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion jetstream/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/jetstream",
"version": "3.0.0-23",
"version": "3.0.0-24",
"exports": {
".": "./src/mod.ts",
"./internal": "./src/internal_mod.ts"
Expand Down
2 changes: 1 addition & 1 deletion jetstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/jetstream",
"version": "3.0.0-23",
"version": "3.0.0-24",
"files": [
"lib/",
"LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions kv/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/kv",
"version": "3.0.0-17",
"version": "3.0.0-18",
"exports": {
".": "./src/mod.ts",
"./internal": "./src/internal_mod.ts"
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"imports": {
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-23"
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-24"
}
}
4 changes: 2 additions & 2 deletions kv/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"imports": {
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36",
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-36/internal",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-23",
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-23/internal",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-24",
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-24/internal",
"test_helpers": "../test_helpers/mod.ts",
"@nats-io/nkeys": "jsr:@nats-io/[email protected]",
"@nats-io/nuid": "jsr:@nats-io/[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions kv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/kv",
"version": "3.0.0-17",
"version": "3.0.0-18",
"files": [
"lib/",
"LICENSE",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"description": "kv library - this library implements all the base functionality for NATS KV javascript clients",
"dependencies": {
"@nats-io/jetstream": "3.0.0-23",
"@nats-io/jetstream": "3.0.0-24",
"@nats-io/nats-core": "3.0.0-36"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions obj/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/obj",
"version": "3.0.0-18",
"version": "3.0.0-19",
"exports": {
".": "./src/mod.ts",
"./internal": "./src/internal_mod.ts"
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"imports": {
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-23"
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-24"
}
}
4 changes: 2 additions & 2 deletions obj/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"imports": {
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-36",
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-36/internal",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-23",
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-23/internal",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-24",
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-24/internal",
"test_helpers": "../test_helpers/mod.ts",
"@nats-io/nkeys": "jsr:@nats-io/[email protected]",
"@nats-io/nuid": "jsr:@nats-io/[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions obj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/obj",
"version": "3.0.0-18",
"version": "3.0.0-19",
"files": [
"lib/",
"LICENSE",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"description": "obj library - this library implements all the base functionality for NATS objectstore for javascript clients",
"dependencies": {
"@nats-io/jetstream": "3.0.0-23",
"@nats-io/jetstream": "3.0.0-24",
"@nats-io/nats-core": "3.0.0-36"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion services/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/services",
"version": "3.0.0-13",
"version": "3.0.0-14",
"exports": {
".": "./src/mod.ts",
"./internal": "./src/internal_mod.ts"
Expand Down
2 changes: 1 addition & 1 deletion services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/services",
"version": "3.0.0-13",
"version": "3.0.0-14",
"files": [
"lib/",
"LICENSE",
Expand Down
6 changes: 3 additions & 3 deletions transport-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"nats-jwt": "^0.0.9",
"shx": "^0.3.3",
"typescript": "5.6.3",
"@nats-io/jetstream": "3.0.0-23",
"@nats-io/kv": "3.0.0-17",
"@nats-io/obj": "3.0.0-18"
"@nats-io/jetstream": "3.0.0-24",
"@nats-io/kv": "3.0.0-18",
"@nats-io/obj": "3.0.0-19"
}
}

0 comments on commit b1090f5

Please sign in to comment.