@rnx-kit/tools-react-native
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,2 +5,17 @@ { | ||
{ | ||
"date": "Fri, 29 Oct 2021 09:04:42 GMT", | ||
"tag": "@rnx-kit/tools-react-native_v1.0.2", | ||
"version": "1.0.2", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "4123478+tido64@users.noreply.github.com", | ||
"package": "@rnx-kit/tools-react-native", | ||
"commit": "5361bf5151fb8f8ad2aaa35989a7c80be1c59aa3", | ||
"comment": "Prefer named exports" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 08 Sep 2021 06:42:50 GMT", | ||
@@ -7,0 +22,0 @@ "tag": "@rnx-kit/tools-react-native_v1.0.1", |
@@ -1,2 +0,3 @@ | ||
export * from "./platform"; | ||
export { parsePlatform } from "./platform"; | ||
export type { AllPlatforms } from "./platform"; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./platform"), exports); | ||
exports.parsePlatform = void 0; | ||
var platform_1 = require("./platform"); | ||
Object.defineProperty(exports, "parsePlatform", { enumerable: true, get: function () { return platform_1.parsePlatform; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@rnx-kit/tools-react-native", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A collection of supplemental react-native functions and types", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-react-native#readme", |
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
7457
122