@rsbuild/plugin-source-build 0.6.5 → 0.6.7
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/index.js +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -37,8 +37,8 @@ __export(src_exports, {
|
|
|
37
37
|
module.exports = __toCommonJS(src_exports);
|
|
38
38
|
var import_node_fs = __toESM(require("fs"));
|
|
39
39
|
var import_node_path = __toESM(require("path"));
|
|
40
|
-
var import_shared = require("@rsbuild/shared");
|
|
41
40
|
var import_monorepo_utils = require("@rsbuild/monorepo-utils");
|
|
41
|
+
var import_shared = require("@rsbuild/shared");
|
|
42
42
|
var PLUGIN_SOURCE_BUILD_NAME = "rsbuild:source-build";
|
|
43
43
|
var getSourceInclude = async (options) => {
|
|
44
44
|
const { projects, sourceField } = options;
|
package/dist/index.mjs
CHANGED
|
@@ -2,18 +2,18 @@ import { createRequire } from 'module';
|
|
|
2
2
|
var require = createRequire(import.meta['url']);
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
// ../../node_modules/.pnpm/@modern-js+module-tools@2.49.
|
|
5
|
+
// ../../node_modules/.pnpm/@modern-js+module-tools@2.49.1_eslint@8.57.0_typescript@5.4.5/node_modules/@modern-js/module-tools/shims/esm.js
|
|
6
6
|
import { fileURLToPath } from "url";
|
|
7
7
|
import path from "path";
|
|
8
8
|
|
|
9
9
|
// src/index.ts
|
|
10
10
|
import fs from "fs";
|
|
11
11
|
import path2 from "path";
|
|
12
|
-
import { TS_CONFIG_FILE, fse } from "@rsbuild/shared";
|
|
13
12
|
import {
|
|
14
13
|
filterByField,
|
|
15
14
|
getDependentProjects
|
|
16
15
|
} from "@rsbuild/monorepo-utils";
|
|
16
|
+
import { TS_CONFIG_FILE, fse } from "@rsbuild/shared";
|
|
17
17
|
var PLUGIN_SOURCE_BUILD_NAME = "rsbuild:source-build";
|
|
18
18
|
var getSourceInclude = async (options) => {
|
|
19
19
|
const { projects, sourceField } = options;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/plugin-source-build",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.7",
|
|
4
4
|
"description": "Source build plugin of Rsbuild",
|
|
5
5
|
"homepage": "https://rsbuild.dev",
|
|
6
6
|
"repository": {
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@rsbuild/monorepo-utils": "0.6.
|
|
27
|
-
"@rsbuild/shared": "0.6.
|
|
26
|
+
"@rsbuild/monorepo-utils": "0.6.7",
|
|
27
|
+
"@rsbuild/shared": "0.6.7"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@babel/core": "^7.24.4",
|
|
31
31
|
"typescript": "^5.4.2",
|
|
32
|
-
"@rsbuild/core": "0.6.
|
|
33
|
-
"@rsbuild/plugin-babel": "0.6.
|
|
34
|
-
"@scripts/test-helper": "0.6.
|
|
32
|
+
"@rsbuild/core": "0.6.7",
|
|
33
|
+
"@rsbuild/plugin-babel": "0.6.7",
|
|
34
|
+
"@scripts/test-helper": "0.6.7"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@rsbuild/core": "^0.6.
|
|
37
|
+
"@rsbuild/core": "^0.6.7"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public",
|