@abtnode/util 1.17.7-beta-20251225-073259-cb6ecf68 → 1.17.7-beta-20251229-085620-84f09930

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.
@@ -1,4 +1,4 @@
1
- const isInstanceWorker = () => {
1
+ const isWorkerInstance = () => {
2
2
  if (process.env.NODE_APP_INSTANCE === undefined) {
3
3
  return false;
4
4
  }
@@ -6,5 +6,5 @@ const isInstanceWorker = () => {
6
6
  };
7
7
 
8
8
  module.exports = {
9
- isInstanceWorker,
9
+ isWorkerInstance,
10
10
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.7-beta-20251225-073259-cb6ecf68",
6
+ "version": "1.17.7-beta-20251229-085620-84f09930",
7
7
  "description": "ArcBlock's JavaScript utility",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -18,19 +18,19 @@
18
18
  "author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
- "@abtnode/constant": "1.17.7-beta-20251225-073259-cb6ecf68",
22
- "@abtnode/db-cache": "1.17.7-beta-20251225-073259-cb6ecf68",
23
- "@arcblock/did": "^1.27.15",
24
- "@arcblock/event-hub": "^1.27.15",
21
+ "@abtnode/constant": "1.17.7-beta-20251229-085620-84f09930",
22
+ "@abtnode/db-cache": "1.17.7-beta-20251229-085620-84f09930",
23
+ "@arcblock/did": "^1.27.16",
24
+ "@arcblock/event-hub": "^1.27.16",
25
25
  "@arcblock/pm2": "^6.0.12",
26
- "@blocklet/constant": "1.17.7-beta-20251225-073259-cb6ecf68",
26
+ "@blocklet/constant": "1.17.7-beta-20251229-085620-84f09930",
27
27
  "@blocklet/error": "^0.3.5",
28
- "@blocklet/meta": "1.17.7-beta-20251225-073259-cb6ecf68",
29
- "@blocklet/xss": "^0.3.14",
30
- "@ocap/client": "^1.27.15",
31
- "@ocap/mcrypto": "^1.27.15",
32
- "@ocap/util": "^1.27.15",
33
- "@ocap/wallet": "^1.27.15",
28
+ "@blocklet/meta": "1.17.7-beta-20251229-085620-84f09930",
29
+ "@blocklet/xss": "^0.3.15",
30
+ "@ocap/client": "^1.27.16",
31
+ "@ocap/mcrypto": "^1.27.16",
32
+ "@ocap/util": "^1.27.16",
33
+ "@ocap/wallet": "^1.27.16",
34
34
  "archiver": "^7.0.1",
35
35
  "axios": "^1.7.9",
36
36
  "axios-mock-adapter": "^2.1.0",
@@ -90,5 +90,5 @@
90
90
  "express": "^4.18.2",
91
91
  "fs-extra": "^11.2.0"
92
92
  },
93
- "gitHead": "16715912460ed534e1e023d7e968714e3990051d"
93
+ "gitHead": "fe2ffc3cf431bbaa89ac802bed793aa1188da4c3"
94
94
  }