@savvy-web/rslib-builder 0.2.1 → 0.2.2

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 (1) hide show
  1. package/package.json +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@savvy-web/rslib-builder",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
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
  "homepage": "https://github.com/savvy-web/rslib-builder",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@microsoft/tsdoc": "^0.16.0",
32
32
  "@microsoft/tsdoc-config": "^0.18.0",
33
- "@pnpm/exportable-manifest": "^1000.3.0",
33
+ "@pnpm/exportable-manifest": "^1000.3.1",
34
34
  "glob": "^13.0.0",
35
35
  "picocolors": "^1.1.1",
36
36
  "sort-package-json": "^3.6.0",
@@ -42,12 +42,16 @@
42
42
  "@microsoft/api-extractor": "^7.55.2",
43
43
  "@rslib/core": "^0.19.2",
44
44
  "@types/node": "^25.0.9",
45
- "@typescript/native-preview": "7.0.0-dev.20260118.1"
45
+ "@typescript/native-preview": "^7.0.0-dev.20260120.1",
46
+ "typescript": "^5.9.3"
46
47
  },
47
48
  "peerDependenciesMeta": {
48
49
  "@microsoft/api-extractor": {
49
50
  "optional": false
50
51
  },
52
+ "@rslib/core": {
53
+ "optional": false
54
+ },
51
55
  "@typescript/native-preview": {
52
56
  "optional": false
53
57
  },