@angular-eslint/schematics 20.3.1-alpha.0 → 20.3.1-alpha.1

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.
@@ -120,7 +120,7 @@
120
120
  },
121
121
  "zoneless": {
122
122
  "description": "Generate an application that does not use `zone.js`.",
123
- "x-prompt": "Do you want to create a 'zoneless' application without zone.js (Developer Preview)?",
123
+ "x-prompt": "Do you want to create a 'zoneless' application without zone.js?",
124
124
  "type": "boolean",
125
125
  "default": false
126
126
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/schematics",
3
- "version": "20.3.1-alpha.0",
3
+ "version": "20.3.1-alpha.1",
4
4
  "description": "Angular Schematics for angular-eslint",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -41,8 +41,8 @@
41
41
  "ignore": "7.0.5",
42
42
  "semver": "7.7.2",
43
43
  "strip-json-comments": "3.1.1",
44
- "@angular-eslint/eslint-plugin": "20.3.1-alpha.0",
45
- "@angular-eslint/eslint-plugin-template": "20.3.1-alpha.0"
44
+ "@angular-eslint/eslint-plugin": "20.3.1-alpha.1",
45
+ "@angular-eslint/eslint-plugin-template": "20.3.1-alpha.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@typescript-eslint/utils": "8.40.0",