Skip to content

Commit

Permalink
version bumps (#83)
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Ricart <[email protected]>
  • Loading branch information
aricart authored Oct 16, 2024
1 parent 8961b78 commit ed005f1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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-10",
"version": "3.0.0-11",
"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-10",
"version": "3.0.0-11",
"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-8",
"version": "3.0.0-9",
"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-27",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-10"
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-11"
}
}
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-27",
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-27/internal",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-10",
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-10/internal",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-11",
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-11/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-8",
"version": "3.0.0-9",
"files": [
"lib/",
"LICENSE",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"description": "kv library - this library implements all the base functionality for NATS KV javascript clients",
"dependencies": {
"@nats-io/jetstream": "~3.0.0-10",
"@nats-io/jetstream": "~3.0.0-11",
"@nats-io/nats-core": "~3.0.0-27"
},
"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-6",
"version": "3.0.0-9",
"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-27",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-10"
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-11"
}
}
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-27",
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-27/internal",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-10",
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-10/internal",
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-11",
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-11/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-6",
"version": "3.0.0-9",
"files": [
"lib/",
"LICENSE",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"description": "obj library - this library implements all the base functionality for NATS objectstore for javascript clients",
"dependencies": {
"@nats-io/jetstream": "~3.0.0-10",
"@nats-io/jetstream": "~3.0.0-11",
"@nats-io/nats-core": "~3.0.0-27"
},
"devDependencies": {
Expand Down

0 comments on commit ed005f1

Please sign in to comment.