@dazhicheng/common 1.0.24 → 1.0.25

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/.env.dev CHANGED
@@ -10,7 +10,7 @@ VITE_API_URL = dev-api
10
10
  VITE_DROP_CONSOLE = true
11
11
 
12
12
  # 飞书扫码登录回调地址
13
- # VITE_FEISHU_REDIRECT_URI = http://120.76.61.203:13006/feishuOAuth
13
+ # VITE_FEISHU_REDIRECT_URI = http://fulfillment-qd.tiantai-jp.com:13006/feishuOAuth
14
14
 
15
15
  # webSocket地址
16
16
  VITE_WEBSOCKET_URL = ws://192.168.128.215:11000
package/.env.test CHANGED
@@ -10,7 +10,7 @@ VITE_API_URL = test-api
10
10
  VITE_DROP_CONSOLE = true
11
11
 
12
12
  # 飞书扫码登录回调地址
13
- VITE_FEISHU_REDIRECT_URI = http://120.76.61.203:23000/feishuOAuth
13
+ VITE_FEISHU_REDIRECT_URI = http://fulfillment-qd.tiantai-jp.com:23006/feishuOAuth
14
14
 
15
15
  # webSocket地址
16
16
  VITE_WEBSOCKET_URL = ws://116.6.49.180:11001
package/.gitlab-ci.yml CHANGED
@@ -15,6 +15,7 @@ variables:
15
15
  script:
16
16
  - npm install -g pnpm@latest
17
17
  - pnpm config set registry https://registry.npmmirror.com
18
+ - pnpm config set @dazhicheng:registry https://registry.npmjs.org
18
19
  - pnpm install --no-frozen-lockfile
19
20
  - pnpm up:dzc
20
21
  - pnpm "build:${NODE_ENV}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",