@cloudcommerce/cli 0.0.114 → 0.0.116

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.
@@ -1,5 +1,4 @@
1
- @cloudcommerce/cli:build: cache hit, replaying output b7936a96d6d0115b
2
- @cloudcommerce/cli:build: 
3
- @cloudcommerce/cli:build: > @cloudcommerce/cli@0.0.113 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
4
- @cloudcommerce/cli:build: > sh ../../scripts/build-lib.sh
5
- @cloudcommerce/cli:build: 
1
+
2
+ > @cloudcommerce/cli@0.0.115 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
3
+ > sh ../../scripts/build-lib.sh
4
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "0.0.114",
4
+ "version": "0.0.116",
5
5
  "description": "E-Com Plus Cloud Commerce CLI tools",
6
6
  "bin": {
7
7
  "cloudcommerce": "./bin/run.mjs"
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/cli#readme",
25
25
  "dependencies": {
26
- "@cloudcommerce/api": "0.0.114",
26
+ "@cloudcommerce/api": "0.0.116",
27
27
  "libsodium-wrappers": "^0.7.10",
28
28
  "md5": "^2.3.0",
29
- "zx": "^7.0.8"
29
+ "zx": "^7.1.1"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "sh ../../scripts/build-lib.sh"