@nx/rsbuild 23.2.0-beta.0 → 23.2.0-beta.10

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.
@@ -3,8 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.createNodesV2 = exports.createNodes = void 0;
4
4
  const internal_1 = require("@nx/devkit/internal");
5
5
  const devkit_1 = require("@nx/devkit");
6
- const file_hasher_1 = require("nx/src/hasher/file-hasher");
7
- const cache_directory_1 = require("nx/src/utils/cache-directory");
8
6
  const internal_2 = require("@nx/js/internal");
9
7
  const js_1 = require("@nx/js");
10
8
  const fs_1 = require("fs");
@@ -14,8 +12,8 @@ const rsbuildConfigGlob = '**/rsbuild.config.{js,ts,mjs,mts,cjs,cts}';
14
12
  exports.createNodes = [
15
13
  rsbuildConfigGlob,
16
14
  async (configFilePaths, options, context) => {
17
- const optionsHash = (0, file_hasher_1.hashObject)(options);
18
- const cachePath = (0, path_1.join)(cache_directory_1.workspaceDataDirectory, `rsbuild-${optionsHash}.hash`);
15
+ const optionsHash = (0, internal_1.hashObject)(options);
16
+ const cachePath = (0, path_1.join)(internal_1.workspaceDataDirectory, `rsbuild-${optionsHash}.hash`);
19
17
  const targetsCache = new internal_1.PluginCache(cachePath);
20
18
  const isUsingTsSolutionSetup = (0, internal_2.isUsingTsSolutionSetup)();
21
19
  const packageManager = (0, devkit_1.detectPackageManager)(context.workspaceRoot);
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": "23.2.0-beta.0",
4
+ "version": "23.2.0-beta.10",
5
5
  "type": "commonjs",
6
6
  "files": [
7
7
  "dist",
@@ -57,11 +57,11 @@
57
57
  "minimatch": "10.2.5",
58
58
  "semver": "^7.6.3",
59
59
  "@phenomnomnominal/tsquery": "~6.2.0",
60
- "@nx/devkit": "23.2.0-beta.0",
61
- "@nx/js": "23.2.0-beta.0"
60
+ "@nx/devkit": "23.2.0-beta.10",
61
+ "@nx/js": "23.2.0-beta.10"
62
62
  },
63
63
  "devDependencies": {
64
- "nx": "23.2.0-beta.0"
64
+ "nx": "23.2.0-beta.10"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@rsbuild/core": "^1.0.0 || ^2.0.0"