@matrixai/async-locks
Advanced tools
Comparing version 2.2.2 to 2.2.3
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@matrixai/async-locks", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"author": "Roger Qiu", | ||
@@ -23,4 +23,4 @@ "description": "Asynchronous locking utilities", | ||
"dependencies": { | ||
"@matrixai/errors": "^1.1.0", | ||
"@matrixai/resources": "^1.0.0", | ||
"@matrixai/errors": "^1.1.1", | ||
"@matrixai/resources": "^1.1.2", | ||
"async-mutex": "^0.3.2" | ||
@@ -43,5 +43,4 @@ }, | ||
"typedoc": "^0.22.15", | ||
"typescript": "^4.5.2", | ||
"typescript-cached-transpile": "0.0.6" | ||
"typescript": "^4.5.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15
784
0
59524
27
Updated@matrixai/errors@^1.1.1
Updated@matrixai/resources@^1.1.2