@dazhicheng/common 1.0.27 → 1.0.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.
package/.gitlab-ci.yml CHANGED
@@ -9,7 +9,7 @@ variables:
9
9
  # 构建锚点 ----------------------------------------------------------------
10
10
  .build_template: &build_template
11
11
  stage: build
12
- image: node:24-alpine
12
+ image: node:24
13
13
  tags:
14
14
  - build
15
15
  script:
package/nginx_test.conf CHANGED
@@ -7,7 +7,7 @@ log_format proxy_log
7
7
 
8
8
  # 根据请求IP分配后端地址(公网IP走公网,默认走内网)
9
9
  map $host $test_backend_addr {
10
- default 192.168.127.72:11000; # 默认走内网
10
+ default 192.168.127.73:11000; # 默认走内网
11
11
  120.76.61.203 116.6.49.180:11001; # 公网IP走公网
12
12
  }
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",