@cloudcommerce/cli 0.0.90 → 0.0.92

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 a7347143d53a4cf8
1
+ @cloudcommerce/cli:build: cache hit, replaying output 742e49db4b49af13
2
2
  @cloudcommerce/cli:build: 
3
- @cloudcommerce/cli:build: > @cloudcommerce/cli@0.0.89 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
3
+ @cloudcommerce/cli:build: > @cloudcommerce/cli@0.0.91 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
4
4
  @cloudcommerce/cli:build: > sh ../../scripts/build-lib.sh
5
5
  @cloudcommerce/cli:build: 
@@ -25,13 +25,17 @@
25
25
  "codebase": "passport"
26
26
  },
27
27
  {
28
- "predeploy": "npm --prefix \"$RESOURCE_DIR\" run build && npm run build -- --codebase ssr",
28
+ "predeploy": "npm --prefix \"$RESOURCE_DIR/storefront\" run build && npm run build -- --codebase ssr",
29
29
  "source": "functions/ssr",
30
- "codebase": "ssr"
30
+ "codebase": "ssr",
31
+ "ignore": [
32
+ "storefront/**/!(entry.mjs)",
33
+ "functions/ssr/storefront/**/!(entry.mjs)"
34
+ ]
31
35
  }
32
36
  ],
33
37
  "hosting": {
34
- "public": "functions/ssr/dist/client",
38
+ "public": "functions/ssr/storefront/dist/client",
35
39
  "ignore": [
36
40
  "firebase.json",
37
41
  "**/.*",
@@ -56,7 +60,7 @@
56
60
  "region": "southamerica-east1"
57
61
  },
58
62
  {
59
- "source": "**/!(*(*.)js|*(*.)css|*(*.)ico|*(*.)png|*(*.)gif|*(*.)jpg|*(*.)jpeg|*(*.)webp|*(*.)avif|*(*.)svg|*(*.)woff|*(*.)woff2|*(*.)otf|*(*.)ttf|*(*.)eot)",
63
+ "source": "**/!(*(*.)ico|*(*.)png|*(*.)map)",
60
64
  "function": "ssr",
61
65
  "region": "southamerica-east1"
62
66
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "0.0.90",
4
+ "version": "0.0.92",
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.90",
26
+ "@cloudcommerce/api": "0.0.92",
27
27
  "libsodium-wrappers": "^0.7.10",
28
28
  "md5": "^2.3.0",
29
29
  "zx": "^7.0.8"