@nx/devkit 19.0.2 → 19.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/devkit",
3
- "version": "19.0.2",
3
+ "version": "19.0.4",
4
4
  "private": false,
5
5
  "description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by leveraging the Nx Devkit](https://nx.dev/extending-nx/intro/getting-started) on our docs.",
6
6
  "repository": {
@@ -36,7 +36,7 @@
36
36
  "semver": "^7.5.3",
37
37
  "yargs-parser": "21.1.1",
38
38
  "minimatch": "9.0.3",
39
- "@nrwl/devkit": "19.0.2"
39
+ "@nrwl/devkit": "19.0.4"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "nx": ">= 17 <= 20"
@@ -15,6 +15,7 @@ const binaryExtensions = new Set([
15
15
  '.ai',
16
16
  '.aif',
17
17
  '.aiff',
18
+ '.als',
18
19
  '.alz',
19
20
  '.ape',
20
21
  '.apk',
@@ -139,6 +140,7 @@ const binaryExtensions = new Set([
139
140
  '.mxu',
140
141
  '.nef',
141
142
  '.npx',
143
+ '.npy',
142
144
  '.numbers',
143
145
  '.nupkg',
144
146
  '.o',
@@ -159,6 +161,8 @@ const binaryExtensions = new Set([
159
161
  '.pea',
160
162
  '.pgm',
161
163
  '.pic',
164
+ '.pkg',
165
+ '.plist',
162
166
  '.png',
163
167
  '.pnm',
164
168
  '.pot',