@abtnode/analytics 1.16.54-beta-20251017-133309-7d40faa6 → 1.16.54-beta-20251023-041534-36eec6b9

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.54-beta-20251017-133309-7d40faa6",
6
+ "version": "1.16.54-beta-20251023-041534-36eec6b9",
7
7
  "description": "Lib to help blocklet developers to get insights of their blocklet",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -13,8 +13,8 @@
13
13
  "scripts": {
14
14
  "lint": "eslint tests index.ts",
15
15
  "lint:fix": "npm run lint -- --fix",
16
- "test": "NODE_ENV=test node tools/jest.js",
17
- "coverage": "npm run test -- --coverage",
16
+ "test": "bun test",
17
+ "coverage": "bun test --coverage",
18
18
  "clean": "rm -f index.d.ts index.js",
19
19
  "build:core-analytics": "npm run build",
20
20
  "build": "npm run clean && tsc"
@@ -22,14 +22,14 @@
22
22
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@abtnode/util": "1.16.54-beta-20251017-133309-7d40faa6",
25
+ "@abtnode/util": "1.16.54-beta-20251023-041534-36eec6b9",
26
26
  "debug": "^4.4.1",
27
27
  "fs-extra": "^11.2.0",
28
28
  "shelljs": "^0.8.5",
29
29
  "tar": "^6.1.11"
30
30
  },
31
31
  "devDependencies": {
32
- "@abtnode/types": "1.16.54-beta-20251017-133309-7d40faa6",
32
+ "@abtnode/types": "1.16.54-beta-20251023-041534-36eec6b9",
33
33
  "@arcblock/eslint-config-ts": "^0.3.3",
34
34
  "@types/jest": "^29.5.13",
35
35
  "@types/node": "^22.7.5",
@@ -41,5 +41,5 @@
41
41
  "ts-jest": "^29.2.5",
42
42
  "typescript": "^5.6.3"
43
43
  },
44
- "gitHead": "78c11632ed47a75502a20c257568fc9e1655ca05"
44
+ "gitHead": "a642bc21c7c0f4aaccae2758d6b1d836d078bc1b"
45
45
  }