Comparing version 7.0.1 to 7.0.2
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
(function() { | ||
@@ -80,3 +79,3 @@ 'use strict'; | ||
if (!DATOM.is_datom(d = P[0])) { | ||
throw new Error(`µ44422 expected a text or a datom got a ${type_of(key)}`); | ||
throw new Error(`µ44422 expected a text or a datom got a ${type_of(d)}`); | ||
} | ||
@@ -164,2 +163,2 @@ return d; | ||
//# sourceMappingURL=xemitter.mixin.js.map | ||
//# sourceMappingURL=xemitter.mixin.js.map |
{ | ||
"name": "datom", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "standardized immutable objects in the spirit of datomic, especially suited for use in data pipelines", | ||
@@ -31,9 +31,9 @@ "main": "lib/main.js", | ||
"cnd": "^9.0.0", | ||
"cupofjoe": "^0.1.0", | ||
"cupofjoe": "^0.1.1", | ||
"emittery": "^0.7.0", | ||
"intertype": "^7.0.2", | ||
"letsfreezethat": "^2.2.5", | ||
"multimix": "^4.0.0" | ||
"multimix": "^4.1.0" | ||
}, | ||
"devDependencies": {} | ||
} |
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
162267
899
Updatedcupofjoe@^0.1.1
Updatedmultimix@^4.1.0