rhine-var 0.9.20 → 0.9.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,7 +119,9 @@ jobs:
119
119
  run: yarn build
120
120
 
121
121
  - name: Configure npm Registry
122
- run: npm config set @rhineai-lab:registry=https://npm.pkg.github.com
122
+ run: |
123
+ npm config set @RhineAI-Lab:registry=https://npm.pkg.github.com
124
+ echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
123
125
 
124
126
  - name: Debug npm config
125
127
  run: npm config list
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rhine-var",
3
- "version": "0.9.20",
3
+ "version": "0.9.21",
4
4
  "description": "Variables that support multi-user collaboration and persistence, making collaboration and variable operations as simple as possible, with strict and well-defined type hints.",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",