@seeka-labs/cli-apps 1.1.29 → 1.1.36

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.
@@ -17,6 +17,8 @@ workflow:
17
17
  deploy:
18
18
  stage: deploy
19
19
  image: node:20
20
+ environment:
21
+ name: $HOSTING_REGION_NAME/$HOSTING_ENV_NAME/apps
20
22
  before_script:
21
23
  - echo "installing aws cli"
22
24
  - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
@@ -25,6 +25,8 @@ workflow:
25
25
  deploy:
26
26
  stage: deploy
27
27
  image: node:20
28
+ environment:
29
+ name: $HOSTING_REGION_NAME/$HOSTING_ENV_NAME/apps
28
30
  before_script:
29
31
  - echo "installing azure cli"
30
32
  - curl -sL https://aka.ms/InstallAzureCLIDeb | bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeka-labs/cli-apps",
3
- "version": "1.1.29",
3
+ "version": "1.1.36",
4
4
  "description": "Seeka - Apps CLI",
5
5
  "author": "SEEKA <platform@seeka.co>",
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  "build": "yarn build:templates && tsc --noEmit && esbuild src/index.ts --bundle --sourcemap --platform=node --target=node18 --outfile=dist/index.js",
26
26
  "build:templates": "node ./scripts/build-templates.js",
27
27
  "watch": "tsc -w",
28
- "clean": "yarn rimraf dist",
28
+ "clean": "rimraf dist",
29
29
  "dev": "yarn run clean && yarn build && rimraf seeka-app-test1 && node dist/index.js init seeka-app-test1 --template azure-function --email 'dev@seeka.co' --developer Seeka --noDependencies --browser --npmUsername testy --npmPassword passworddd --env 'SEEKA_APP_ID=123' 'SEEKA_APP_SECRET=345' --packageManager yarn",
30
30
  "dev:nobrowser": "yarn run clean && yarn build && rimraf seeka-app-test1 && node dist/index.js init seeka-app-test1 --template azure-function --email 'dev@seeka.co' --developer Seeka --noDependencies --env 'SEEKA_APP_ID=123' 'SEEKA_APP_SECRET=345' --packageManager yarn",
31
31
  "dev:skipSubDir": "yarn run clean && yarn build && rimraf seeka-app-test1 && mkdir seeka-app-test1 && cd seeka-app-test1 && mkdir rootfolder && cd rootfolder && node ../../dist/index.js init seeka-app-test1 --template azure-function --skipSubDir --email 'dev@seeka.co' --developer Seeka --noDependencies --browser --env 'SEEKA_APP_ID=123' 'SEEKA_APP_SECRET=345' --packageManager yarn",
@@ -36,16 +36,15 @@
36
36
  "@types/cross-spawn": "^6.0.6",
37
37
  "@types/jest": "^29.5.14",
38
38
  "@types/lodash-es": "^4.17.12",
39
- "@types/node": "^20",
40
39
  "camelcase": "^8.0.0",
41
- "commander": "^12.1.0",
40
+ "commander": "^14.0.0",
42
41
  "cross-spawn": "^7.0.6",
43
- "esbuild": "^0.24.2",
42
+ "esbuild": "^0.25.4",
44
43
  "jest": "^29.7.0",
45
- "ts-jest": "^29.2.5",
46
- "typescript": "^5.7.3"
44
+ "ts-jest": "^29.3.4",
45
+ "typescript": "^5.8.3"
47
46
  },
48
- "gitHead": "baf90c80478b9025048adae202f11474515c5e6a",
47
+ "gitHead": "f1f996190d0c27d04cd62dc692dfdc9a38e244b8",
49
48
  "dependencies": {
50
49
  "lodash-es": "^4.17.21",
51
50
  "source-map-support": "^0.5.21"