@stoker-platform/cli 0.5.159 → 0.5.160

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.
@@ -125,7 +125,7 @@ try {
125
125
  const projectSpecificEnvFile = join(envDir, `.env.${process.env.GCP_PROJECT}`)
126
126
 
127
127
  let envContent = ""
128
- const envPattern = /^(FB_FIRESTORE_EDITION|FB_FUNCTIONS_|FB_AI_REGION|STOKER_|ADMIN_)/
128
+ const envPattern = /^(FB_FIRESTORE_EDITION|FB_FUNCTIONS_|FB_AI_REGION|STOKER_(?!FB_APP_CHECK_DEBUG_TOKEN)|ADMIN_)/
129
129
 
130
130
  if (existsSync(projectEnvFile)) {
131
131
  const projectEnvContent = await readFile(projectEnvFile, "utf8")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/cli",
3
- "version": "0.5.159",
3
+ "version": "0.5.160",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "./lib/src/main.js",