@ic-reactor/core 3.0.0-beta.5 → 3.0.0-beta.6
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ic-reactor/core",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.6",
|
|
4
4
|
"description": "IC Reactor Core Library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -18,13 +18,6 @@
|
|
|
18
18
|
"dist",
|
|
19
19
|
"README.md"
|
|
20
20
|
],
|
|
21
|
-
"scripts": {
|
|
22
|
-
"build": "rm -rf dist tsconfig.tsbuildinfo && tsc -b",
|
|
23
|
-
"test": "vitest run",
|
|
24
|
-
"version:sync": "node -e \"const pkg = require('./package.json'); const fs = require('fs'); fs.writeFileSync('./src/version.ts', '/**\\n * Library version - automatically synced from package.json.\\n */\\nexport const VERSION = \\\"' + pkg.version + '\\\"\\n');\"",
|
|
25
|
-
"size": "size-limit",
|
|
26
|
-
"analyze": "size-limit --why"
|
|
27
|
-
},
|
|
28
21
|
"repository": {
|
|
29
22
|
"type": "git",
|
|
30
23
|
"url": "https://github.com/B3Pay/ic-reactor",
|
|
@@ -82,5 +75,12 @@
|
|
|
82
75
|
"limit": "50 KB",
|
|
83
76
|
"gzip": true
|
|
84
77
|
}
|
|
85
|
-
]
|
|
86
|
-
|
|
78
|
+
],
|
|
79
|
+
"scripts": {
|
|
80
|
+
"build": "rm -rf dist tsconfig.tsbuildinfo && tsc -b",
|
|
81
|
+
"test": "vitest run",
|
|
82
|
+
"version:sync": "node -e \"const pkg = require('./package.json'); const fs = require('fs'); fs.writeFileSync('./src/version.ts', '/**\\n * Library version - automatically synced from package.json.\\n */\\nexport const VERSION = \\\"' + pkg.version + '\\\"\\n');\"",
|
|
83
|
+
"size": "size-limit",
|
|
84
|
+
"analyze": "size-limit --why"
|
|
85
|
+
}
|
|
86
|
+
}
|