@cloudcommerce/cli 0.7.0 → 0.8.0

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,4 +1,4 @@
1
1
 
2
- > @cloudcommerce/cli@0.6.13 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
2
+ > @cloudcommerce/cli@0.7.1 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
3
3
  > sh ../../scripts/build-lib.sh
4
4
 
@@ -1,8 +1,4 @@
1
1
  {
2
- "firestore": {
3
- "rules": "firestore.rules",
4
- "indexes": "firestore.indexes.json"
5
- },
6
2
  "functions": [
7
3
  {
8
4
  "predeploy": "npm run build -- --codebase core",
@@ -35,8 +31,13 @@
35
31
  "firebase-debug.*.log",
36
32
  "node_modules",
37
33
  ".turbo",
34
+ "_astro",
38
35
  "dist/client",
39
- "**/dist/client/"
36
+ "functions/ssr/dist/client",
37
+ "/public",
38
+ "functions/ssr/public",
39
+ "/src",
40
+ "functions/ssr/src"
40
41
  ]
41
42
  }
42
43
  ],
@@ -139,6 +140,10 @@
139
140
  ],
140
141
  "cleanUrls": true
141
142
  },
143
+ "firestore": {
144
+ "rules": "firestore.rules",
145
+ "indexes": "firestore.indexes.json"
146
+ },
142
147
  "storage": {
143
148
  "rules": "storage.rules"
144
149
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "0.7.0",
4
+ "version": "0.8.0",
5
5
  "description": "E-Com Plus Cloud Commerce CLI tools",
6
6
  "bin": {
7
7
  "cloudcommerce": "./bin/run.mjs"
@@ -26,7 +26,7 @@
26
26
  "libsodium-wrappers": "^0.7.11",
27
27
  "md5": "^2.3.0",
28
28
  "zx": "^7.2.0",
29
- "@cloudcommerce/api": "0.7.0"
29
+ "@cloudcommerce/api": "0.8.0"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "sh ../../scripts/build-lib.sh"