@build-script/single-dog-asset 1.0.38 → 1.0.39

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/npmignore CHANGED
@@ -39,6 +39,7 @@ lib/**/test.*
39
39
  *.realtime-compile.*
40
40
  *.realtime-compile.*.map
41
41
  lib/chunk-*
42
+ **/*.tsbuildinfo
42
43
 
43
44
  ### Examples
44
45
  /example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@build-script/single-dog-asset",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "devDependencies": {
5
5
  "prettier": "^3.6.2"
6
6
  },
@@ -8,6 +8,7 @@
8
8
  "./package.json": "./package.json"
9
9
  },
10
10
  "type": "module",
11
+ "sideEffects": false,
11
12
  "license": "MIT",
12
13
  "author": "GongT <admin@gongt.me>",
13
14
  "repository": "https://github.com/GongT/baobao",