@xfe-repo/web-app 1.3.2 → 1.3.3

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/deploy/.drone.yml CHANGED
@@ -27,8 +27,8 @@ steps:
27
27
  image: xhj-prod-registry-vpc.cn-hangzhou.cr.aliyuncs.com/xhj-image-common/node-base:20.17.0-pnpm
28
28
  resources:
29
29
  limits:
30
- cpu: 2000
31
- memory: 4000MiB
30
+ cpu: 4000
31
+ memory: 8000MiB
32
32
  volumes:
33
33
  - name: node-modules
34
34
  path: /drone/src/node_modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "bin": {
5
5
  "xfe-web": "./bin/index.js"
6
6
  },