@cloudcommerce/cli 0.6.12 → 0.7.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.11 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
2
+ > @cloudcommerce/cli@0.6.13 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
3
3
  > sh ../../scripts/build-lib.sh
4
4
 
@@ -27,7 +27,17 @@
27
27
  {
28
28
  "predeploy": "npm run build -- --codebase ssr",
29
29
  "source": "functions/ssr",
30
- "codebase": "ssr"
30
+ "codebase": "ssr",
31
+ "ignore": [
32
+ ".git",
33
+ ".runtimeconfig.json",
34
+ "firebase-debug.log",
35
+ "firebase-debug.*.log",
36
+ "node_modules",
37
+ ".turbo",
38
+ "dist/client",
39
+ "**/dist/client/"
40
+ ]
31
41
  }
32
42
  ],
33
43
  "hosting": {
@@ -109,7 +119,16 @@
109
119
  ]
110
120
  },
111
121
  {
112
- "source": "**/*.?????*.@(js|css|webp|avif)",
122
+ "source": "/_astro/**",
123
+ "headers": [
124
+ {
125
+ "key": "Cache-Control",
126
+ "value": "public, max-age=31536000, immutable"
127
+ }
128
+ ]
129
+ },
130
+ {
131
+ "source": "/_image",
113
132
  "headers": [
114
133
  {
115
134
  "key": "Cache-Control",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "0.6.12",
4
+ "version": "0.7.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.6.12"
29
+ "@cloudcommerce/api": "0.7.0"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "sh ../../scripts/build-lib.sh"