@biglogic/rgs 3.0.0 → 3.0.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biglogic/rgs",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Argis (RGS) - React Globo State: A react state everywhere made easy",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsc --emitDeclarationOnly --outDir dist && node ./esbuild.config.mjs && npm run build:extension",
|
|
44
|
-
"build:extension": "cd vscode-extension && vsce package -o ../dist",
|
|
44
|
+
"build:extension": "cd vscode-extension && vsce package -o ../dist/rgs-extension.vsix",
|
|
45
45
|
"test": "jest --config tests/jest/jest.config.ts",
|
|
46
46
|
"npm: pack": "npm run build && cd dist && npm pack",
|
|
47
47
|
"npm: publish": "npm run build && cd dist && npm publish --access=public"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@types/react-dom": "19.2.3",
|
|
66
66
|
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
67
67
|
"@typescript-eslint/parser": "^8.56.0",
|
|
68
|
-
"dphelper": "2.6.
|
|
68
|
+
"dphelper": "2.6.4",
|
|
69
69
|
"esbuild": "0.27.3",
|
|
70
70
|
"esbuild-plugin-copy": "2.1.1",
|
|
71
71
|
"eslint": "^10.0.0",
|
|
index 2dadd62..4c34679 100644
|
|
|
Binary file
|