@gct-paas/core-mobile 0.1.0 → 0.1.2
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/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gct-paas/core-mobile",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "paas 平台移动端核心包",
|
|
6
6
|
"main": "dist/index.min.cjs",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"dev": "rollup -c -w --environment=NODE_ENV:development",
|
|
35
35
|
"build": "npm run lint && rollup -c --environment=NODE_ENV:production && vite build --mode production --config vite.config.ts",
|
|
36
36
|
"lint": "eslint src/",
|
|
37
|
+
"link2global": "pnpm link --global",
|
|
37
38
|
"publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
|
|
38
39
|
"publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
|
|
39
40
|
"publish:alpha": "npm run build && npm publish --access public --tag=alpha --registry=https://registry.npmjs.org/",
|
|
@@ -44,16 +45,16 @@
|
|
|
44
45
|
"gen-api:platform": "gct-paas gen-api --url=http://paas.paasdev.gct-paas.com --tag=platform -t ../cli/hbs-temp -o ./src/service/gct-platform && prettier './src/service/gct-platform' --write"
|
|
45
46
|
},
|
|
46
47
|
"dependencies": {
|
|
47
|
-
"@gct-paas/core": "0.1.
|
|
48
|
+
"@gct-paas/core": "0.1.2",
|
|
48
49
|
"vue": "^3.5.13"
|
|
49
50
|
},
|
|
50
51
|
"devDependencies": {
|
|
51
|
-
"@gct-paas/build": "0.1.
|
|
52
|
-
"@gct-paas/scss": "0.1.
|
|
52
|
+
"@gct-paas/build": "0.1.2",
|
|
53
|
+
"@gct-paas/scss": "0.1.2",
|
|
53
54
|
"sass": "^1.85.1"
|
|
54
55
|
},
|
|
55
56
|
"peerDependencies": {
|
|
56
57
|
"vue": "^3.x"
|
|
57
58
|
},
|
|
58
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "d16ad2d01b1f566243002c25c90615ae8a0b36c2"
|
|
59
60
|
}
|