@blocklet/cli 1.16.47-beta-20250714-035905-f63c5239 → 1.16.47-beta-20250715-030340-f15b794e

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.
@@ -129,6 +129,7 @@ exports.run = async ({
129
129
  nodeInfo: { isDockerInstalled: false },
130
130
  });
131
131
  fs.removeSync(path.join(buildOutputDir, 'node_modules'));
132
+ fs.removeSync(path.join(buildOutputDir, 'node_modules_os_lock'));
132
133
 
133
134
  // print total stats
134
135
  printSuccess(`Blocklet ${chalk.cyan(`${meta.name}@${meta.version}`)} was successfully bundled!`);
@@ -184,8 +184,8 @@ const deploy = async (
184
184
  // check node_modules
185
185
  const fileNames = Object.keys(files);
186
186
  for (let i = 0; i < fileNames.length; i++) {
187
- if (fileNames[i].includes('node_modules')) {
188
- printError(`${chalk.bold('node_modules')} cannot be in the list of uploaded files`);
187
+ if (fileNames[i].includes('node_modules') && !fileNames[i].includes('node_modules_os_lock')) {
188
+ printError(`${chalk.bold('node_modules')} cannot be in the list of uploaded files:`, fileNames[i]);
189
189
  process.exit();
190
190
  }
191
191
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/cli",
3
- "version": "1.16.47-beta-20250714-035905-f63c5239",
3
+ "version": "1.16.47-beta-20250715-030340-f15b794e",
4
4
  "description": "Command line tools to manage Blocklet Server",
5
5
  "homepage": "https://github.com/ArcBlock/blocklet-server#readme",
6
6
  "bin": {
@@ -35,33 +35,33 @@
35
35
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@abtnode/blocklet-services": "1.16.47-beta-20250714-035905-f63c5239",
39
- "@abtnode/client": "1.16.47-beta-20250714-035905-f63c5239",
40
- "@abtnode/constant": "1.16.47-beta-20250714-035905-f63c5239",
41
- "@abtnode/core": "1.16.47-beta-20250714-035905-f63c5239",
42
- "@abtnode/db-cache": "1.16.47-beta-20250714-035905-f63c5239",
43
- "@abtnode/logger": "1.16.47-beta-20250714-035905-f63c5239",
44
- "@abtnode/models": "1.16.47-beta-20250714-035905-f63c5239",
45
- "@abtnode/router-provider": "1.16.47-beta-20250714-035905-f63c5239",
46
- "@abtnode/util": "1.16.47-beta-20250714-035905-f63c5239",
47
- "@abtnode/webapp": "1.16.47-beta-20250714-035905-f63c5239",
48
- "@arcblock/did": "1.20.15",
49
- "@arcblock/event-hub": "1.20.15",
38
+ "@abtnode/blocklet-services": "1.16.47-beta-20250715-030340-f15b794e",
39
+ "@abtnode/client": "1.16.47-beta-20250715-030340-f15b794e",
40
+ "@abtnode/constant": "1.16.47-beta-20250715-030340-f15b794e",
41
+ "@abtnode/core": "1.16.47-beta-20250715-030340-f15b794e",
42
+ "@abtnode/db-cache": "1.16.47-beta-20250715-030340-f15b794e",
43
+ "@abtnode/logger": "1.16.47-beta-20250715-030340-f15b794e",
44
+ "@abtnode/models": "1.16.47-beta-20250715-030340-f15b794e",
45
+ "@abtnode/router-provider": "1.16.47-beta-20250715-030340-f15b794e",
46
+ "@abtnode/util": "1.16.47-beta-20250715-030340-f15b794e",
47
+ "@abtnode/webapp": "1.16.47-beta-20250715-030340-f15b794e",
48
+ "@arcblock/did": "1.20.16",
49
+ "@arcblock/event-hub": "1.20.16",
50
50
  "@arcblock/ipfs-only-hash": "^0.0.2",
51
- "@arcblock/jwt": "1.20.15",
52
- "@arcblock/ws": "1.20.15",
53
- "@blocklet/constant": "1.16.47-beta-20250714-035905-f63c5239",
51
+ "@arcblock/jwt": "1.20.16",
52
+ "@arcblock/ws": "1.20.16",
53
+ "@blocklet/constant": "1.16.47-beta-20250715-030340-f15b794e",
54
54
  "@blocklet/error": "^0.2.5",
55
55
  "@blocklet/form-collector": "^0.1.8",
56
- "@blocklet/images": "1.16.47-beta-20250714-035905-f63c5239",
57
- "@blocklet/meta": "1.16.47-beta-20250714-035905-f63c5239",
58
- "@blocklet/resolver": "1.16.47-beta-20250714-035905-f63c5239",
59
- "@blocklet/store": "1.16.47-beta-20250714-035905-f63c5239",
56
+ "@blocklet/images": "1.16.47-beta-20250715-030340-f15b794e",
57
+ "@blocklet/meta": "1.16.47-beta-20250715-030340-f15b794e",
58
+ "@blocklet/resolver": "1.16.47-beta-20250715-030340-f15b794e",
59
+ "@blocklet/store": "1.16.47-beta-20250715-030340-f15b794e",
60
60
  "@blocklet/theme-builder": "^0.3.1",
61
- "@ocap/client": "1.20.15",
62
- "@ocap/mcrypto": "1.20.15",
63
- "@ocap/util": "1.20.15",
64
- "@ocap/wallet": "1.20.15",
61
+ "@ocap/client": "1.20.16",
62
+ "@ocap/mcrypto": "1.20.16",
63
+ "@ocap/util": "1.20.16",
64
+ "@ocap/wallet": "1.20.16",
65
65
  "@vercel/ncc": "^0.38.3",
66
66
  "archiver": "^7.0.1",
67
67
  "async": "^3.2.4",
@@ -154,7 +154,7 @@
154
154
  "engines": {
155
155
  "node": ">=14"
156
156
  },
157
- "gitHead": "a43d1ab1a83ffd0b0bd0a152679050f946837366",
157
+ "gitHead": "615430ebd6f20c09fa7982fc47a18f77c3f17f6d",
158
158
  "devDependencies": {
159
159
  "@types/fs-extra": "^11.0.4",
160
160
  "@types/jest": "^29.5.13"