@savvy-web/rslib-builder 0.19.0 → 0.19.1

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/index.d.ts +2 -2
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -211,7 +211,7 @@ export declare interface ApiModelOptions {
211
211
  *
212
212
  * @public
213
213
  */
214
- export declare const AutoEntryPlugin: (options?: AutoEntryPluginOptions | undefined) => RsbuildPlugin;
214
+ export declare const AutoEntryPlugin: (options?: AutoEntryPluginOptions) => RsbuildPlugin;
215
215
 
216
216
  /**
217
217
  * Options for the AutoEntryPlugin.
@@ -641,7 +641,7 @@ export declare interface ExtractedEntries {
641
641
  *
642
642
  * @public
643
643
  */
644
- export declare const FilesArrayPlugin: <TMode extends string = string>(options?: FilesArrayPluginOptions<TMode> | undefined) => RsbuildPlugin;
644
+ export declare const FilesArrayPlugin: <TMode extends string = string>(options?: FilesArrayPluginOptions<TMode>) => RsbuildPlugin;
645
645
 
646
646
  /**
647
647
  * Options for the FilesArrayPlugin.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/rslib-builder",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "private": false,
5
5
  "description": "RSlib-based build system for Node.js libraries with automatic package.json transformation, TypeScript declaration bundling, and multi-target support",
6
6
  "keywords": [
@@ -61,13 +61,13 @@
61
61
  "picocolors": "^1.1.1",
62
62
  "sort-package-json": "^3.6.1",
63
63
  "tmp": "^0.2.4",
64
- "workspace-tools": "^0.41.0"
64
+ "workspace-tools": "0.41.0"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@microsoft/api-extractor": "^7.57.7",
68
68
  "@rsbuild/plugin-react": "^1.4.0",
69
69
  "@rslib/core": "^0.20.0",
70
- "@types/node": "^25.2.0",
70
+ "@types/node": "^25.5.0",
71
71
  "@types/react": "^19.0.0",
72
72
  "@typescript/native-preview": "^7.0.0-dev.20260124.1",
73
73
  "react": "^19.0.0",