diff --git a/.changeset/shiny-clocks-vanish.md b/.changeset/shiny-clocks-vanish.md new file mode 100644 index 0000000..980c5ff --- /dev/null +++ b/.changeset/shiny-clocks-vanish.md @@ -0,0 +1,5 @@ +--- +"@carbonteq/jwt": patch +--- + +Fix binary module publishing diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index cfca1af..23d7bf2 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,22 +1,31 @@ { - "name": "@carbonteq/jwt-darwin-arm64", - "version": "0.5.0", - "os": [ - "darwin" - ], - "cpu": [ - "arm64" - ], - "main": "jwt.darwin-arm64.node", - "publishConfig": { - "access": "public", - "registry": "https://registry.npmjs.org/" - }, - "files": [ - "jwt.darwin-arm64.node" - ], - "license": "MIT", - "engines": { - "node": ">= 16" - } -} \ No newline at end of file + "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": "arsalan.karamat@carbonteq.com" + }, + "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" + } +} + diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 9f84fe5..ae36bc9 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,22 +1,31 @@ { - "name": "@carbonteq/jwt-darwin-x64", - "version": "0.5.0", - "os": [ - "darwin" - ], - "cpu": [ - "x64" - ], - "main": "jwt.darwin-x64.node", - "publishConfig": { - "access": "public", - "registry": "https://registry.npmjs.org/" - }, - "files": [ - "jwt.darwin-x64.node" - ], - "license": "MIT", - "engines": { - "node": ">= 16" - } -} \ No newline at end of file + "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": "arsalan.karamat@carbonteq.com" + }, + "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" + } +} + diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 38eb401..a7dbd9d 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,25 +1,32 @@ { - "name": "@carbonteq/jwt-linux-x64-gnu", - "version": "0.5.0", - "os": [ - "linux" - ], - "cpu": [ - "x64" - ], - "main": "jwt.linux-x64-gnu.node", - "publishConfig": { - "access": "public", - "registry": "https://registry.npmjs.org/" - }, - "files": [ - "jwt.linux-x64-gnu.node" - ], - "license": "MIT", - "engines": { - "node": ">= 16" - }, - "libc": [ - "glibc" - ] -} \ No newline at end of file + "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": "arsalan.karamat@carbonteq.com" + }, + "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"] +} + diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index 7777aae..61603ed 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,25 +1,32 @@ { - "name": "@carbonteq/jwt-linux-x64-musl", - "version": "0.5.0", - "os": [ - "linux" - ], - "cpu": [ - "x64" - ], - "main": "jwt.linux-x64-musl.node", - "publishConfig": { - "access": "public", - "registry": "https://registry.npmjs.org/" - }, - "files": [ - "jwt.linux-x64-musl.node" - ], - "license": "MIT", - "engines": { - "node": ">= 16" - }, - "libc": [ - "musl" - ] -} \ No newline at end of file + "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": "arsalan.karamat@carbonteq.com" + }, + "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"] +} + diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index b2d7f8c..512ba7f 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,22 +1,31 @@ { - "name": "@carbonteq/jwt-win32-x64-msvc", - "version": "0.5.0", - "os": [ - "win32" - ], - "cpu": [ - "x64" - ], - "main": "jwt.win32-x64-msvc.node", - "publishConfig": { - "access": "public", - "registry": "https://registry.npmjs.org/" - }, - "files": [ - "jwt.win32-x64-msvc.node" - ], - "license": "MIT", - "engines": { - "node": ">= 16" - } -} \ No newline at end of file + "name": "@carbonteq/jwt-win32-x64-msvc", + "version": "0.5.0", + "os": ["win32"], + "cpu": ["x64"], + "main": "jwt.win32-x64-msvc.node", + "files": ["jwt.win32-x64-msvc.node"], + "keywords": ["jwt", "jsonwebtoken", "napi", "napi-rs", "carbonteq", "N-API"], + "author": { + "name": "Muhammad Arslan", + "url": "https://github.com/volf52", + "email": "arsalan.karamat@carbonteq.com" + }, + "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" + } +} +