-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bumps --------- Signed-off-by: Alberto Ricart <[email protected]>
- Loading branch information
Showing
23 changed files
with
91 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
import { cli } from "https://deno.land/x/cobra@v0.0.9/mod.ts"; | ||
import { cli } from "jsr:@aricart/cobra@0.0.13"; | ||
import * as esbuild from "npm:[email protected]"; | ||
// Import the Wasm build on platforms where running subprocesses is not | ||
// permitted, such as Deno Deploy, or when running without `--allow-run`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nats-io/nats-core", | ||
"version": "3.0.0-40", | ||
"version": "3.0.0-42", | ||
"exports": { | ||
".": "./src/mod.ts", | ||
"./internal": "./src/internal_mod.ts" | ||
|
@@ -35,7 +35,7 @@ | |
"test": "deno test -A --parallel --reload tests/ --import-map=./import_map.json" | ||
}, | ||
"imports": { | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@1.2.0-7", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.0-2", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// This file is generated - do not edit | ||
export const version = "3.0.0-40"; | ||
export const version = "3.0.0-42"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,5 +70,6 @@ | |
"./kv", | ||
"./obj", | ||
"./services" | ||
] | ||
], | ||
"nodeModulesDir": "auto" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"imports": { | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@1.2.0-4", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-40", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-40/internal", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.0-2", | ||
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.1-2", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-42", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-42/internal", | ||
"test_helpers": "../test_helpers/mod.ts", | ||
"@std/io": "jsr:@std/[email protected]" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"imports": { | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-40", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-40/internal", | ||
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-27", | ||
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-27/internal", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-42", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-42/internal", | ||
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-29", | ||
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-29/internal", | ||
"test_helpers": "../test_helpers/mod.ts", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@1.2.0-4", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.0-2", | ||
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.1-2", | ||
"@std/io": "jsr:@std/[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"imports": { | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-40", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-40/internal", | ||
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-27", | ||
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-27/internal", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-42", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-42/internal", | ||
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-29", | ||
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-29/internal", | ||
"test_helpers": "../test_helpers/mod.ts", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@1.2.0-4", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.0-2", | ||
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.1-2", | ||
"@std/io": "jsr:@std/[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"imports": { | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-40", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-40/internal", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-42", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-42/internal", | ||
"test_helpers": "../test_helpers/mod.ts", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@1.2.0-4", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.0-2", | ||
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.1-2", | ||
"@std/io": "jsr:@std/[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nats-io/transport-deno", | ||
"version": "3.0.0-15", | ||
"version": "3.0.0-16", | ||
"exports": { | ||
".": "./src/mod.ts" | ||
}, | ||
|
@@ -20,8 +20,8 @@ | |
}, | ||
"imports": { | ||
"@std/io": "jsr:@std/[email protected]", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-40", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@1.2.0-4", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]" | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-42", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.0-2", | ||
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.1-2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// This file is generated - do not edit | ||
export const version = "3.0.0-15"; | ||
export const version = "3.0.0-16"; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// This file is generated - do not edit | ||
export const version = "3.0.0-26"; | ||
export const version = "3.0.0-27"; |