@rnx-kit/config
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -5,3 +5,3 @@ import type { PluginOptions as CyclicDetectorOptions } from "@rnx-kit/metro-plugin-cyclic-dependencies-detector"; | ||
import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform"; | ||
import type { OutputOptions } from "metro/shared/types"; | ||
import type { OutputOptions } from "metro/src/shared/types"; | ||
export type TypeScriptValidationOptions = { | ||
@@ -8,0 +8,0 @@ /** |
import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform"; | ||
import type { BundleConfig } from "./bundleConfig"; | ||
import type { KitConfig } from "./kitConfig"; | ||
import type { BundleConfig } from "./bundleConfig"; | ||
/** | ||
@@ -5,0 +5,0 @@ * Get a bundle configuration from the rnx-kit configuration. |
@@ -7,4 +7,4 @@ "use strict"; | ||
exports.getKitConfig = void 0; | ||
const tools_node_1 = require("@rnx-kit/tools-node"); | ||
const path_1 = __importDefault(require("path")); | ||
const tools_node_1 = require("@rnx-kit/tools-node"); | ||
/** | ||
@@ -11,0 +11,0 @@ * Query for a package's rnx-kit configuration. |
{ | ||
"name": "@rnx-kit/config", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "Define and query information about a kit package", | ||
"homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/config#readme", | ||
"license": "MIT", | ||
"files": [ | ||
"lib/*", | ||
"src/*" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"typescript": "./src/index.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"repository": { | ||
@@ -21,4 +34,4 @@ "type": "git", | ||
"dependencies": { | ||
"@rnx-kit/console": "^1.0.11", | ||
"@rnx-kit/tools-node": "^2.0.0", | ||
"@rnx-kit/console": "^1.0.12", | ||
"@rnx-kit/tools-node": "^2.0.1", | ||
"semver": "^7.0.0" | ||
@@ -32,3 +45,2 @@ }, | ||
"@rnx-kit/tools-react-native": "*", | ||
"@types/metro": "^0.76.0", | ||
"@types/node": "^18.0.0", | ||
@@ -38,3 +50,3 @@ "@types/semver": "^7.0.0", | ||
"jest": "^29.2.1", | ||
"prettier": "^2.8.0", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.0.0" | ||
@@ -41,0 +53,0 @@ }, |
@@ -5,3 +5,3 @@ import type { PluginOptions as CyclicDetectorOptions } from "@rnx-kit/metro-plugin-cyclic-dependencies-detector"; | ||
import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform"; | ||
import type { OutputOptions } from "metro/shared/types"; | ||
import type { OutputOptions } from "metro/src/shared/types"; | ||
@@ -8,0 +8,0 @@ export type TypeScriptValidationOptions = { |
import type { AllPlatforms } from "@rnx-kit/tools-react-native/platform"; | ||
import type { BundleConfig, BundleParameters } from "./bundleConfig"; | ||
import type { KitConfig } from "./kitConfig"; | ||
import type { BundleParameters, BundleConfig } from "./bundleConfig"; | ||
@@ -5,0 +5,0 @@ function failOnUnsupportedProp( |
@@ -0,3 +1,3 @@ | ||
import { readPackage } from "@rnx-kit/tools-node"; | ||
import path from "path"; | ||
import { readPackage } from "@rnx-kit/tools-node"; | ||
import type { KitConfig } from "./kitConfig"; | ||
@@ -4,0 +4,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
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
11
1
63299
37
939
Updated@rnx-kit/console@^1.0.12
Updated@rnx-kit/tools-node@^2.0.1