@canvas-js/utils
Advanced tools
Comparing version 0.10.10 to 0.11.0
@@ -6,3 +6,8 @@ // add elements with CacheMap.add(key, value) and they'll | ||
super(); | ||
this.capacity = capacity; | ||
Object.defineProperty(this, "capacity", { | ||
enumerable: true, | ||
configurable: true, | ||
writable: true, | ||
value: capacity | ||
}); | ||
for (const [key, value] of entries ?? []) { | ||
@@ -9,0 +14,0 @@ this.set(key, value); |
@@ -18,2 +18,8 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) { | ||
_DelayableController_timer.set(this, void 0); | ||
Object.defineProperty(this, "signal", { | ||
enumerable: true, | ||
configurable: true, | ||
writable: true, | ||
value: void 0 | ||
}); | ||
__classPrivateFieldSet(this, _DelayableController_interval, interval, "f"); | ||
@@ -20,0 +26,0 @@ __classPrivateFieldSet(this, _DelayableController_controller, new AbortController(), "f"); |
{ | ||
"name": "@canvas-js/utils", | ||
"version": "0.10.10", | ||
"version": "0.11.0", | ||
"author": "Canvas Technologies, Inc. (https://canvas.xyz)", | ||
@@ -19,4 +19,4 @@ "type": "module", | ||
"dependencies": { | ||
"@canvas-js/interfaces": "0.10.10" | ||
"@canvas-js/interfaces": "0.11.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
11186
236
+ Added@canvas-js/interfaces@0.11.0(transitive)
- Removed@canvas-js/interfaces@0.10.10(transitive)
Updated@canvas-js/interfaces@0.11.0