@nrwl/remix 19.1.0-canary.20240522-89fdd42 → 19.1.0-canary.20240524-12c6a73

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/remix",
3
- "version": "19.1.0-canary.20240522-89fdd42",
3
+ "version": "19.1.0-canary.20240524-12c6a73",
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, 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",
@@ -20,11 +20,11 @@
20
20
  "url": "https://github.com/nrwl/nx/issues"
21
21
  },
22
22
  "homepage": "https://nx.dev",
23
- "main": "./index.js",
23
+ "main": "index.js",
24
24
  "typings": "./index.d.ts",
25
25
  "generators": "./generators.json",
26
26
  "dependencies": {
27
- "@nx/remix": "19.1.0-canary.20240522-89fdd42"
27
+ "@nx/remix": "19.1.0-canary.20240524-12c6a73"
28
28
  },
29
29
  "nx-migrations": {
30
30
  "migrations": "@nx/remix/migrations.json"