@thi.ng/associative
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.4.5"></a> | ||
## [0.4.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.4.4...@thi.ng/associative@0.4.5) (2018-04-26) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
<a name="0.4.4"></a> | ||
@@ -8,0 +16,0 @@ ## [0.4.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@0.4.3...@thi.ng/associative@0.4.4) (2018-04-26) |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const indexed_1 = require("./indexed"); | ||
const intersection_1 = require("./intersection"); | ||
const indexed_1 = require("./indexed"); | ||
const invert_1 = require("./invert"); | ||
@@ -6,0 +6,0 @@ const merge_1 = require("./merge"); |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations", | ||
@@ -28,4 +28,4 @@ "main": "./index.js", | ||
"@thi.ng/api": "^2.3.0", | ||
"@thi.ng/dcons": "^0.3.1", | ||
"@thi.ng/iterators": "^4.1.7" | ||
"@thi.ng/dcons": "^0.3.2", | ||
"@thi.ng/iterators": "^4.1.8" | ||
}, | ||
@@ -32,0 +32,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
import { IObjectOf, ICompare, ICopy, IEmpty, IEquiv } from "@thi.ng/api/api"; | ||
import { ICompare, ICopy, IEmpty, IEquiv, IObjectOf } from "@thi.ng/api/api"; | ||
import { Pair, SortedMapOpts } from "./api"; | ||
@@ -3,0 +3,0 @@ /** |
import { ICompare } from "@thi.ng/api/api"; | ||
import { Pair, SortedSetOpts, IEquivSet } from "./api"; | ||
import { IEquivSet, Pair, SortedSetOpts } from "./api"; | ||
/** | ||
@@ -4,0 +4,0 @@ * Sorted set implementation with standard ES6 Set API, customizable |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const compare_1 = require("@thi.ng/api/compare"); | ||
const map_1 = require("@thi.ng/iterators/map"); | ||
const sorted_map_1 = require("./sorted-map"); | ||
const compare_1 = require("@thi.ng/api/compare"); | ||
const __private = new WeakMap(); | ||
@@ -7,0 +7,0 @@ /** |
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
71052
Updated@thi.ng/dcons@^0.3.2
Updated@thi.ng/iterators@^4.1.8