Skip to content

Commit

Permalink
Ci/npm release admin (#50)
Browse files Browse the repository at this point in the history
* release admin

* Add Description (Fixes npmjs search summary)

* remove hard requirement of NPM_TOKEN Env Var
  • Loading branch information
Charles-Schleich authored Nov 26, 2024
1 parent 2cb8749 commit 24019e5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion zenoh-ts/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@eclipse-zenoh:registry=https://npm.pkg.github.com
@eclipse-zenoh:registry=https://registry.npmjs.com/
4 changes: 2 additions & 2 deletions zenoh-ts/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zenoh-ts",
"private": true,
"name": "zenoh-ts-examples",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
Expand Down
22 changes: 17 additions & 5 deletions zenoh-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@eclipse-zenoh/zenoh-ts",
"version": "1.0.2-dev",
"version": "1.0.3",
"license": "(Apache-2.0 OR EPL-2.0)",
"type": "module",
"description": "Zenoh: The Zero Overhead Pub/Sub/Query Protocol",
"exports": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
Expand Down Expand Up @@ -36,7 +37,18 @@
"clean": "rm -rf ./node_modules ./dist ./esm"
},
"publishConfig": {
"access": "restricted",
"registry": "https://npm.pkg.github.com"
}
}
"access": "public",
"registry": "https://registry.npmjs.org"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "github.com/eclipse-zenoh/zenoh-ts"
},
"keywords": [
"networking"
],
"author": "Charles Schleich"
}

0 comments on commit 24019e5

Please sign in to comment.