@seeka-labs/cli-apps 3.6.6 → 3.6.8

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,7 +17,7 @@
17
17
  #### Seeka SDK packages
18
18
  ```
19
19
  cd repo root
20
- yarn up "@seeka-labs/*" --mode=update-lockfile
20
+ yarn up "@seeka-labs/*" --mode=update-lockfile && yarn
21
21
  ```
22
22
 
23
23
  #### All packages
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@example-org-name/example-app-name-browser",
3
- "version": "3.6.6",
3
+ "version": "3.6.8",
4
4
  "description": "Seeka app browser plugin example-app-name",
5
5
  "author": "Seeka company <support@seeka.co>",
6
6
  "private": true,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@example-org-name/example-app-name-lib",
3
- "version": "3.6.6",
3
+ "version": "3.6.8",
4
4
  "description": "Seeka app library for example-app-name",
5
5
  "author": "Seeka <administrator@seeka.co>",
6
6
  "license": "MIT",
@@ -16,12 +16,12 @@
16
16
  "SEEKA_ISSUER_URL": "",
17
17
  "SEEKA_APP_ID": "",
18
18
  "SEEKA_APP_SECRET": "",
19
- "REDIS_CONNECTION_HOST": "",
19
+ "REDIS_CONNECTION_HOST": "localhost",
20
20
  "REDIS_CONNECTION_PASSWORD": "",
21
- "AzureWebJobsStorage": "",
21
+ "AzureWebJobsStorage": "UseDevelopmentStorage=true",
22
22
  "SEEKA_TELEMETRY_URL": "",
23
23
  "REDIS_CONNECTION_PORT": "6379",
24
- "REDIS_CONNECTION_TLS": "true",
24
+ "REDIS_CONNECTION_TLS": "false",
25
25
  "OTEL_LOG_LEVEL": "info",
26
26
  "LOGGING_LEVEL": "silly",
27
27
  "SELF_HOST_BASEURL": "",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@example-org-name/example-app-name-server-azurefunc",
3
- "version": "3.6.6",
3
+ "version": "3.6.8",
4
4
  "description": "Seeka Azure Serverless function app example-app-name",
5
5
  "author": "Seeka <administrator@seeka.co>",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@example-org-name/example-app-name-ui",
3
- "version": "3.6.6",
3
+ "version": "3.6.8",
4
4
  "description": "Seeka app UI for example-app-name",
5
5
  "author": "Seeka <administrator@seeka.co>",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeka-labs/cli-apps",
3
- "version": "3.6.6",
3
+ "version": "3.6.8",
4
4
  "description": "Seeka - Apps CLI",
5
5
  "author": "SEEKA <platform@seeka.co>",
6
6
  "license": "MIT",
@@ -59,5 +59,5 @@
59
59
  "ts-jest": "^29",
60
60
  "typescript": "^5"
61
61
  },
62
- "gitHead": "d7ed2fb93ef6c1cd1d8ee0646b9aa38cee484e32"
62
+ "gitHead": "9441ec4c64b3fc10877f2dd789a9f35d54906531"
63
63
  }