@squidcloud/cli 1.0.351 → 1.0.352

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -20541,12 +20541,12 @@ function getConsoleAppRegionByStage(stage) {
20541
20541
  switch (stage) {
20542
20542
  case 'local':
20543
20543
  return 'local';
20544
- case 'dev':
20545
- return 'us-east-1.aws-dev';
20546
20544
  case 'prod':
20547
20545
  return 'us-east-1.aws';
20548
20546
  case 'sandbox':
20549
20547
  return 'us-east-1.aws.sandbox';
20548
+ case 'staging':
20549
+ return 'us-central1.gcp.staging';
20550
20550
  }
20551
20551
  }
20552
20552
 
@@ -22518,11 +22518,11 @@ exports.STAGES = void 0;
22518
22518
  /**
22519
22519
  * Stage of the Squid deployment:
22520
22520
  * - 'local' - Squid is run locally.
22521
- * - 'dev' - Old development environment (https://dev-console.squid.cloud). Deprecated.
22522
22521
  * - 'prod' - Production environment (https://console.getsquid.ai).
22523
22522
  * - 'sandbox' - One of the sandbox environments (https://console.sandbox.squid.cloud).
22523
+ * - 'staging' - One of the staging environments (https://console.staging.squid.cloud).
22524
22524
  */
22525
- exports.STAGES = ['local', 'dev', 'prod', 'sandbox'];
22525
+ exports.STAGES = ['local', 'prod', 'sandbox', 'staging'];
22526
22526
 
22527
22527
 
22528
22528
  /***/ }),
@@ -22768,7 +22768,7 @@ function exitWithError(...messages) {
22768
22768
  /***/ ((module) => {
22769
22769
 
22770
22770
  "use strict";
22771
- module.exports = /*#__PURE__*/JSON.parse('{"name":"@squidcloud/cli","version":"1.0.351","description":"The Squid CLI","main":"dist/index.js","scripts":{"start":"node dist/index.js","start-ts":"ts-node -r tsconfig-paths/register src/index.ts","prebuild":"rimraf dist","build":"webpack --mode=production","build:dev":"webpack --mode=development","build:prod":"webpack --mode=production","lint":"eslint","link":"npm run build && chmod 755 dist/index.js && npm link","watch":"webpack --watch","deploy":"npm run build && npm pack --silent | xargs -I {} mv {} package.tgz && npm install -g package.tgz && rm -rf package.tgz","publish:public":"npm run build && npm publish --access public"},"files":["dist/**/*"],"bin":{"squid":"dist/index.js"},"keywords":[],"author":"","license":"ISC","engines":{"node":">=18.0.0"},"dependencies":{"@squidcloud/local-backend":"^1.0.351","copy-webpack-plugin":"^12.0.2","decompress":"^4.2.1","nodemon":"^3.1.3","terser-webpack-plugin":"^5.3.10","ts-loader":"^9.5.1","ts-node":"^10.9.2","tsconfig-paths":"^4.2.0","tsconfig-paths-webpack-plugin":"^4.1.0","webpack":"^5.96.0","zip-webpack-plugin":"^4.0.1"},"devDependencies":{"@types/decompress":"^4.2.7","@types/node":"^20.16.10","terminal-link":"^3.0.0"}}');
22771
+ module.exports = /*#__PURE__*/JSON.parse('{"name":"@squidcloud/cli","version":"1.0.352","description":"The Squid CLI","main":"dist/index.js","scripts":{"start":"node dist/index.js","start-ts":"ts-node -r tsconfig-paths/register src/index.ts","prebuild":"rimraf dist","build":"webpack --mode=production","build:dev":"webpack --mode=development","build:prod":"webpack --mode=production","lint":"eslint","link":"npm run build && chmod 755 dist/index.js && npm link","watch":"webpack --watch","deploy":"npm run build && npm pack --silent | xargs -I {} mv {} package.tgz && npm install -g package.tgz && rm -rf package.tgz","publish:public":"npm run build && npm publish --access public"},"files":["dist/**/*"],"bin":{"squid":"dist/index.js"},"keywords":[],"author":"","license":"ISC","engines":{"node":">=18.0.0"},"dependencies":{"@squidcloud/local-backend":"^1.0.352","copy-webpack-plugin":"^12.0.2","decompress":"^4.2.1","nodemon":"^3.1.3","terser-webpack-plugin":"^5.3.10","ts-loader":"^9.5.1","ts-node":"^10.9.2","tsconfig-paths":"^4.2.0","tsconfig-paths-webpack-plugin":"^4.1.0","webpack":"^5.96.0","zip-webpack-plugin":"^4.0.1"},"devDependencies":{"@types/decompress":"^4.2.7","@types/node":"^20.16.10","terminal-link":"^3.0.0"}}');
22772
22772
 
22773
22773
  /***/ }),
22774
22774
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squidcloud/cli",
3
- "version": "1.0.351",
3
+ "version": "1.0.352",
4
4
  "description": "The Squid CLI",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  "node": ">=18.0.0"
30
30
  },
31
31
  "dependencies": {
32
- "@squidcloud/local-backend": "^1.0.351",
32
+ "@squidcloud/local-backend": "^1.0.352",
33
33
  "copy-webpack-plugin": "^12.0.2",
34
34
  "decompress": "^4.2.1",
35
35
  "nodemon": "^3.1.3",