cc-core-cli 1.0.102 → 1.0.104

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.102",
3
+ "version": "1.0.104",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -5,6 +5,6 @@ COOKIE_HTTP_ONLY=false
5
5
  COOKIE_SAME_SITE=
6
6
  SYSTEM_APP_KEY=0939f325-e24f-4de3-8796-4d5e7243849c
7
7
  SYSTEM_SECRET_KEY=ogi6xld0kftb5yvm6t17x2a6bmyipnfja6s7v5v2
8
- API_GATEWAY=http://localhost:3000/api/v1
9
- API_GATEWAY_MEDIA=http://localhost:3000
8
+ API_GATEWAY=http://127.0.0.1:3000/api/v1
9
+ API_GATEWAY_MEDIA=http://127.0.0.1:3000
10
10
  GOOGLE_MAP_KEY=
@@ -1,4 +1,4 @@
1
- FROM node:18.16.1-alpine3.18
1
+ FROM node:18.20.0-alpine3.18
2
2
 
3
3
  RUN mkdir /app
4
4
  WORKDIR /app
@@ -15,7 +15,7 @@
15
15
  "author": "",
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
- "@shopstack/cc-admin-lib": "^2.5.42"
18
+ "@shopstack/cc-admin-lib": "^2.5.153"
19
19
  },
20
20
  "devDependencies": {
21
21
  "identity-obj-proxy": "^3.0.0",
@@ -17,7 +17,7 @@
17
17
  "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
18
18
  },
19
19
  "dependencies": {
20
- "@shopstack/cc-core-lib": "^2.5.101"
20
+ "@shopstack/cc-core-lib": "^2.5.155"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/bull": "^3.14.4",