@nx/rsbuild 23.2.0-beta.1 → 23.2.0-beta.11

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/README.md CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  <div style="text-align: center;">
9
9
 
10
- [![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)]()
10
+ [![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)](<>)
11
11
  [![NPM Version](https://badge.fury.io/js/nx.svg)](https://www.npmjs.com/package/nx)
12
- [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
12
+ [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](<>)
13
13
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
14
14
  [![Join us on the Official Nx Discord Server](https://img.shields.io/discord/1143497901675401286?label=discord)](https://go.nx.dev/community)
15
15
  [![Nx Sandboxing](https://staging.nx.app/workspaces/62d013ea0852fe0a2df74438/sandbox-badge.svg)](https://nx.dev/docs/features/ci-features/sandboxing)
@@ -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.1",
4
+ "version": "23.2.0-beta.11",
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.1",
61
- "@nx/js": "23.2.0-beta.1"
60
+ "@nx/js": "23.2.0-beta.11",
61
+ "@nx/devkit": "23.2.0-beta.11"
62
62
  },
63
63
  "devDependencies": {
64
- "nx": "23.2.0-beta.1"
64
+ "nx": "23.2.0-beta.11"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@rsbuild/core": "^1.0.0 || ^2.0.0"