@intechstudio/grid-protocol 1.20260114.2145 → 1.20260116.925
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/dist/index.js +1 -1
- package/package.json +3 -4
package/dist/index.js
CHANGED
|
@@ -4212,7 +4212,7 @@ var GridScript = /** @class */ (function () {
|
|
|
4212
4212
|
GridScript.compressScript = function (script) {
|
|
4213
4213
|
var short = GridScript.shortify(script);
|
|
4214
4214
|
var minified = GridScript.minifyScript(short);
|
|
4215
|
-
return minified
|
|
4215
|
+
return minified;
|
|
4216
4216
|
};
|
|
4217
4217
|
GridScript.expandScript = function (script) {
|
|
4218
4218
|
var human = GridScript.humanize(script);
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intechstudio/grid-protocol",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20260116.925",
|
|
4
4
|
"description": "Grid protocol descriptors automatically generated from the grid-fw repository!",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"test": "
|
|
6
|
+
"test": "vitest run",
|
|
7
7
|
"clean": "rm -rf dist",
|
|
8
|
-
"build": "
|
|
8
|
+
"build": "rollup -c",
|
|
9
9
|
"prepack": "npm run build",
|
|
10
10
|
"prepublishOnly": "npm run build"
|
|
11
11
|
},
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"@rollup/plugin-json": "^6.1.0",
|
|
38
38
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
39
39
|
"@types/lodash": "^4.17.4",
|
|
40
|
-
"patch-package": "^8.0.0",
|
|
41
40
|
"rollup": "^4.18.0",
|
|
42
41
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
43
42
|
"ts-loader": "^9.5.1",
|