@nrwl/js 19.0.0-beta.1 → 19.0.0-beta.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [Read more here](https://nx.dev/recipes/other/rescope)
6
6
 
7
- @nrwl/js will no longer be published in Nx v18.
7
+ @nrwl/js will no longer be published in the future.
8
8
 
9
9
  <p style="text-align: center;">
10
10
  <picture>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/js",
3
- "version": "19.0.0-beta.1",
3
+ "version": "19.0.0-beta.11",
4
4
  "private": false,
5
5
  "description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "executors": "./executors.json",
29
29
  "builders": "./executors.json",
30
30
  "dependencies": {
31
- "@nx/js": "19.0.0-beta.1"
31
+ "@nx/js": "19.0.0-beta.11"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"