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

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
@@ -27,20 +27,15 @@ temp
27
27
  /etc
28
28
 
29
29
  ### Tests
30
- /tests
31
- /test
32
- lib/**/test/
33
- lib/**/tests/
34
- lib/**/*.test.*
35
- lib/**/test.*
30
+ **/test/**
31
+ **/tests/**
32
+ **/*.test.*
36
33
 
37
34
  ### Temp Files
38
35
  *.jsc
39
36
  *.realtime-compile.*
40
37
  *.realtime-compile.*.map
41
- lib/chunk-*
38
+ **/*.tsbuildinfo
42
39
 
43
40
  ### Examples
44
41
  /example
45
-
46
- !lib/**/*
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@build-script/single-dog-asset",
3
- "version": "1.0.38",
4
- "devDependencies": {
5
- "prettier": "^3.6.2"
6
- },
3
+ "version": "1.0.40",
4
+ "devDependencies": {},
7
5
  "exports": {
8
6
  "./package.json": "./package.json"
9
7
  },
10
8
  "type": "module",
9
+ "sideEffects": false,
11
10
  "license": "MIT",
12
11
  "author": "GongT <admin@gongt.me>",
13
12
  "repository": "https://github.com/GongT/baobao",