Skip to content

Commit 821e906

Browse files
authored
bumps (#196)
Signed-off-by: Alberto Ricart <[email protected]>
1 parent c02a380 commit 821e906

19 files changed

+51
-51
lines changed

core/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/nats-core",
3-
"version": "3.0.0-49",
3+
"version": "3.0.0-50",
44
"exports": {
55
".": "./src/mod.ts",
66
"./internal": "./src/internal_mod.ts"

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/nats-core",
3-
"version": "3.0.0-49",
3+
"version": "3.0.0-50",
44
"files": [
55
"lib/",
66
"LICENSE",
@@ -37,7 +37,7 @@
3737
"@nats-io/nuid": "2.0.3"
3838
},
3939
"devDependencies": {
40-
"@types/node": "22.10.7",
40+
"@types/node": "^22.10.10",
4141
"shx": "^0.3.4",
4242
"typescript": "5.6.3"
4343
}

core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated - do not edit
2-
export const version = "3.0.0-49";
2+
export const version = "3.0.0-50";

jetstream/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/jetstream",
3-
"version": "3.0.0-36",
3+
"version": "3.0.0-37",
44
"exports": {
55
".": "./src/mod.ts",
66
"./internal": "./src/internal_mod.ts"
@@ -33,6 +33,6 @@
3333
"test": "deno test -A --parallel --reload --trace-leaks --quiet tests/ --import-map=import_map.json"
3434
},
3535
"imports": {
36-
"@nats-io/nats-core": "jsr:@nats-io/[email protected]49"
36+
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-50"
3737
}
3838
}

jetstream/import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"imports": {
33
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.2",
44
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.3",
5-
"@nats-io/nats-core": "jsr:@nats-io/[email protected]49",
6-
"@nats-io/nats-core/internal": "jsr:@nats-io/[email protected]49/internal",
5+
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-50",
6+
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-50/internal",
77
"test_helpers": "../test_helpers/mod.ts",
88
"@std/io": "jsr:@std/[email protected]"
99
}

jetstream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/jetstream",
3-
"version": "3.0.0-36",
3+
"version": "3.0.0-37",
44
"files": [
55
"lib/",
66
"LICENSE",
@@ -33,10 +33,10 @@
3333
},
3434
"description": "jetstream library - this library implements all the base functionality for NATS JetStream for javascript clients",
3535
"dependencies": {
36-
"@nats-io/nats-core": "3.0.0-49"
36+
"@nats-io/nats-core": "3.0.0-50"
3737
},
3838
"devDependencies": {
39-
"@types/node": "^22.10.7",
39+
"@types/node": "^22.10.10",
4040
"shx": "^0.3.4",
4141
"typescript": "5.6.3"
4242
}

kv/deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/kv",
3-
"version": "3.0.0-30",
3+
"version": "3.0.0-31",
44
"exports": {
55
".": "./src/mod.ts",
66
"./internal": "./src/internal_mod.ts"
@@ -33,7 +33,7 @@
3333
"test": "deno test -A --parallel --reload --quiet tests/ --import-map=import_map.json"
3434
},
3535
"imports": {
36-
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-49",
37-
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-36"
36+
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-50",
37+
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-37"
3838
}
3939
}

kv/import_map.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"imports": {
3-
"@nats-io/nats-core": "jsr:@nats-io/[email protected]49",
4-
"@nats-io/nats-core/internal": "jsr:@nats-io/[email protected]49/internal",
5-
"@nats-io/jetstream": "jsr:@nats-io/[email protected]36",
6-
"@nats-io/jetstream/internal": "jsr:@nats-io/[email protected]36/internal",
3+
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-50",
4+
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-50/internal",
5+
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-37",
6+
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-37/internal",
77
"test_helpers": "../test_helpers/mod.ts",
88
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.2",
99
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.3",

kv/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/kv",
3-
"version": "3.0.0-30",
3+
"version": "3.0.0-31",
44
"files": [
55
"lib/",
66
"LICENSE",
@@ -33,11 +33,11 @@
3333
},
3434
"description": "kv library - this library implements all the base functionality for NATS KV javascript clients",
3535
"dependencies": {
36-
"@nats-io/jetstream": "3.0.0-36",
37-
"@nats-io/nats-core": "3.0.0-49"
36+
"@nats-io/jetstream": "3.0.0-37",
37+
"@nats-io/nats-core": "3.0.0-50"
3838
},
3939
"devDependencies": {
40-
"@types/node": "^22.10.7",
40+
"@types/node": "^22.10.10",
4141
"shx": "^0.3.4",
4242
"typescript": "5.6.3"
4343
}

obj/deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/obj",
3-
"version": "3.0.0-32",
3+
"version": "3.0.0-33",
44
"exports": {
55
".": "./src/mod.ts",
66
"./internal": "./src/internal_mod.ts"
@@ -33,7 +33,7 @@
3333
"test": "deno test -A --parallel --reload --quiet tests/ --import-map=import_map.json"
3434
},
3535
"imports": {
36-
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-49",
37-
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-36"
36+
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-50",
37+
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-37"
3838
}
3939
}

obj/import_map.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"imports": {
3-
"@nats-io/nats-core": "jsr:@nats-io/[email protected]49",
4-
"@nats-io/nats-core/internal": "jsr:@nats-io/[email protected]49/internal",
5-
"@nats-io/jetstream": "jsr:@nats-io/[email protected]36",
6-
"@nats-io/jetstream/internal": "jsr:@nats-io/[email protected]36/internal",
3+
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-50",
4+
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-50/internal",
5+
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-37",
6+
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-37/internal",
77
"test_helpers": "../test_helpers/mod.ts",
88
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.2",
99
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.3",

obj/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/obj",
3-
"version": "3.0.0-32",
3+
"version": "3.0.0-33",
44
"files": [
55
"lib/",
66
"LICENSE",
@@ -33,11 +33,11 @@
3333
},
3434
"description": "obj library - this library implements all the base functionality for NATS objectstore for javascript clients",
3535
"dependencies": {
36-
"@nats-io/jetstream": "3.0.0-36",
37-
"@nats-io/nats-core": "3.0.0-49"
36+
"@nats-io/jetstream": "3.0.0-37",
37+
"@nats-io/nats-core": "3.0.0-50"
3838
},
3939
"devDependencies": {
40-
"@types/node": "22.10.7",
40+
"@types/node": "^22.10.10",
4141
"shx": "^0.3.4",
4242
"typescript": "5.6.3"
4343
}

services/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/services",
3-
"version": "3.0.0-24",
3+
"version": "3.0.0-25",
44
"exports": {
55
".": "./src/mod.ts",
66
"./internal": "./src/internal_mod.ts"
@@ -33,6 +33,6 @@
3333
"test": "deno test -A --parallel --reload --quiet tests/ --import-map=import_map.json"
3434
},
3535
"imports": {
36-
"@nats-io/nats-core": "jsr:@nats-io/[email protected]49"
36+
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-50"
3737
}
3838
}

services/import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
3-
"@nats-io/nats-core": "jsr:@nats-io/[email protected]49",
4-
"@nats-io/nats-core/internal": "jsr:@nats-io/[email protected]49/internal",
3+
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-50",
4+
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-50/internal",
55
"test_helpers": "../test_helpers/mod.ts",
66
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.2",
77
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.3",

services/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/services",
3-
"version": "3.0.0-24",
3+
"version": "3.0.0-25",
44
"files": [
55
"lib/",
66
"LICENSE",
@@ -33,10 +33,10 @@
3333
},
3434
"description": "services library - this library implements all the base functionality for NATS services for javascript clients",
3535
"dependencies": {
36-
"@nats-io/nats-core": "3.0.0-49"
36+
"@nats-io/nats-core": "3.0.0-50"
3737
},
3838
"devDependencies": {
39-
"@types/node": "22.10.7",
39+
"@types/node": "^22.10.10",
4040
"shx": "^0.3.4",
4141
"typescript": "5.6.3"
4242
}

transport-deno/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"imports": {
2222
"@std/io": "jsr:@std/[email protected]",
23-
"@nats-io/nats-core": "jsr:@nats-io/[email protected]49",
23+
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-50",
2424
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.2",
2525
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.3"
2626
}

transport-node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

transport-node/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nats-io/transport-node",
3-
"version": "3.0.0-34",
3+
"version": "3.0.0-35",
44
"description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system",
55
"keywords": [
66
"nats",
@@ -55,17 +55,17 @@
5555
"node": ">= 18.0.0"
5656
},
5757
"dependencies": {
58-
"@nats-io/nats-core": "3.0.0-49",
58+
"@nats-io/nats-core": "3.0.0-50",
5959
"@nats-io/nkeys": "2.0.2",
6060
"@nats-io/nuid": "2.0.3"
6161
},
6262
"devDependencies": {
63-
"@types/node": "22.10.7",
63+
"@nats-io/jetstream": "3.0.0-37",
64+
"@nats-io/kv": "3.0.0-31",
65+
"@nats-io/obj": "3.0.0-33",
66+
"@types/node": "^22.10.10",
6467
"minimist": "^1.2.8",
6568
"shx": "^0.3.3",
66-
"typescript": "5.6.3",
67-
"@nats-io/jetstream": "3.0.0-36",
68-
"@nats-io/kv": "3.0.0-30",
69-
"@nats-io/obj": "3.0.0-32"
69+
"typescript": "5.6.3"
7070
}
7171
}

transport-node/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated - do not edit
2-
export const version = "3.0.0-34";
2+
export const version = "3.0.0-35";

0 commit comments

Comments
 (0)