@blocklet/cli 1.17.11 → 1.17.12-beta-20260304-220349-c1fb8060

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 (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +17 -17
package/README.md CHANGED
@@ -28,7 +28,7 @@ Powered By
28
28
  / ___ \| | | (__| |_) | | (_) | (__| <
29
29
  /_/ \_\_| \___|____/|_|\___/ \___|_|\_\
30
30
 
31
- Blocklet CLI v1.17.10
31
+ Blocklet CLI v1.17.11
32
32
 
33
33
  Usage: blocklet server [options] [command]
34
34
 
@@ -90,6 +90,12 @@ Commands:
90
90
  add [options] <component> Add component to blocklet.yml
91
91
  remove <component> Remove component from blocklet.yml
92
92
  cleanup [options] Do some blocklet level cleanup work
93
+ delete [options] Delete a blocklet completely from the
94
+ server
95
+ export [options] Export blocklet data for cross-server
96
+ migration
97
+ import <input-dir> Import blocklet data from an export
98
+ directory
93
99
  document Manage DID document for the blocklet or the
94
100
  Blocklet Server
95
101
  config [options] Manage the configuration for Blocklet CLI,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/cli",
3
- "version": "1.17.11",
3
+ "version": "1.17.12-beta-20260304-220349-c1fb8060",
4
4
  "description": "Command line tools to manage Blocklet Server",
5
5
  "homepage": "https://www.arcblock.io/docs/blocklet-cli",
6
6
  "bin": {
@@ -33,28 +33,28 @@
33
33
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
34
34
  },
35
35
  "dependencies": {
36
- "@abtnode/blocklet-services": "1.17.11",
37
- "@abtnode/constant": "1.17.11",
38
- "@abtnode/core": "1.17.11",
39
- "@abtnode/db-cache": "1.17.11",
40
- "@abtnode/logger": "1.17.11",
41
- "@abtnode/models": "1.17.11",
42
- "@abtnode/router-provider": "1.17.11",
43
- "@abtnode/util": "1.17.11",
44
- "@abtnode/webapp": "1.17.11",
36
+ "@abtnode/blocklet-services": "1.17.12-beta-20260304-220349-c1fb8060",
37
+ "@abtnode/constant": "1.17.12-beta-20260304-220349-c1fb8060",
38
+ "@abtnode/core": "1.17.12-beta-20260304-220349-c1fb8060",
39
+ "@abtnode/db-cache": "1.17.12-beta-20260304-220349-c1fb8060",
40
+ "@abtnode/logger": "1.17.12-beta-20260304-220349-c1fb8060",
41
+ "@abtnode/models": "1.17.12-beta-20260304-220349-c1fb8060",
42
+ "@abtnode/router-provider": "1.17.12-beta-20260304-220349-c1fb8060",
43
+ "@abtnode/util": "1.17.12-beta-20260304-220349-c1fb8060",
44
+ "@abtnode/webapp": "1.17.12-beta-20260304-220349-c1fb8060",
45
45
  "@arcblock/did": "1.29.8",
46
46
  "@arcblock/event-hub": "1.29.8",
47
47
  "@arcblock/ipfs-only-hash": "^0.0.2",
48
48
  "@arcblock/jwt": "1.29.8",
49
49
  "@arcblock/ws": "1.29.8",
50
- "@blocklet/constant": "1.17.11",
50
+ "@blocklet/constant": "1.17.12-beta-20260304-220349-c1fb8060",
51
51
  "@blocklet/error": "^0.3.5",
52
52
  "@blocklet/form-collector": "^0.1.8",
53
- "@blocklet/images": "1.17.11",
54
- "@blocklet/meta": "1.17.11",
55
- "@blocklet/resolver": "1.17.11",
56
- "@blocklet/server-js": "1.17.11",
57
- "@blocklet/store": "1.17.11",
53
+ "@blocklet/images": "1.17.12-beta-20260304-220349-c1fb8060",
54
+ "@blocklet/meta": "1.17.12-beta-20260304-220349-c1fb8060",
55
+ "@blocklet/resolver": "1.17.12-beta-20260304-220349-c1fb8060",
56
+ "@blocklet/server-js": "1.17.12-beta-20260304-220349-c1fb8060",
57
+ "@blocklet/store": "1.17.12-beta-20260304-220349-c1fb8060",
58
58
  "@blocklet/theme-builder": "^0.4.8",
59
59
  "@ocap/client": "1.29.8",
60
60
  "@ocap/mcrypto": "1.29.8",
@@ -153,7 +153,7 @@
153
153
  "engines": {
154
154
  "node": ">=14"
155
155
  },
156
- "gitHead": "cc36548a185965baa0f93cb93e167e5bb86c5720",
156
+ "gitHead": "56b9b1fa207d66b203751918dc57c29d9e098908",
157
157
  "devDependencies": {
158
158
  "@types/fs-extra": "^11.0.4"
159
159
  }