@rnx-kit/config
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Mon, 12 Jul 2021 17:29:56 GMT", | ||
"date": "Mon, 26 Jul 2021 15:59:47 GMT", | ||
"tag": "@rnx-kit/config_v0.3.2", | ||
"version": "0.3.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "4123478+tido64@users.noreply.github.com", | ||
"package": "@rnx-kit/config", | ||
"comment": "Add 'core' as an alias for react-native for out-of-tree platform packages that have a dependency on `react-native` core code, and not the Android/iOS specific bits. Currently, one would have to add a random capability that resolves to `react-native`, e.g. `core-android`, despite the capability not really being used.", | ||
"commit": "b02743b55c37ac6b32b11a747e01c2d43013f954" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 12 Jul 2021 17:30:15 GMT", | ||
"tag": "@rnx-kit/config_v0.3.1", | ||
@@ -8,0 +23,0 @@ "version": "0.3.1", |
# Change Log - @rnx-kit/config | ||
This log was last generated on Mon, 12 Jul 2021 17:29:56 GMT and should not be manually modified. | ||
This log was last generated on Mon, 26 Jul 2021 15:59:47 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.3.2 | ||
Mon, 26 Jul 2021 15:59:47 GMT | ||
### Patches | ||
- Add 'core' as an alias for react-native for out-of-tree platform packages that have a dependency on `react-native` core code, and not the Android/iOS specific bits. Currently, one would have to add a random capability that resolves to `react-native`, e.g. `core-android`, despite the capability not really being used. (4123478+tido64@users.noreply.github.com) | ||
## 0.3.1 | ||
Mon, 12 Jul 2021 17:29:56 GMT | ||
Mon, 12 Jul 2021 17:30:15 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
import type { BundleConfig } from "./bundleConfig"; | ||
export declare type Capability = "core-android" | "core-ios" | "core-macos" | "core-windows" | "animation" | "base64" | "checkbox" | "clipboard" | "datetime-picker" | "filesystem" | "floating-action" | "gestures" | "hermes" | "hooks" | "html" | "lazy-index" | "masked-view" | "modal" | "navigation/native" | "navigation/stack" | "netinfo" | "popover" | "react" | "safe-area" | "screens" | "shimmer" | "sqlite" | "storage" | "svg" | "test-app" | "webview"; | ||
export declare type Capability = "core" | "core-android" | "core-ios" | "core-macos" | "core-windows" | "animation" | "base64" | "checkbox" | "clipboard" | "datetime-picker" | "filesystem" | "floating-action" | "gestures" | "hermes" | "hooks" | "html" | "lazy-index" | "masked-view" | "modal" | "navigation/native" | "navigation/stack" | "netinfo" | "popover" | "react" | "safe-area" | "screens" | "shimmer" | "sqlite" | "storage" | "svg" | "test-app" | "webview"; | ||
export declare type DependencyVersions = Record<string, string>; | ||
@@ -4,0 +4,0 @@ export declare type GetDependencyVersions = () => DependencyVersions; |
{ | ||
"name": "@rnx-kit/config", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Define and query information about a kit package", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
import type { BundleConfig } from "./bundleConfig"; | ||
export type Capability = | ||
| "core" | ||
| "core-android" | ||
@@ -5,0 +6,0 @@ | "core-ios" |
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
74890
1526