@cloudcommerce/cli 0.0.47 → 0.0.50

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,5 @@
1
- @cloudcommerce/cli:build: cache hit, replaying output 775f19f4b0ec7a90
2
- @cloudcommerce/cli:build: 
3
- @cloudcommerce/cli:build: > @cloudcommerce/cli@0.0.46 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
4
- @cloudcommerce/cli:build: > sh ../../scripts/build-lib.sh
5
- @cloudcommerce/cli:build: 
1
+ @cloudcommerce/cli:build: cache hit, replaying output 03aaa3a4a2c72327
2
+ @cloudcommerce/cli:build: 
3
+ @cloudcommerce/cli:build: > @cloudcommerce/cli@0.0.49 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
4
+ @cloudcommerce/cli:build: > sh ../../scripts/build-lib.sh
5
+ @cloudcommerce/cli:build: 
@@ -9,6 +9,11 @@
9
9
  "source": "functions/core",
10
10
  "codebase": "core"
11
11
  },
12
+ {
13
+ "predeploy": "npm run build -- --codebase events --dir \"$RESOURCE_DIR\"",
14
+ "source": "functions/events",
15
+ "codebase": "events"
16
+ },
12
17
  {
13
18
  "predeploy": "npm run build -- --codebase modules --dir \"$RESOURCE_DIR\"",
14
19
  "source": "functions/modules",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "0.0.47",
4
+ "version": "0.0.50",
5
5
  "description": "E-Com Plus Cloud Commerce CLI tools",
6
6
  "bin": {
7
7
  "cloudcommerce": "./bin/run.mjs"
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/cli#readme",
25
25
  "dependencies": {
26
- "@cloudcommerce/api": "0.0.47",
26
+ "@cloudcommerce/api": "0.0.50",
27
27
  "md5": "^2.3.0",
28
28
  "zx": "^7.0.7"
29
29
  },