@ibiz-template/mob-theme 3.1.0 → 3.1.1
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/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +1 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/mob-theme",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "移动端主题样式库",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.cjs",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"scripts": {
|
|
21
21
|
"dev": "ibiz-temp build -w",
|
|
22
22
|
"build": "npm run pub && ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
|
|
23
|
-
"pub": "ibizlab pub -m /
|
|
23
|
+
"pub": "ibizlab pub -m /home/zpc/workspace/template/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app MobFrontModel --clean",
|
|
24
24
|
"publish:next": "npm run build && npm publish --access public --tag=next",
|
|
25
25
|
"publish:dev": "npm run build && npm publish --access public --tag=dev",
|
|
26
26
|
"publish:beta": "npm run build && npm publish --access public --tag=beta",
|