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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unify-external-plugin-platform",
3
- "version": "0.0.2-7",
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.js",
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
@@ -3,6 +3,7 @@
3
3
  "target": "esnext",
4
4
  "module": "esnext",
5
5
  "strict": true,
6
+ "noImplicitAny": false,
6
7
  "jsx": "preserve",
7
8
  "moduleResolution": "node",
8
9
  "experimentalDecorators": true,
package/.idea/misc.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="WebPackConfiguration">
4
- <option name="mode" value="DISABLED" />
5
- </component>
6
- </project>
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>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
- </component>
6
- </project>