@blocklet/cli 1.16.41 → 1.16.42-beta-20250402-131159-7647e64d
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/README.md
CHANGED
|
@@ -5,7 +5,7 @@ const chalk = require('chalk');
|
|
|
5
5
|
const uniq = require('lodash/uniq');
|
|
6
6
|
const pick = require('lodash/pick');
|
|
7
7
|
const merge = require('lodash/merge');
|
|
8
|
-
const cloneDeep = require('
|
|
8
|
+
const cloneDeep = require('@abtnode/util/lib/deep-clone');
|
|
9
9
|
const fs = require('fs-extra');
|
|
10
10
|
const fg = require('fast-glob');
|
|
11
11
|
const isGlob = require('is-glob');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable no-await-in-loop */
|
|
2
2
|
const { joinURL } = require('ufo');
|
|
3
|
-
const cloneDeep = require('
|
|
3
|
+
const cloneDeep = require('@abtnode/util/lib/deep-clone');
|
|
4
4
|
const get = require('lodash/get');
|
|
5
5
|
const Client = require('@ocap/client');
|
|
6
6
|
const axios = require('@abtnode/util/lib/axios');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/cli",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.42-beta-20250402-131159-7647e64d",
|
|
4
4
|
"description": "Command line tools to manage Blocklet Server",
|
|
5
5
|
"homepage": "https://github.com/ArcBlock/blocklet-server#readme",
|
|
6
6
|
"bin": {
|
|
@@ -35,26 +35,26 @@
|
|
|
35
35
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@abtnode/blocklet-services": "1.16.
|
|
39
|
-
"@abtnode/client": "1.16.
|
|
40
|
-
"@abtnode/constant": "1.16.
|
|
41
|
-
"@abtnode/core": "1.16.
|
|
42
|
-
"@abtnode/logger": "1.16.
|
|
43
|
-
"@abtnode/router-provider": "1.16.
|
|
44
|
-
"@abtnode/util": "1.16.
|
|
45
|
-
"@abtnode/webapp": "1.16.
|
|
38
|
+
"@abtnode/blocklet-services": "1.16.42-beta-20250402-131159-7647e64d",
|
|
39
|
+
"@abtnode/client": "1.16.42-beta-20250402-131159-7647e64d",
|
|
40
|
+
"@abtnode/constant": "1.16.42-beta-20250402-131159-7647e64d",
|
|
41
|
+
"@abtnode/core": "1.16.42-beta-20250402-131159-7647e64d",
|
|
42
|
+
"@abtnode/logger": "1.16.42-beta-20250402-131159-7647e64d",
|
|
43
|
+
"@abtnode/router-provider": "1.16.42-beta-20250402-131159-7647e64d",
|
|
44
|
+
"@abtnode/util": "1.16.42-beta-20250402-131159-7647e64d",
|
|
45
|
+
"@abtnode/webapp": "1.16.42-beta-20250402-131159-7647e64d",
|
|
46
46
|
"@arcblock/did": "1.19.15",
|
|
47
47
|
"@arcblock/event-hub": "1.19.15",
|
|
48
48
|
"@arcblock/ipfs-only-hash": "^0.0.2",
|
|
49
49
|
"@arcblock/jwt": "1.19.15",
|
|
50
50
|
"@arcblock/ws": "1.19.15",
|
|
51
|
-
"@blocklet/constant": "1.16.
|
|
51
|
+
"@blocklet/constant": "1.16.42-beta-20250402-131159-7647e64d",
|
|
52
52
|
"@blocklet/form-collector": "^0.1.8",
|
|
53
|
-
"@blocklet/images": "1.16.
|
|
54
|
-
"@blocklet/meta": "1.16.
|
|
55
|
-
"@blocklet/resolver": "1.16.
|
|
56
|
-
"@blocklet/store": "1.16.
|
|
57
|
-
"@blocklet/theme-builder": "^0.1.
|
|
53
|
+
"@blocklet/images": "1.16.42-beta-20250402-131159-7647e64d",
|
|
54
|
+
"@blocklet/meta": "1.16.42-beta-20250402-131159-7647e64d",
|
|
55
|
+
"@blocklet/resolver": "1.16.42-beta-20250402-131159-7647e64d",
|
|
56
|
+
"@blocklet/store": "1.16.42-beta-20250402-131159-7647e64d",
|
|
57
|
+
"@blocklet/theme-builder": "^0.1.8",
|
|
58
58
|
"@ocap/client": "1.19.15",
|
|
59
59
|
"@ocap/mcrypto": "1.19.15",
|
|
60
60
|
"@ocap/util": "1.19.15",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"engines": {
|
|
153
153
|
"node": ">=14"
|
|
154
154
|
},
|
|
155
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "f90e7dc430b14d99a8861d972967fb4b4c83c8ea",
|
|
156
156
|
"devDependencies": {
|
|
157
157
|
"@types/fs-extra": "^11.0.4",
|
|
158
158
|
"@types/jest": "^29.5.13"
|