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