@rnx-kit/config
Advanced tools
Comparing version 0.6.1 to 0.6.2
# Change Log - @rnx-kit/config | ||
## 0.6.2 | ||
### Patch Changes | ||
- Updated dependencies [f1dfcf6b] | ||
- @rnx-kit/tools-node@2.0.0 | ||
## 0.6.1 | ||
@@ -4,0 +11,0 @@ |
@@ -1,5 +0,6 @@ | ||
import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform"; | ||
import type { PluginOptions as CyclicDetectorOptions } from "@rnx-kit/metro-plugin-cyclic-dependencies-detector"; | ||
import type { Options as DuplicateDetectorOptions } from "@rnx-kit/metro-plugin-duplicates-checker"; | ||
import type { OutputOptions } from "metro"; | ||
import type { Options as EsbuildOptions } from "@rnx-kit/metro-serializer-esbuild"; | ||
import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform"; | ||
import type { OutputOptions } from "metro/shared/types"; | ||
export type TypeScriptValidationOptions = { | ||
@@ -91,3 +92,3 @@ /** | ||
*/ | ||
treeShake?: boolean; | ||
treeShake?: boolean | EsbuildOptions; | ||
/** | ||
@@ -94,0 +95,0 @@ * List of plugins to add to the bundling process. |
{ | ||
"name": "@rnx-kit/config", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Define and query information about a kit package", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"@rnx-kit/console": "^1.0.11", | ||
"@rnx-kit/tools-node": "^1.2.7", | ||
"@rnx-kit/tools-node": "^2.0.0", | ||
"lodash": "^4.17.21", | ||
@@ -30,9 +30,13 @@ "semver": "^7.0.0" | ||
"@rnx-kit/metro-plugin-duplicates-checker": "*", | ||
"@rnx-kit/metro-serializer-esbuild": "*", | ||
"@rnx-kit/scripts": "*", | ||
"@rnx-kit/tools-react-native": "*", | ||
"@types/lodash": "^4.14.172", | ||
"@types/metro": "^0.66.0", | ||
"@types/metro": "^0.76.0", | ||
"@types/node": "^16.0.0", | ||
"@types/semver": "^7.0.0", | ||
"jest": "^27.0.0" | ||
"eslint": "^8.0.0", | ||
"jest": "^29.0.0", | ||
"prettier": "^2.8.0", | ||
"typescript": "^5.0.0" | ||
}, | ||
@@ -39,0 +43,0 @@ "depcheck": { |
@@ -1,3 +0,1 @@ | ||
<!--remove-block start--> | ||
# @rnx-kit/config | ||
@@ -8,4 +6,2 @@ | ||
<!--remove-block end--> | ||
Query for a package's configuration. | ||
@@ -12,0 +8,0 @@ |
@@ -1,5 +0,6 @@ | ||
import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform"; | ||
import type { PluginOptions as CyclicDetectorOptions } from "@rnx-kit/metro-plugin-cyclic-dependencies-detector"; | ||
import type { Options as DuplicateDetectorOptions } from "@rnx-kit/metro-plugin-duplicates-checker"; | ||
import type { OutputOptions } from "metro"; | ||
import type { Options as EsbuildOptions } from "@rnx-kit/metro-serializer-esbuild"; | ||
import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform"; | ||
import type { OutputOptions } from "metro/shared/types"; | ||
@@ -105,3 +106,3 @@ export type TypeScriptValidationOptions = { | ||
*/ | ||
treeShake?: boolean; | ||
treeShake?: boolean | EsbuildOptions; | ||
@@ -108,0 +109,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182441
2047
13
148
+ Added@rnx-kit/tools-node@2.1.2(transitive)
- Removed@rnx-kit/tools-language@1.4.2(transitive)
- Removed@rnx-kit/tools-node@1.3.1(transitive)
- Removedfind-up@3.0.05.0.0(transitive)
- Removedlocate-path@3.0.06.0.0(transitive)
- Removedp-limit@2.3.03.1.0(transitive)
- Removedp-locate@3.0.05.0.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@3.0.04.0.0(transitive)
- Removedpkg-dir@5.0.0(transitive)
- Removedpkg-up@3.1.0(transitive)
- Removedyocto-queue@0.1.0(transitive)
Updated@rnx-kit/tools-node@^2.0.0