unify-external-plugin-platform 0.0.2-7 → 0.0.2-9
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/external-plugin.common.js +169 -237
- package/dist/external-plugin.common.js.map +1 -1
- package/dist/external-plugin.css +1 -1
- package/dist/external-plugin.umd.js +169 -237
- package/dist/external-plugin.umd.js.map +1 -1
- package/dist/external-plugin.umd.min.js +2 -2
- package/dist/external-plugin.umd.min.js.map +1 -1
- package/package.json +2 -2
- package/tsconfig.json +1 -0
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/unify-external-plugin-platform.iml +0 -12
- package/.idea/vcs.xml +0 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "unify-external-plugin-platform",
|
3
|
-
"version": "0.0.2-
|
3
|
+
"version": "0.0.2-9",
|
4
4
|
"description": "统一对外插件平台",
|
5
5
|
"main": "./dist/external-plugin.umd.min.js",
|
6
6
|
"author": "Young",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"scripts": {
|
9
9
|
"serve": "vue-cli-service serve",
|
10
10
|
"build": "vue-cli-service build",
|
11
|
-
"lib": "vue-cli-service build --target lib --name external-plugin ./packages/index.
|
11
|
+
"lib": "vue-cli-service build --target lib --name external-plugin ./packages/index.ts",
|
12
12
|
"docs:dev": "vuepress dev docs",
|
13
13
|
"docs:build": "vuepress build docs"
|
14
14
|
},
|
package/tsconfig.json
CHANGED
package/.idea/misc.xml
DELETED
package/.idea/modules.xml
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ProjectModuleManager">
|
4
|
-
<modules>
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/unify-external-plugin-platform.iml" filepath="$PROJECT_DIR$/.idea/unify-external-plugin-platform.iml" />
|
6
|
-
</modules>
|
7
|
-
</component>
|
8
|
-
</project>
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module type="WEB_MODULE" version="4">
|
3
|
-
<component name="NewModuleRootManager">
|
4
|
-
<content url="file://$MODULE_DIR$">
|
5
|
-
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
6
|
-
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
7
|
-
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
8
|
-
</content>
|
9
|
-
<orderEntry type="inheritedJdk" />
|
10
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
11
|
-
</component>
|
12
|
-
</module>
|