rsbuild-plugin-dts 0.16.0 → 0.17.0
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.
|
@@ -463,7 +463,7 @@ function encode(decoded) {
|
|
|
463
463
|
|
|
464
464
|
/***/ }),
|
|
465
465
|
|
|
466
|
-
/***/
|
|
466
|
+
/***/ 485:
|
|
467
467
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
468
468
|
|
|
469
469
|
"use strict";
|
|
@@ -2119,7 +2119,7 @@ module.exports = MagicString;
|
|
|
2119
2119
|
/******/ // startup
|
|
2120
2120
|
/******/ // Load entry module and return exports
|
|
2121
2121
|
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
2122
|
-
/******/ var __webpack_exports__ = __nccwpck_require__(
|
|
2122
|
+
/******/ var __webpack_exports__ = __nccwpck_require__(485);
|
|
2123
2123
|
/******/ module.exports = __webpack_exports__;
|
|
2124
2124
|
/******/
|
|
2125
2125
|
/******/ })()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"magic-string","author":"Rich Harris","version":"0.30.
|
|
1
|
+
{"name":"magic-string","author":"Rich Harris","version":"0.30.21","license":"MIT","types":"index.d.ts","type":"commonjs"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rsbuild-plugin-dts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "Rsbuild plugin that supports emitting declaration files for TypeScript.",
|
|
5
5
|
"homepage": "https://rslib.rs",
|
|
6
6
|
"bugs": {
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"@ast-grep/napi": "0.37.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@microsoft/api-extractor": "^7.53.
|
|
33
|
-
"@rsbuild/core": "1.6.0
|
|
34
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
35
|
-
"magic-string": "^0.30.
|
|
32
|
+
"@microsoft/api-extractor": "^7.53.3",
|
|
33
|
+
"@rsbuild/core": "~1.6.0",
|
|
34
|
+
"@typescript/native-preview": "7.0.0-dev.20251026.1",
|
|
35
|
+
"magic-string": "^0.30.21",
|
|
36
36
|
"picocolors": "1.1.1",
|
|
37
37
|
"prebundle": "1.4.2",
|
|
38
38
|
"rsbuild-plugin-publint": "^0.3.3",
|
|
39
|
-
"rslib": "npm:@rslib/core@0.
|
|
39
|
+
"rslib": "npm:@rslib/core@0.16.1",
|
|
40
40
|
"tinyglobby": "0.2.14",
|
|
41
41
|
"tsconfig-paths": "^4.2.0",
|
|
42
42
|
"typescript": "^5.9.3",
|