@squidcloud/cli 1.0.363 → 1.0.365
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.
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -11682,7 +11682,7 @@ function getEnvVarOrFail(missingEnvVar, cliArgumentToSpecifyItem) {
|
|
11682
11682
|
if (cliArgumentToSpecifyItem) {
|
11683
11683
|
message += ` You can also specify it using ${cliArgumentToSpecifyItem}`;
|
11684
11684
|
}
|
11685
|
-
message += `\nTo learn more about deployment environment variables, visit https://docs.getsquid.ai/docs/console/environments#
|
11685
|
+
message += `\nTo learn more about deployment environment variables, visit https://docs.getsquid.ai/docs/squid-console/environments#key-environment-variables`;
|
11686
11686
|
(0, process_utils_1.exitWithError)(message);
|
11687
11687
|
}
|
11688
11688
|
function getAppIdFromCommandOrEnv(appId) {
|
@@ -11895,7 +11895,7 @@ ${(0, logging_1.primary)('Done. Now run:')}
|
|
11895
11895
|
cd ${dirPath}
|
11896
11896
|
npm run start
|
11897
11897
|
`);
|
11898
|
-
await (0, report_utils_1.reportLocalBackendInitialized)(appId
|
11898
|
+
await (0, report_utils_1.reportLocalBackendInitialized)(`${appId}-${environmentId}-${squidDeveloperId}`, apiKey, region, verbose);
|
11899
11899
|
}
|
11900
11900
|
else {
|
11901
11901
|
console.log((0, logging_1.link)('https://console.getsquid.ai'));
|
@@ -22360,7 +22360,7 @@ function exitWithError(...messages) {
|
|
22360
22360
|
/***/ ((module) => {
|
22361
22361
|
|
22362
22362
|
"use strict";
|
22363
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@squidcloud/cli","version":"1.0.
|
22363
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@squidcloud/cli","version":"1.0.365","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.365","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"}}');
|
22364
22364
|
|
22365
22365
|
/***/ }),
|
22366
22366
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@squidcloud/cli",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.365",
|
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.
|
32
|
+
"@squidcloud/local-backend": "^1.0.365",
|
33
33
|
"copy-webpack-plugin": "^12.0.2",
|
34
34
|
"decompress": "^4.2.1",
|
35
35
|
"nodemon": "^3.1.3",
|