@weapp-core/init 1.0.5 → 1.0.6

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.cjs CHANGED
@@ -258,7 +258,8 @@ function initTsJsonFiles(options) {
258
258
  "**/*.js"
259
259
  ],
260
260
  exclude: [
261
- "node_modules"
261
+ "node_modules",
262
+ "dist"
262
263
  ]
263
264
  };
264
265
  if (write) {
package/dist/index.js CHANGED
@@ -219,7 +219,8 @@ function initTsJsonFiles(options) {
219
219
  "**/*.js"
220
220
  ],
221
221
  exclude: [
222
- "node_modules"
222
+ "node_modules",
223
+ "dist"
223
224
  ]
224
225
  };
225
226
  if (write) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@weapp-core/init",
3
3
  "type": "module",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "description": "@weapp-core/init",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",