Skip to content

Commit

Permalink
bump to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
volf52 committed Jun 10, 2023
1 parent b63b3d8 commit 982110f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbonteq/jwt-darwin-universal",
"version": "0.1.1",
"version": "0.1.2",
"os": [
"darwin"
],
Expand All @@ -16,4 +16,4 @@
"engines": {
"node": ">= 16"
}
}
}
4 changes: 2 additions & 2 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbonteq/jwt-linux-x64-gnu",
"version": "0.1.1",
"version": "0.1.2",
"os": [
"linux"
],
Expand All @@ -22,4 +22,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbonteq/jwt-win32-x64-msvc",
"version": "0.1.1",
"version": "0.1.2",
"os": [
"win32"
],
Expand All @@ -19,4 +19,4 @@
"engines": {
"node": ">= 16"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbonteq/jwt",
"description": "JWT lib with native bindings and (optional) LRU cache",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",
"types": "index.d.ts",
"scope": "@carbonteq",
Expand Down Expand Up @@ -85,4 +85,4 @@
"@carbonteq/jwt-linux-x64-gnu": "0.1.1",
"@carbonteq/jwt-darwin-universal": "0.1.1"
}
}
}

0 comments on commit 982110f

Please sign in to comment.