Comparing version 1.1.0 to 2.0.0
@@ -284,3 +284,2 @@ (function() { | ||
class Datom extends Multimix { | ||
// @include ( require './outliner.mixin' ), { overwrite: false, } | ||
// @include ( require './cachewalker.mixin' ), { overwrite: false, } | ||
@@ -305,2 +304,6 @@ // @include ( require './_temp_svgttf' ), { overwrite: false, } ### !!!!!!!!!!!!!!!!!!!!!!!!!!! ### | ||
Datom.include(require('./xemitter.mixin'), { | ||
overwrite: false | ||
}); | ||
return Datom; | ||
@@ -307,0 +310,0 @@ |
{ | ||
"name": "datom", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "standardized immutable objects in the spirit of datomic, especially suited for use in data pipelines", | ||
@@ -32,2 +32,3 @@ "main": "lib/main.js", | ||
"cnd": "^4.6.0", | ||
"emittery": "^0.5.1", | ||
"intertype": "^2.5.0", | ||
@@ -34,0 +35,0 @@ "letsfreezethat": "^2.2.5", |
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
92171
17
1301
5
+ Addedemittery@^0.5.1
+ Addedemittery@0.5.1(transitive)