@abtnode/analytics 1.17.7-beta-20251224-045844-3c7f459a → 1.17.7-beta-20251227-001958-ea2ba3f5
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 +4 -4
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.17.7-beta-
|
|
6
|
+
"version": "1.17.7-beta-20251227-001958-ea2ba3f5",
|
|
7
7
|
"description": "Lib to help blocklet developers to get insights of their blocklet",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@abtnode/util": "1.17.7-beta-
|
|
23
|
+
"@abtnode/util": "1.17.7-beta-20251227-001958-ea2ba3f5",
|
|
24
24
|
"debug": "^4.4.1",
|
|
25
25
|
"fs-extra": "^11.2.0",
|
|
26
26
|
"shelljs": "^0.8.5",
|
|
27
27
|
"tar": "^6.1.11"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@abtnode/types": "1.17.7-beta-
|
|
30
|
+
"@abtnode/types": "1.17.7-beta-20251227-001958-ea2ba3f5",
|
|
31
31
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
32
32
|
"@types/node": "^22.7.5",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"prettier": "^3.3.2",
|
|
37
37
|
"typescript": "^5.6.3"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "ec0a542fc2c66f2530d25884b43bddfa28d921a0"
|
|
40
40
|
}
|