@nx/remix 23.0.0-beta.21 → 23.0.0-beta.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/remix",
3
- "version": "23.0.0-beta.21",
3
+ "version": "23.0.0-beta.23",
4
4
  "description": "The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, routes, loaders, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,16 +30,16 @@
30
30
  "migrations": "./migrations.json"
31
31
  },
32
32
  "dependencies": {
33
- "@nx/devkit": "23.0.0-beta.21",
34
- "@nx/js": "23.0.0-beta.21",
35
- "@nx/react": "23.0.0-beta.21",
33
+ "@nx/devkit": "23.0.0-beta.23",
34
+ "@nx/js": "23.0.0-beta.23",
35
+ "@nx/react": "23.0.0-beta.23",
36
36
  "tslib": "^2.3.0",
37
37
  "@phenomnomnominal/tsquery": "~6.2.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@nx/eslint": "23.0.0-beta.21",
41
- "nx": "23.0.0-beta.21",
42
- "@nx/vitest": "23.0.0-beta.21"
40
+ "@nx/eslint": "23.0.0-beta.23",
41
+ "nx": "23.0.0-beta.23",
42
+ "@nx/vitest": "23.0.0-beta.23"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@remix-run/dev": "^2.17.3"
@@ -1,4 +1,4 @@
1
- import { type CreateDependencies, CreateNodesV2 } from '@nx/devkit';
1
+ import { type CreateDependencies, CreateNodes } from '@nx/devkit';
2
2
  export interface RemixPluginOptions {
3
3
  buildTargetName?: string;
4
4
  devTargetName?: string;
@@ -12,6 +12,6 @@ export interface RemixPluginOptions {
12
12
  * @deprecated The 'createDependencies' function is now a no-op. This functionality is included in 'createNodesV2'.
13
13
  */
14
14
  export declare const createDependencies: CreateDependencies;
15
- export declare const createNodes: CreateNodesV2<RemixPluginOptions>;
16
- export declare const createNodesV2: CreateNodesV2<RemixPluginOptions>;
15
+ export declare const createNodes: CreateNodes<RemixPluginOptions>;
16
+ export declare const createNodesV2: CreateNodes<RemixPluginOptions>;
17
17
  //# sourceMappingURL=plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/plugins/plugin.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,KAAK,kBAAkB,EAIvB,aAAa,EAOd,MAAM,YAAY,CAAC;AAUpB,MAAM,WAAW,kBAAkB;IACjC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAID;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,kBAEhC,CAAC;AAIF,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,kBAAkB,CA+DzD,CAAC;AAEF,eAAO,MAAM,aAAa,mCAAc,CAAC"}
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/remix/src/plugins/plugin.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,KAAK,kBAAkB,EAIvB,WAAW,EAOZ,MAAM,YAAY,CAAC;AAUpB,MAAM,WAAW,kBAAkB;IACjC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAID;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,kBAEhC,CAAC;AAIF,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,kBAAkB,CA+DvD,CAAC;AAEF,eAAO,MAAM,aAAa,iCAAc,CAAC"}