@xfe-repo/mini-app 0.1.2 → 0.1.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
@@ -123,8 +123,8 @@ steps:
123
123
  image: xhj-prod-registry-vpc.cn-hangzhou.cr.aliyuncs.com/xhj-image-common/node-base:20.17.0-pnpm
124
124
  resources:
125
125
  limits:
126
- cpu: 2000
127
- memory: 4000MiB
126
+ cpu: 4000
127
+ memory: 8000MiB
128
128
  volumes:
129
129
  - name: node-modules
130
130
  path: /drone/src/node_modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/mini-app",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "bin": {
5
5
  "xfe-mini": "./bin/index.js"
6
6
  },