@biglogic/rgs 3.7.9 → 3.8.0
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.
- package/README.md +1 -1
- package/docs/README.md +1 -1
- package/docs/chapters/08-migration-guide.md +1 -1
- package/package.json +2 -4
package/README.md
CHANGED
package/docs/README.md
CHANGED
|
@@ -276,7 +276,7 @@ If you relied on `addAccessRule()` from the global export to affect a `createSto
|
|
|
276
276
|
|
|
277
277
|
## Need Help?
|
|
278
278
|
|
|
279
|
-
- **Issues:** [GitHub Issues](https://github.com/
|
|
279
|
+
- **Issues:** [GitHub Issues](https://github.com/@biglogic/rgs/issues)
|
|
280
280
|
- **Docs:** [Galaxy Documentation](../SUMMARY.md)
|
|
281
281
|
|
|
282
282
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biglogic/rgs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Argis (RGS) - Reactive Global State: A react state everywhere made easy",
|
|
6
6
|
"type": "module",
|
|
@@ -67,8 +67,6 @@
|
|
|
67
67
|
"build": "node -e \"const fs=require('fs');if(fs.existsSync('./dist'))fs.rmSync('./dist',{recursive:true});\" && node ./esbuild.config.mjs && npx tsc -p tsconfig.json --emitDeclarationOnly",
|
|
68
68
|
"build:watch": "node ./esbuild.config.mjs --watch",
|
|
69
69
|
"build:extension": "cd vscode-extension && vsce package -o ../dist/rgs-extension.vsix",
|
|
70
|
-
"npm:pack": "npm run build && cd dist && npm pack",
|
|
71
|
-
"npm:publish": "npm run build && npm run build:extension && cd dist && npm publish --access=public",
|
|
72
70
|
"lint": "cd tests && npm run lint",
|
|
73
71
|
"tsc": "cd tests && tsc --noEmit",
|
|
74
72
|
"test": "cd tests && npm test"
|
|
@@ -88,4 +86,4 @@
|
|
|
88
86
|
"tslib": "^2.8.1",
|
|
89
87
|
"typescript": "^5.9.3"
|
|
90
88
|
}
|
|
91
|
-
}
|
|
89
|
+
}
|