@rsbuild/plugin-source-build 0.0.28 → 1.0.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.
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { RsbuildPlugin } from '@rsbuild/core';
2
2
  import { Project, ExtraMonorepoStrategies } from '@rsbuild/monorepo-utils';
3
3
 
4
- declare const pluginName = "plugin-source-build";
4
+ declare const pluginName = "rsbuild:source-build";
5
5
  declare const getSourceInclude: (options: {
6
6
  projects: Project[];
7
7
  sourceField: string;
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ var import_fs = __toESM(require("fs"));
39
39
  var import_path = __toESM(require("path"));
40
40
  var import_shared = require("@rsbuild/shared");
41
41
  var import_monorepo_utils = require("@rsbuild/monorepo-utils");
42
- var pluginName = "plugin-source-build";
42
+ var pluginName = "rsbuild:source-build";
43
43
  var getSourceInclude = async (options) => {
44
44
  const { projects, sourceField } = options;
45
45
  const includes = [];
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- // ../../node_modules/.pnpm/@modern-js+module-tools@2.40.0_typescript@5.2.2/node_modules/@modern-js/module-tools/shims/esm.js
1
+ // ../../node_modules/.pnpm/@modern-js+module-tools@2.40.0_typescript@5.3.2/node_modules/@modern-js/module-tools/shims/esm.js
2
2
  import { fileURLToPath } from "url";
3
3
  import path from "path";
4
4
 
@@ -14,7 +14,7 @@ import {
14
14
  filterByField,
15
15
  getDependentProjects
16
16
  } from "@rsbuild/monorepo-utils";
17
- var pluginName = "plugin-source-build";
17
+ var pluginName = "rsbuild:source-build";
18
18
  var getSourceInclude = async (options) => {
19
19
  const { projects, sourceField } = options;
20
20
  const includes = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-source-build",
3
- "version": "0.0.28",
3
+ "version": "1.0.0",
4
4
  "description": "Source build plugin of Rsbuild",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -22,18 +22,18 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@rsbuild/monorepo-utils": "0.0.28",
26
- "@rsbuild/shared": "0.0.28"
25
+ "@rsbuild/monorepo-utils": "1.0.0",
26
+ "@rsbuild/shared": "1.0.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@babel/core": "^7.23.2",
30
- "typescript": "^5.2.2",
31
- "@rsbuild/test-helper": "0.0.28",
32
- "@rsbuild/core": "0.0.28",
33
- "@rsbuild/webpack": "0.0.28"
30
+ "typescript": "^5.3.0",
31
+ "@rsbuild/core": "1.0.0",
32
+ "@rsbuild/test-helper": "1.0.0",
33
+ "@rsbuild/webpack": "1.0.0"
34
34
  },
35
35
  "peerDependencies": {
36
- "@rsbuild/core": "^0.0.28"
36
+ "@rsbuild/core": "^1.0.0"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public",