@stoker-platform/cli 0.5.118 → 0.5.120

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.
@@ -8,7 +8,7 @@ GCP_FOLDER=""
8
8
 
9
9
  FB_GOOGLE_ANALYTICS_ACCOUNT_ID=""
10
10
 
11
- FB_FIRESTORE_EDITION="enterprise"
11
+ FB_FIRESTORE_EDITION="standard"
12
12
  FB_FIRESTORE_REGION="australia-southeast2"
13
13
  FB_FIRESTORE_ENABLE_PITR=true
14
14
  FB_FIRESTORE_BACKUP_RECURRENCE="daily"
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/cli",
3
- "version": "0.5.117",
3
+ "version": "0.5.119",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "./lib/src/main.js",
@@ -16,7 +16,7 @@ export const generateStorageRules = async () => {
16
16
  headers: {
17
17
  "Content-Type": "application/json",
18
18
  },
19
- body: JSON.stringify({ schema, edition }),
19
+ body: JSON.stringify({ schema, edition, project: process.env.GCP_PROJECT }),
20
20
  method: "POST",
21
21
  });
22
22
  const result = await rulesResponse.json();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/cli",
3
- "version": "0.5.118",
3
+ "version": "0.5.120",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "./lib/src/main.js",