@seeka-labs/cli-apps 1.1.26 → 1.1.29

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.
@@ -10,13 +10,21 @@ workflow:
10
10
  - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
11
11
  when: never
12
12
  - if: '$CI_COMMIT_BRANCH == "main" && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "web")'
13
+ variables:
14
+ # AZURE_FUNC_SLOT: ""
15
+ HOSTING_REGION_NAME: auea
16
+ HOSTING_ENV_NAME: prod
13
17
  when: always
14
18
  - if: '$CI_COMMIT_BRANCH == "staging" && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "web")'
19
+ variables:
20
+ # AZURE_FUNC_SLOT: staging
21
+ HOSTING_REGION_NAME: auea
22
+ HOSTING_ENV_NAME: stag
15
23
  when: always
16
24
 
17
25
  deploy:
18
26
  stage: deploy
19
- image: node:20-bullseye
27
+ image: node:20
20
28
  before_script:
21
29
  - echo "installing azure cli"
22
30
  - curl -sL https://aka.ms/InstallAzureCLIDeb | bash
@@ -25,22 +25,23 @@
25
25
  "@azure/functions": "^4.6.0",
26
26
  "@azure/storage-queue": "^12.25.0",
27
27
  "@datalust/winston-seq": "^2.0.0",
28
- "@seeka-labs/sdk-apps-server": "^1.1.24",
28
+ "@seeka-labs/sdk-apps-server": "^1.1.26",
29
29
  "lodash-es": "^4.17.21",
30
- "redis": "^4.7.0"
30
+ "redis": "^4.7.0",
31
+ "winston": "^3.17.0"
31
32
  },
32
33
  "devDependencies": {
33
34
  "@jest/globals": "^29.7.0",
34
35
  "@types/lodash-es": "^4.17.12",
35
36
  "@types/node": "^20",
36
- "@typescript-eslint/eslint-plugin": "^8.17.0",
37
- "@typescript-eslint/parser": "^8.17.0",
37
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
38
+ "@typescript-eslint/parser": "^8.22.0",
38
39
  "azure-functions-core-tools": "^4.x",
39
40
  "eslint": "^9",
40
41
  "jest": "^29.7.0",
41
- "ts-jest": "^29.2.5",
42
42
  "ngrok": "^5.0.0-beta.2",
43
- "rimraf": "^5.0.0",
44
- "typescript": "^5.7.2"
43
+ "rimraf": "^6.0.1",
44
+ "ts-jest": "^29.2.5",
45
+ "typescript": "^5.7.3"
45
46
  }
46
- }
47
+ }