array-buffer-cache-worker
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -1,2 +0,2 @@ | ||
var ArrayBufferStore = (function () { | ||
var ArrayBufferStore = /** @class */ (function () { | ||
function ArrayBufferStore() { | ||
@@ -3,0 +3,0 @@ this._store = new Map(); |
@@ -42,3 +42,3 @@ { | ||
"tslint-config-holy-grail": "^11.0.0", | ||
"typescript": "^2.4.2", | ||
"typescript": "^2.5.2", | ||
"webpack": "^3.5.5" | ||
@@ -67,4 +67,4 @@ }, | ||
"types": "build/es2015/module.d.ts", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"dependencies": {} | ||
} |
45161