@nrwl/remix 19.6.0-canary.20240814-6d83ae2 → 19.6.0-canary.20240815-5410794

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/remix",
3
- "version": "19.6.0-canary.20240814-6d83ae2",
3
+ "version": "19.6.0-canary.20240815-5410794",
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",
@@ -24,7 +24,7 @@
24
24
  "typings": "./index.d.ts",
25
25
  "generators": "./generators.json",
26
26
  "dependencies": {
27
- "@nx/remix": "19.6.0-canary.20240814-6d83ae2"
27
+ "@nx/remix": "19.6.0-canary.20240815-5410794"
28
28
  },
29
29
  "nx-migrations": {
30
30
  "migrations": "@nx/remix/migrations.json"
@@ -32,5 +32,6 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "type": "commonjs"
35
+ "type": "commonjs",
36
+ "types": "./index.d.ts"
36
37
  }