-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package versions and integrate coverage reporting (#176)
* Update package versions and integrate coverage reporting Updated dependencies across multiple packages to the next version to ensure consistency and access to the latest features and fixes. Enhanced the CI workflow by replacing 'npm test' with 'npm run coverage' for transport-node and added Coveralls integration for coverage reporting. Signed-off-by: Alberto Ricart <[email protected]>
- Loading branch information
Showing
21 changed files
with
62 additions
and
52 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
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-47", | ||
"version": "3.0.0-48", | ||
"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-47"; | ||
export const version = "3.0.0-48"; |
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/nkeys@~2.0.0-3", | ||
"@nats-io/nuid": "jsr:@nats-io/nuid@~2.0.1-2", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-47", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-47/internal", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-48", | ||
"@nats-io/nats-core/internal": "jsr:@nats-io/nats-core@~3.0.0-48/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
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
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
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-19", | ||
"version": "3.0.0-20", | ||
"exports": { | ||
".": "./src/mod.ts" | ||
}, | ||
|
@@ -20,7 +20,7 @@ | |
}, | ||
"imports": { | ||
"@std/io": "jsr:@std/[email protected]", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-47", | ||
"@nats-io/nats-core": "jsr:@nats-io/nats-core@~3.0.0-48", | ||
"@nats-io/nkeys": "jsr:@nats-io/nkeys@~2.0.0-3", | ||
"@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-19"; | ||
export const version = "3.0.0-20"; |
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-32"; | ||
export const version = "3.0.0-33"; |