@frui.ts/helpers
Advanced tools
Comparing version 0.15.0-beta.2 to 0.15.0-beta.3
export { default as bound } from "./bound"; | ||
export { default as createMap } from "./createMap"; | ||
export * from "./disposable"; | ||
export * from "./functionHelpers"; | ||
export * from "./nameof"; | ||
export * from "./observableHelpers"; | ||
export * from "./types"; |
@@ -8,2 +8,4 @@ "use strict"; | ||
exports.bound = bound_1.default; | ||
var createMap_1 = require("./createMap"); | ||
exports.createMap = createMap_1.default; | ||
__export(require("./functionHelpers")); | ||
@@ -10,0 +12,0 @@ __export(require("./nameof")); |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.15.0-beta.2", | ||
"version": "0.15.0-beta.3", | ||
"description": "Frui.ts helper functions", | ||
@@ -37,6 +37,6 @@ "keywords": [ | ||
}, | ||
"dependencies": { | ||
"mobx": "^4.15.4" | ||
"peerDependencies": { | ||
"mobx": "^4.0.0 || ^5.0.0" | ||
}, | ||
"gitHead": "a1950d8a2f4b4b2bfddbca22972c322b2586c33d" | ||
"gitHead": "a50c956e5476cce829dec2d2a976eeebb336ad1b" | ||
} |
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
13094
27
92
+ Addedmobx@5.15.7(transitive)
- Removedmobx@^4.15.4
- Removedmobx@4.15.7(transitive)