@savvy-web/bundler 1.1.11 → 1.1.13

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -53,7 +53,7 @@ The bundler ships its shared TypeScript base as a subpath export. Extend it from
53
53
 
54
54
  ```json
55
55
  {
56
- "$schema": "https://json.schemastore.org/tsconfig",
56
+ "$schema": "https://json.schemastore.org/tsconfig.json",
57
57
  "extends": "@savvy-web/bundler/tsconfig/ecma.json"
58
58
  }
59
59
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/bundler",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "private": false,
5
5
  "description": "Zero-config tsdown-based bundler for Silk Suite TypeScript packages",
6
6
  "homepage": "https://github.com/savvy-web/systems/tree/main/packages/bundler",
@@ -28,11 +28,11 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@savvy-web/tsdown-plugins": "1.1.10",
32
- "@tsdown/exe": "^0.22.4",
31
+ "@savvy-web/tsdown-plugins": "1.1.12",
32
+ "@tsdown/exe": "^0.22.5",
33
33
  "effect": "^3.21.4",
34
34
  "rolldown": "^1.1.5",
35
- "tsdown": "^0.22.4"
35
+ "tsdown": "^0.22.5"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@types/node": "^26.1.0",