rhine-var 0.9.22 → 0.9.23

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.
@@ -134,4 +134,4 @@ jobs:
134
134
  - name: Publish to NPM
135
135
  run: npm publish
136
136
  env:
137
- NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
137
+ NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rhine-var",
3
- "version": "0.9.22",
3
+ "version": "0.9.23",
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",