@nrwl/linter 14.7.6-beta.4 → 14.7.6-beta.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +8 -4
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
- ## [14.7.6-beta.4](https://github.com/nrwl/nx/compare/14.7.5...14.7.6-beta.4) (2022-09-17)
6
+ ## [14.7.6-beta.6](https://github.com/nrwl/nx/compare/14.7.5...14.7.6-beta.6) (2022-09-17)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/linter
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@nrwl/linter",
3
- "version": "14.7.6-beta.4",
3
+ "version": "14.7.6-beta.6",
4
+ "private": false,
4
5
  "description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
5
6
  "repository": {
6
7
  "type": "git",
@@ -33,10 +34,10 @@
33
34
  "eslint": "^8.0.0"
34
35
  },
35
36
  "dependencies": {
36
- "@nrwl/devkit": "14.7.6-beta.4",
37
- "@nrwl/jest": "14.7.6-beta.4",
37
+ "@nrwl/devkit": "14.7.6-beta.6",
38
+ "@nrwl/jest": "14.7.6-beta.6",
38
39
  "@phenomnomnominal/tsquery": "4.1.1",
39
- "nx": "14.7.6-beta.4",
40
+ "nx": "14.7.6-beta.6",
40
41
  "tmp": "~0.2.1",
41
42
  "tslib": "^2.3.0"
42
43
  },
@@ -45,5 +46,8 @@
45
46
  "optional": true
46
47
  }
47
48
  },
49
+ "publishConfig": {
50
+ "access": "public"
51
+ },
48
52
  "gitHead": "08e7588d153cb8e8711a2998be7b665d2fa3940d"
49
53
  }