@ic-reactor/cli 0.7.0 → 0.7.1
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/dist/index.js +1 -1
- package/package.json +2 -2
- package/schema.json +0 -11
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ic-reactor/cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI tool to generate shadcn-style React hooks for ICP canisters",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@icp-sdk/core": "^5.0.0",
|
|
34
34
|
"commander": "^14.0.3",
|
|
35
35
|
"picocolors": "^1.1.1",
|
|
36
|
-
"@ic-reactor/codegen": "0.7.
|
|
36
|
+
"@ic-reactor/codegen": "0.7.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/node": "^25.2.3",
|
package/schema.json
CHANGED
|
@@ -40,17 +40,6 @@
|
|
|
40
40
|
"type": "string",
|
|
41
41
|
"description": "Override client manager import path for this canister"
|
|
42
42
|
},
|
|
43
|
-
"mode": {
|
|
44
|
-
"type": "string",
|
|
45
|
-
"enum": [
|
|
46
|
-
"Reactor",
|
|
47
|
-
"DisplayReactor",
|
|
48
|
-
"CandidReactor",
|
|
49
|
-
"CandidDisplayReactor",
|
|
50
|
-
"MetadataDisplayReactor"
|
|
51
|
-
],
|
|
52
|
-
"description": "Reactor class used for generated hooks (defaults to DisplayReactor)"
|
|
53
|
-
},
|
|
54
43
|
"canisterId": {
|
|
55
44
|
"type": "string",
|
|
56
45
|
"description": "Optional fixed canister ID"
|