@nx/rsbuild 22.7.0-beta.0 → 22.7.0-beta.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.
- package/config-utils.js +2 -1
- package/package.json +4 -4
package/config-utils.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.hasRsbuildPlugin = exports.getRsbuildE2EWebServerInfo = exports.versions = exports.addSourceDefine = exports.addExperimentalSwcPlugin = exports.addHtmlTemplatePath = exports.addCopyAssets = exports.addBuildPlugin = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
4
5
|
var add_build_plugin_1 = require("./src/utils/add-build-plugin");
|
|
5
6
|
Object.defineProperty(exports, "addBuildPlugin", { enumerable: true, get: function () { return add_build_plugin_1.addBuildPlugin; } });
|
|
6
7
|
var ast_utils_1 = require("./src/utils/ast-utils");
|
|
@@ -8,7 +9,7 @@ Object.defineProperty(exports, "addCopyAssets", { enumerable: true, get: functio
|
|
|
8
9
|
Object.defineProperty(exports, "addHtmlTemplatePath", { enumerable: true, get: function () { return ast_utils_1.addHtmlTemplatePath; } });
|
|
9
10
|
Object.defineProperty(exports, "addExperimentalSwcPlugin", { enumerable: true, get: function () { return ast_utils_1.addExperimentalSwcPlugin; } });
|
|
10
11
|
Object.defineProperty(exports, "addSourceDefine", { enumerable: true, get: function () { return ast_utils_1.addSourceDefine; } });
|
|
11
|
-
exports.versions = require("./src/utils/versions");
|
|
12
|
+
exports.versions = tslib_1.__importStar(require("./src/utils/versions"));
|
|
12
13
|
var e2e_web_server_info_utils_1 = require("./src/utils/e2e-web-server-info-utils");
|
|
13
14
|
Object.defineProperty(exports, "getRsbuildE2EWebServerInfo", { enumerable: true, get: function () { return e2e_web_server_info_utils_1.getRsbuildE2EWebServerInfo; } });
|
|
14
15
|
var has_rsbuild_plugin_1 = require("./src/utils/has-rsbuild-plugin");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/rsbuild",
|
|
3
3
|
"description": "The Nx Plugin for Rsbuild contains an Nx plugin, executors and utilities that support building applications using Rsbuild.",
|
|
4
|
-
"version": "22.7.0-beta.
|
|
4
|
+
"version": "22.7.0-beta.2",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"executors": "./executors.json",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"tslib": "^2.3.0",
|
|
33
|
-
"@nx/devkit": "22.7.0-beta.
|
|
34
|
-
"@nx/js": "22.7.0-beta.
|
|
33
|
+
"@nx/devkit": "22.7.0-beta.2",
|
|
34
|
+
"@nx/js": "22.7.0-beta.2",
|
|
35
35
|
"@rsbuild/core": "1.1.8",
|
|
36
36
|
"minimatch": "10.2.4",
|
|
37
37
|
"@phenomnomnominal/tsquery": "~6.1.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"nx": "22.7.0-beta.
|
|
40
|
+
"nx": "22.7.0-beta.2"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {},
|
|
43
43
|
"nx-migrations": {
|