Skip to content

Commit

Permalink
ci release debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jun 11, 2024
1 parent 9deb88b commit fe70e72
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 21 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nats-io/jwt",
"version": "0.0.10-4",
"version": "0.0.10-5",
"exports": {
".": "./src/mod.ts"
},
Expand Down
54 changes: 54 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nats-jwt",
"version": "0.0.10-4",
"version": "0.0.10-5",
"description": "NATS jwt.js",
"main": "cjs/jwt.js",
"module": "./esm/jwt.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
"nkeys.js": "^1.2.0-4"
},
"devDependencies": {
"@types/node": "^20.11.x",
"@types/node": "^20.14.x",
"shx": "^0.3.3",
"typedoc": "^0.25.10",
"typescript": "^5.3.x"
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

// this file is autogenerated - do not edit
export const Version = "0.0.10-4";
export const Version = "0.0.10-5";

0 comments on commit fe70e72

Please sign in to comment.