@abtnode/analytics 1.16.54-beta-20251024-030947-6f2889bf → 1.16.54-beta-20251027-105624-dfa978f8

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 -9
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.54-beta-20251024-030947-6f2889bf",
6
+ "version": "1.16.54-beta-20251027-105624-dfa978f8",
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": "bun test",
17
- "coverage": "bun test --coverage",
16
+ "test": "bun test --bail --timeout 30000",
17
+ "coverage": "bun test --bail --timeout 30000 --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,24 +22,21 @@
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-20251024-030947-6f2889bf",
25
+ "@abtnode/util": "1.16.54-beta-20251027-105624-dfa978f8",
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-20251024-030947-6f2889bf",
32
+ "@abtnode/types": "1.16.54-beta-20251027-105624-dfa978f8",
33
33
  "@arcblock/eslint-config-ts": "^0.3.3",
34
- "@types/jest": "^29.5.13",
35
34
  "@types/node": "^22.7.5",
36
35
  "@typescript-eslint/eslint-plugin": "^5.42.0",
37
36
  "@typescript-eslint/parser": "^5.42.0",
38
37
  "eslint": "^8.57.0",
39
- "jest": "^29.7.0",
40
38
  "prettier": "^3.3.2",
41
- "ts-jest": "^29.2.5",
42
39
  "typescript": "^5.6.3"
43
40
  },
44
- "gitHead": "73e5a3a80b82a2a7c62d42fdc08207b28e67633e"
41
+ "gitHead": "03b0bb26807c6c427ca700f48566ecc913f1353e"
45
42
  }