-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change(core): the JSONCodec and StringCodec utilities have been remov…
…ed - Msg payloads can be read as string or JSON by using `string/json()` methods. For publishing, simply supply JSON.stringify() results as the payload. Signed-off-by: Alberto Ricart <[email protected]>
- Loading branch information
Showing
20 changed files
with
41 additions
and
51 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
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-29", | ||
"version": "3.0.0-30", | ||
"files": [ | ||
"lib/", | ||
"LICENSE", | ||
|
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-29"; | ||
export const version = "3.0.0-30"; |
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
"imports": { | ||
"@nats-io/nkeys": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-29", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-29/internal", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-30", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-30/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,9 +1,9 @@ | ||
{ | ||
"imports": { | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-29", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-29/internal", | ||
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-14", | ||
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-14/internal", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-30", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-30/internal", | ||
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-15", | ||
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-15/internal", | ||
"test_helpers": "../test_helpers/mod.ts", | ||
"@nats-io/nkeys": "jsr:@nats-io/[email protected]", | ||
"@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
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/nats-core": "jsr:@nats-io/nats-core@~3.0.0-29", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-29/internal", | ||
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-14", | ||
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-14/internal", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-30", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-30/internal", | ||
"@nats-io/jetstream": "jsr:@nats-io/jetstream@~3.0.0-15", | ||
"@nats-io/jetstream/internal": "jsr:@nats-io/jetstream@~3.0.0-15/internal", | ||
"test_helpers": "../test_helpers/mod.ts", | ||
"@nats-io/nkeys": "jsr:@nats-io/[email protected]", | ||
"@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 was deleted.
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,7 +1,7 @@ | ||
{ | ||
"imports": { | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-29", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-29/internal", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-30", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-30/internal", | ||
"test_helpers": "../test_helpers/mod.ts", | ||
"@nats-io/nkeys": "jsr:@nats-io/[email protected]", | ||
"@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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
}, | ||
"imports": { | ||
"@std/io": "jsr:@std/[email protected]", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-29", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-30", | ||
"@nats-io/nkeys": "jsr:@nats-io/[email protected]", | ||
"@nats-io/nuid": "jsr:@nats-io/[email protected]" | ||
} | ||
|
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-14"; | ||
export const version = "3.0.0-15"; |