Skip to content

Commit

Permalink
Merge pull request #12 from carbonteq/changeset-release/main
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
volf52 authored Aug 2, 2024
2 parents 4e02f99 + 1e753f3 commit f554ed1
Show file tree
Hide file tree
Showing 8 changed files with 223 additions and 158 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-clocks-vanish.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @carbonteq/jwt

## 0.5.1

### Patch Changes

- 102b571: Fix binary module publishing

## 0.5.0

### Minor Changes
Expand Down
72 changes: 42 additions & 30 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,43 @@
{
"name": "@carbonteq/jwt-darwin-arm64",
"version": "0.5.0",
"os": ["darwin"],
"cpu": ["arm64"],
"main": "jwt.darwin-arm64.node",
"files": ["jwt.darwin-arm64.node"],
"keywords": ["jwt", "jsonwebtoken", "napi", "napi-rs", "carbonteq", "N-API"],
"author": {
"name": "Muhammad Arslan",
"url": "https://github.com/volf52",
"email": "[email protected]"
},
"homepage": "https://github.com/carbonteq/jwt#readme",
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/carbonteq/jwt"
},
"bugs": {
"url": "https://github.com/carbonteq/jwt/issues"
}
}

"name": "@carbonteq/jwt-darwin-arm64",
"version": "0.5.1",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "jwt.darwin-arm64.node",
"files": [
"jwt.darwin-arm64.node"
],
"keywords": [
"jwt",
"jsonwebtoken",
"napi",
"napi-rs",
"carbonteq",
"N-API"
],
"author": {
"name": "Muhammad Arslan",
"url": "https://github.com/volf52",
"email": "[email protected]"
},
"homepage": "https://github.com/carbonteq/jwt#readme",
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/carbonteq/jwt"
},
"bugs": {
"url": "https://github.com/carbonteq/jwt/issues"
}
}
72 changes: 42 additions & 30 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,43 @@
{
"name": "@carbonteq/jwt-darwin-x64",
"version": "0.5.0",
"os": ["darwin"],
"cpu": ["x64"],
"main": "jwt.darwin-x64.node",
"files": ["jwt.darwin-x64.node"],
"keywords": ["jwt", "jsonwebtoken", "napi", "napi-rs", "carbonteq", "N-API"],
"author": {
"name": "Muhammad Arslan",
"url": "https://github.com/volf52",
"email": "[email protected]"
},
"homepage": "https://github.com/carbonteq/jwt#readme",
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/carbonteq/jwt"
},
"bugs": {
"url": "https://github.com/carbonteq/jwt/issues"
}
}

"name": "@carbonteq/jwt-darwin-x64",
"version": "0.5.1",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "jwt.darwin-x64.node",
"files": [
"jwt.darwin-x64.node"
],
"keywords": [
"jwt",
"jsonwebtoken",
"napi",
"napi-rs",
"carbonteq",
"N-API"
],
"author": {
"name": "Muhammad Arslan",
"url": "https://github.com/volf52",
"email": "[email protected]"
},
"homepage": "https://github.com/carbonteq/jwt#readme",
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/carbonteq/jwt"
},
"bugs": {
"url": "https://github.com/carbonteq/jwt/issues"
}
}
76 changes: 45 additions & 31 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,46 @@
{
"name": "@carbonteq/jwt-linux-x64-gnu",
"version": "0.5.0",
"os": ["linux"],
"cpu": ["x64"],
"main": "jwt.linux-x64-gnu.node",
"files": ["jwt.linux-x64-gnu.node"],
"keywords": ["jwt", "jsonwebtoken", "napi", "napi-rs", "carbonteq", "N-API"],
"author": {
"name": "Muhammad Arslan",
"url": "https://github.com/volf52",
"email": "[email protected]"
},
"homepage": "https://github.com/carbonteq/jwt#readme",
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/carbonteq/jwt"
},
"bugs": {
"url": "https://github.com/carbonteq/jwt/issues"
},
"libc": ["glibc"]
}

"name": "@carbonteq/jwt-linux-x64-gnu",
"version": "0.5.1",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "jwt.linux-x64-gnu.node",
"files": [
"jwt.linux-x64-gnu.node"
],
"keywords": [
"jwt",
"jsonwebtoken",
"napi",
"napi-rs",
"carbonteq",
"N-API"
],
"author": {
"name": "Muhammad Arslan",
"url": "https://github.com/volf52",
"email": "[email protected]"
},
"homepage": "https://github.com/carbonteq/jwt#readme",
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/carbonteq/jwt"
},
"bugs": {
"url": "https://github.com/carbonteq/jwt/issues"
},
"libc": [
"glibc"
]
}
76 changes: 45 additions & 31 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,46 @@
{
"name": "@carbonteq/jwt-linux-x64-musl",
"version": "0.5.0",
"os": ["linux"],
"cpu": ["x64"],
"main": "jwt.linux-x64-musl.node",
"files": ["jwt.linux-x64-musl.node"],
"keywords": ["jwt", "jsonwebtoken", "napi", "napi-rs", "carbonteq", "N-API"],
"author": {
"name": "Muhammad Arslan",
"url": "https://github.com/volf52",
"email": "[email protected]"
},
"homepage": "https://github.com/carbonteq/jwt#readme",
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/carbonteq/jwt"
},
"bugs": {
"url": "https://github.com/carbonteq/jwt/issues"
},
"libc": ["musl"]
}

"name": "@carbonteq/jwt-linux-x64-musl",
"version": "0.5.1",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "jwt.linux-x64-musl.node",
"files": [
"jwt.linux-x64-musl.node"
],
"keywords": [
"jwt",
"jsonwebtoken",
"napi",
"napi-rs",
"carbonteq",
"N-API"
],
"author": {
"name": "Muhammad Arslan",
"url": "https://github.com/volf52",
"email": "[email protected]"
},
"homepage": "https://github.com/carbonteq/jwt#readme",
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/carbonteq/jwt"
},
"bugs": {
"url": "https://github.com/carbonteq/jwt/issues"
},
"libc": [
"musl"
]
}
Loading

0 comments on commit f554ed1

Please sign in to comment.