@rsbuild/plugin-source-build 1.0.1-beta.7 → 1.0.1-beta.9
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/dist-types/package.json +1 -0
- package/package.json +9 -8
- /package/{dist → dist-types}/common/getBaseData.d.ts +0 -0
- /package/{dist → dist-types}/common/getProjects.d.ts +0 -0
- /package/{dist → dist-types}/common/index.d.ts +0 -0
- /package/{dist → dist-types}/common/isMonorepo.d.ts +0 -0
- /package/{dist → dist-types}/common/pnpm.d.ts +0 -0
- /package/{dist → dist-types}/common/rush.d.ts +0 -0
- /package/{dist → dist-types}/constants.d.ts +0 -0
- /package/{dist → dist-types}/index.d.ts +0 -0
- /package/{dist → dist-types}/plugin.d.ts +0 -0
- /package/{dist → dist-types}/project-utils/filter.d.ts +0 -0
- /package/{dist → dist-types}/project-utils/getDependentProjects.d.ts +0 -0
- /package/{dist → dist-types}/project-utils/index.d.ts +0 -0
- /package/{dist → dist-types}/project.d.ts +0 -0
- /package/{dist → dist-types}/types/index.d.ts +0 -0
- /package/{dist → dist-types}/types/packageJson.d.ts +0 -0
- /package/{dist → dist-types}/types/rushJson.d.ts +0 -0
- /package/{dist → dist-types}/utils.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"//":"This file is for making TypeScript work with moduleResolution node16+.","version":"1.0.0"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/plugin-source-build",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.9",
|
|
4
4
|
"description": "Source build plugin of Rsbuild",
|
|
5
5
|
"homepage": "https://rsbuild.dev",
|
|
6
6
|
"repository": {
|
|
@@ -12,15 +12,16 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
|
15
|
-
"types": "./dist/index.d.ts",
|
|
15
|
+
"types": "./dist-types/index.d.ts",
|
|
16
16
|
"import": "./dist/index.js",
|
|
17
17
|
"require": "./dist/index.cjs"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"main": "./dist/index.cjs",
|
|
21
|
-
"types": "./dist/index.d.ts",
|
|
21
|
+
"types": "./dist-types/index.d.ts",
|
|
22
22
|
"files": [
|
|
23
|
-
"dist"
|
|
23
|
+
"dist",
|
|
24
|
+
"dist-types"
|
|
24
25
|
],
|
|
25
26
|
"dependencies": {
|
|
26
27
|
"fast-glob": "^3.3.2",
|
|
@@ -29,12 +30,12 @@
|
|
|
29
30
|
"devDependencies": {
|
|
30
31
|
"typescript": "^5.5.2",
|
|
31
32
|
"yaml": "^2.5.0",
|
|
32
|
-
"@rsbuild/core": "1.0.1-beta.
|
|
33
|
-
"@rsbuild/plugin-babel": "1.0.1-beta.
|
|
34
|
-
"@scripts/test-helper": "1.0.1-beta.
|
|
33
|
+
"@rsbuild/core": "1.0.1-beta.9",
|
|
34
|
+
"@rsbuild/plugin-babel": "1.0.1-beta.9",
|
|
35
|
+
"@scripts/test-helper": "1.0.1-beta.9"
|
|
35
36
|
},
|
|
36
37
|
"peerDependencies": {
|
|
37
|
-
"@rsbuild/core": "^1.0.1-beta.
|
|
38
|
+
"@rsbuild/core": "^1.0.1-beta.9"
|
|
38
39
|
},
|
|
39
40
|
"publishConfig": {
|
|
40
41
|
"access": "public",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|