Comparing version 1.0.0 to 1.1.0
@@ -156,2 +156,6 @@ (function() { | ||
this.is_datom = function(x) { | ||
return isa.datom_datom(x); | ||
}; | ||
//----------------------------------------------------------------------------------------------------------- | ||
@@ -158,0 +162,0 @@ this.new_datom = function($key, $value, ...other) { |
@@ -88,8 +88,5 @@ (function() { | ||
}, | ||
"x has key 'key'": function(x) { | ||
return this.has_key(x, 'key'); | ||
"x.$key is a datom_key": function(x) { | ||
return this.isa.datom_key(x.$key); | ||
}, | ||
"x.key is a datom_key": function(x) { | ||
return this.isa.datom_key(x.key); | ||
}, | ||
"x.$stamped is an optional boolean": function(x) { | ||
@@ -96,0 +93,0 @@ return (x.$stamped == null) || (this.isa.boolean(x.$stamped)); |
{ | ||
"name": "datom", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "standardized immutable objects in the spirit of datomic, especially suited for use in data pipelines", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
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
79333