tsdown-config-silverwind 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -8,6 +8,10 @@ const base = ({ url,...other }) => ({
8
8
  function nodeLib({ url,...other }) {
9
9
  return base({
10
10
  platform: "node",
11
+ report: {
12
+ gzip: false,
13
+ brotli: false
14
+ },
11
15
  url,
12
16
  ...other
13
17
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsdown-config-silverwind",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Shared tsdown configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/tsdown-config-silverwind",
@@ -19,8 +19,8 @@
19
19
  "devDependencies": {
20
20
  "@types/node": "24.5.2",
21
21
  "eslint": "9.36.0",
22
- "eslint-config-silverwind": "105.2.0",
23
- "tsdown": "0.15.4",
22
+ "eslint-config-silverwind": "105.2.1",
23
+ "tsdown": "0.15.5",
24
24
  "typescript": "5.9.2",
25
25
  "typescript-config-silverwind": "10.0.2",
26
26
  "updates": "16.7.2",