@dazhicheng/common 1.0.36 → 1.0.37

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/.gitattributes CHANGED
@@ -1,3 +1,4 @@
1
- * text=auto
2
- *.html linguist-detectable=false
3
- *.vue linguist-detectable=true
1
+ * text=auto
2
+ *.html linguist-detectable=false
3
+ *.vue linguist-detectable=true
4
+ docker-entrypoint.sh text eol=lf
package/.gitlab-ci.yml CHANGED
@@ -90,15 +90,15 @@ MR 构建验证:
90
90
  <<<开发环境发版>>>
91
91
  only: [develop]
92
92
 
93
- 开发环境发版_107:
94
- <<: *deploy_template
95
- needs: [构建_dev]
96
- tags: [develop_107]
97
- resource_group: deploy-develop_107
98
- variables:
99
- NODE_ENV: dev
100
- <<<开发环境发版_107>>>
101
- only: [develop]
93
+ # 开发环境发版_107:
94
+ # <<: *deploy_template
95
+ # needs: [构建_dev]
96
+ # tags: [develop_107]
97
+ # resource_group: deploy-develop_107
98
+ # variables:
99
+ # NODE_ENV: dev
100
+ # <<<开发环境发版_107>>>
101
+ # only: [develop]
102
102
 
103
103
  测试环境发版:
104
104
  <<: *deploy_template
@@ -108,15 +108,15 @@ MR 构建验证:
108
108
  variables:
109
109
  NODE_ENV: test
110
110
  <<<测试环境发版>>>
111
- only: [test]
111
+ only: [test, develop]
112
112
 
113
- 测试环境发版_107:
114
- <<: *deploy_template
115
- needs: [构建_test]
116
- tags: [test_107]
117
- resource_group: deploy-test_107
118
- variables:
119
- NODE_ENV: test
120
- <<<测试环境发版_107>>>
121
- only: [test]
113
+ # 测试环境发版_107:
114
+ # <<: *deploy_template
115
+ # needs: [构建_test]
116
+ # tags: [test_107]
117
+ # resource_group: deploy-test_107
118
+ # variables:
119
+ # NODE_ENV: test
120
+ # <<<测试环境发版_107>>>
121
+ # only: [test]
122
122
  <<<deploy_jobs>>>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/common",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "共享配置文件",
5
5
  "type": "module",
6
6
  "types": "./src/types/index.d.ts",