@calimero-network/registry-cli 1.4.2 → 1.5.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 +16206 -116
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@calimero-network/registry-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "Calimero Network App Registry CLI - Command-line interface for interacting with the App Registry",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"release:major": "npm run version:major && git add package.json && git commit -m \"feat(cli): breaking change - bump version to $(npm run version:major --silent)\" && git tag cli-v$(npm run version:major --silent)"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@calimero-network/registry-client": "workspace:*",
|
|
36
35
|
"@fastify/cors": "^8.4.0",
|
|
37
36
|
"chalk": "^5.3.0",
|
|
38
37
|
"commander": "^11.0.0",
|