@nx/plugin 23.2.0-beta.10 → 23.2.0-beta.12

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/README.md CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  <div style="text-align: center;">
9
9
 
10
- [![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)]()
10
+ [![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)](<>)
11
11
  [![NPM Version](https://badge.fury.io/js/nx.svg)](https://www.npmjs.com/package/nx)
12
- [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
12
+ [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](<>)
13
13
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
14
14
  [![Join us on the Official Nx Discord Server](https://img.shields.io/discord/1143497901675401286?label=discord)](https://go.nx.dev/community)
15
15
  [![Nx Sandboxing](https://staging.nx.app/workspaces/62d013ea0852fe0a2df74438/sandbox-badge.svg)](https://nx.dev/docs/features/ci-features/sandboxing)
@@ -8,8 +8,7 @@ export interface PresetGeneratorSchema {
8
8
  linter?: LinterType;
9
9
  }
10
10
 
11
- export interface NormalizedPresetGeneratorOptions
12
- extends PresetGeneratorSchema {
11
+ export interface NormalizedPresetGeneratorOptions extends PresetGeneratorSchema {
13
12
  createPackageName: string;
14
13
  linter: LinterType;
15
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/plugin",
3
- "version": "23.2.0-beta.10",
3
+ "version": "23.2.0-beta.12",
4
4
  "private": false,
5
5
  "description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
6
6
  "repository": {
@@ -36,16 +36,16 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "tslib": "^2.3.0",
39
- "@nx/devkit": "23.2.0-beta.10",
40
- "@nx/jest": "23.2.0-beta.10",
41
- "@nx/js": "23.2.0-beta.10",
42
- "@nx/eslint": "23.2.0-beta.10"
39
+ "@nx/devkit": "23.2.0-beta.12",
40
+ "@nx/jest": "23.2.0-beta.12",
41
+ "@nx/js": "23.2.0-beta.12",
42
+ "@nx/eslint": "23.2.0-beta.12"
43
43
  },
44
44
  "devDependencies": {
45
- "nx": "23.2.0-beta.10"
45
+ "nx": "23.2.0-beta.12"
46
46
  },
47
47
  "peerDependencies": {
48
- "@nx/vitest": "23.2.0-beta.10"
48
+ "@nx/vitest": "23.2.0-beta.12"
49
49
  },
50
50
  "peerDependenciesMeta": {
51
51
  "@nx/vitest": {