@savvy-web/bundler 2.1.17 → 2.1.18

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/index.d.ts CHANGED
@@ -53,10 +53,10 @@ interface BuildConfigInput {
53
53
  /**
54
54
  * Force-bundle node_modules (and workspace) JS dependencies that are not
55
55
  * externalized into the package output, restoring the self-contained bundle
56
- * the rslib builder produced. Threads tsdown `deps.skipNodeModulesBundle: false`
57
- * into BOTH the JS output and the bundled declarations: the dts posture
58
- * tracks the JS posture, so node_modules types are inlined into the `.d.ts`
59
- * and the published package needs no extra declared deps for them. Defaults to false.
56
+ * the rslib builder produced. Bundles into BOTH the JS output and the bundled
57
+ * declarations: the dts posture tracks the JS posture, so node_modules types are
58
+ * inlined into the `.d.ts` and the published package needs no extra declared deps
59
+ * for them. Defaults to false.
60
60
  */
61
61
  readonly bundleNodeModules?: boolean | undefined;
62
62
  /**
@@ -168,10 +168,9 @@ interface BuildConfig {
168
168
  readonly dtsExternals?: ReadonlyArray<string> | undefined;
169
169
  /**
170
170
  * Force-bundle node_modules (and workspace) JS dependencies that are not
171
- * externalized into the package output (rslib parity). Threads tsdown
172
- * `deps.skipNodeModulesBundle: false` into BOTH the JS output and the bundled
173
- * declarations the dts posture tracks the JS posture, inlining node_modules
174
- * types into the `.d.ts`. Defaults to false.
171
+ * externalized into the package output (rslib parity). Applies to BOTH the JS
172
+ * output and the bundled declarations — the dts posture tracks the JS posture,
173
+ * inlining node_modules types into the `.d.ts`. Defaults to false.
175
174
  */
176
175
  readonly bundleNodeModules?: boolean | undefined;
177
176
  /** Force-bundle (inline) these packages into the JS output (tsdown `deps.alwaysBundle`). Inverse of `externals`. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/bundler",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
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",
@@ -32,10 +32,10 @@
32
32
  "./package.json": "./package.json"
33
33
  },
34
34
  "dependencies": {
35
- "@savvy-web/tsdown-plugins": "2.4.16",
35
+ "@savvy-web/tsdown-plugins": "2.5.0",
36
36
  "@tsdown/exe": "^0.22.14",
37
37
  "effect": "4.0.0-rc.109",
38
- "rolldown": "^1.2.4",
38
+ "rolldown": "^1.2.5",
39
39
  "tsdown": "^0.22.14"
40
40
  },
41
41
  "peerDependencies": {
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.12"
8
+ "packageVersion": "7.58.13"
9
9
  }
10
10
  ]
11
11
  }