@nrwl/js 15.0.0-rc1 → 15.0.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [15.0.0-rc1](https://github.com/nrwl/nx/compare/14.8.0...15.0.0-rc1) (2022-10-13)
6
+ # [15.0.0](https://github.com/nrwl/nx/compare/14.8.0...15.0.0) (2022-10-14)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/js
package/README.md CHANGED
@@ -75,7 +75,7 @@ npx add-nx-to-monorepo@latest
75
75
  A few links to help you get started:
76
76
 
77
77
  - [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
78
- - [Tutorial: Adding Nx to an Existing Monorepo](/recipe/adding-to-monorepo)
78
+ - [Tutorial: Adding Nx to an Existing Monorepo](/recipes/adopting-nx/adding-to-monorepo)
79
79
  - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
80
80
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/js",
3
- "version": "15.0.0-rc1",
3
+ "version": "15.0.0",
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": {
@@ -32,10 +32,10 @@
32
32
  "executors": "./executors.json",
33
33
  "builders": "./executors.json",
34
34
  "dependencies": {
35
- "@nrwl/devkit": "15.0.0-rc1",
36
- "@nrwl/jest": "15.0.0-rc1",
37
- "@nrwl/linter": "15.0.0-rc1",
38
- "@nrwl/workspace": "15.0.0-rc1",
35
+ "@nrwl/devkit": "15.0.0",
36
+ "@nrwl/jest": "15.0.0",
37
+ "@nrwl/linter": "15.0.0",
38
+ "@nrwl/workspace": "15.0.0",
39
39
  "@parcel/watcher": "2.0.4",
40
40
  "chalk": "4.1.0",
41
41
  "fast-glob": "3.2.7",
@@ -50,5 +50,5 @@
50
50
  "access": "public"
51
51
  },
52
52
  "types": "./src/index.d.ts",
53
- "gitHead": "a947e2514942806016a24e2fd36faa882aab56a7"
53
+ "gitHead": "59db3017b85cdc253ec4fb94af8667e897833025"
54
54
  }
@@ -134,5 +134,6 @@
134
134
  }
135
135
  ]
136
136
  }
137
- }
137
+ },
138
+ "examplesFile": "../../../docs/swc-examples.md"
138
139
  }
@@ -144,5 +144,6 @@
144
144
  }
145
145
  ]
146
146
  }
147
- }
147
+ },
148
+ "examplesFile": "../../../docs/tsc-examples.md"
148
149
  }