@cloudcommerce/cli 0.0.65 → 0.0.68

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 4d61dc42bce08a11
2
- @cloudcommerce/cli:build: 
3
- @cloudcommerce/cli:build: > @cloudcommerce/cli@0.0.64 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 3243f842cfd88a71
2
+ @cloudcommerce/cli:build: 
3
+ @cloudcommerce/cli:build: > @cloudcommerce/cli@0.0.67 build /home/leo/code/ecomplus/cloud-commerce/packages/cli
4
+ @cloudcommerce/cli:build: > sh ../../scripts/build-lib.sh
5
+ @cloudcommerce/cli:build: 
@@ -5,33 +5,33 @@
5
5
  },
6
6
  "functions": [
7
7
  {
8
- "predeploy": "npm run build -- --codebase core --dir \"$RESOURCE_DIR\"",
8
+ "predeploy": "npm run build -- --codebase core",
9
9
  "source": "functions/core",
10
10
  "codebase": "core"
11
11
  },
12
12
  {
13
- "predeploy": "npm run build -- --codebase events --dir \"$RESOURCE_DIR\"",
13
+ "predeploy": "npm run build -- --codebase events",
14
14
  "source": "functions/events",
15
15
  "codebase": "events"
16
16
  },
17
17
  {
18
- "predeploy": "npm run build -- --codebase modules --dir \"$RESOURCE_DIR\"",
18
+ "predeploy": "npm run build -- --codebase modules",
19
19
  "source": "functions/modules",
20
20
  "codebase": "modules"
21
21
  },
22
22
  {
23
- "predeploy": "npm run build -- --codebase passport --dir \"$RESOURCE_DIR\"",
23
+ "predeploy": "npm run build -- --codebase passport",
24
24
  "source": "functions/passport",
25
25
  "codebase": "passport"
26
26
  },
27
27
  {
28
- "predeploy": "npm run build -- --codebase ssr --dir \"$RESOURCE_DIR\"",
28
+ "predeploy": "npm --prefix \"$RESOURCE_DIR\" run build && npm run build -- --codebase ssr",
29
29
  "source": "functions/ssr",
30
30
  "codebase": "ssr"
31
31
  }
32
32
  ],
33
33
  "hosting": {
34
- "public": "public",
34
+ "public": "functions/ssr/dist/client",
35
35
  "ignore": [
36
36
  "firebase.json",
37
37
  "**/.*",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/cli",
3
3
  "type": "module",
4
- "version": "0.0.65",
4
+ "version": "0.0.68",
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.65",
26
+ "@cloudcommerce/api": "0.0.68",
27
27
  "libsodium-wrappers": "^0.7.10",
28
28
  "md5": "^2.3.0",
29
29
  "zx": "^7.0.8"