@darraghor/eslint-plugin-nestjs-typed 4.7.0 → 5.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  - Version `3.x` supports Eslint version `>=8.x` and typescript eslint parser `^5`
12
12
  - Version `2.x` supports Eslint version `<=7.x` and typescript eslint parser `^4`
13
13
 
14
- There were many breaking changes between these versions.
14
+ There are breaking changes between versions ofr ts-eslint.
15
15
 
16
16
  typescript eslint parser supports a range of typescript versions but there can be a delay in supporting the latest versions.
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/eslint-plugin-nestjs-typed",
3
- "version": "4.7.0",
3
+ "version": "5.0.0",
4
4
  "description": "Eslint rules for nestjs projects",
5
5
  "scripts": {
6
6
  "clean": "rm -Rf ./dist/",