lightning-pool
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -7,2 +7,1 @@ "use strict"; | ||
exports.AbortError = AbortError; | ||
//# sourceMappingURL=AbortError.js.map |
@@ -17,2 +17,1 @@ "use strict"; | ||
})(ResourceState = exports.ResourceState || (exports.ResourceState = {})); | ||
//# sourceMappingURL=definitions.js.map |
@@ -22,2 +22,1 @@ "use strict"; | ||
exports.createPool = createPool; | ||
//# sourceMappingURL=index.js.map |
@@ -465,2 +465,1 @@ "use strict"; | ||
exports.Pool = Pool; | ||
//# sourceMappingURL=Pool.js.map |
@@ -128,2 +128,1 @@ "use strict"; | ||
exports.PoolOptions = PoolOptions; | ||
//# sourceMappingURL=PoolOptions.js.map |
@@ -27,2 +27,1 @@ "use strict"; | ||
exports.PoolRequest = PoolRequest; | ||
//# sourceMappingURL=PoolRequest.js.map |
@@ -14,2 +14,1 @@ "use strict"; | ||
exports.ResourceItem = ResourceItem; | ||
//# sourceMappingURL=ResourceItem.js.map |
{ | ||
"name": "lightning-pool", | ||
"description": "Fastest generic Pool written with TypeScript", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"author": "Panates Ltd.", | ||
@@ -26,12 +26,11 @@ "contributors": [ | ||
"@typescript-eslint/parser": "^4.9.1", | ||
"babel-eslint": "^10.1.0", | ||
"@babel/eslint-parser": "^7.14.7", | ||
"dotenv": "^10.0.0", | ||
"eslint": "^7.15.0", | ||
"eslint-config-google": "^0.14.0", | ||
"mocha": "^8.2.1", | ||
"mocha": "^9.0.1", | ||
"npm-run-path": "^4.0.1", | ||
"nyc": "^15.1.0", | ||
"ts-cleanup": "^0.2.2", | ||
"ts-loader": "^9.2.2", | ||
"ts-mocha": "^8.0.0", | ||
"ts-loader": "^9.2.3", | ||
"ts-node": "^10.0.0", | ||
@@ -59,3 +58,3 @@ "tsconfig-paths": "^3.9.0", | ||
"scripts": { | ||
"test": "ts-mocha -p test/tsconfig.json --paths --reporter spec test/**/*.spec.ts", | ||
"test": "TS_NODE_PROJECT='./test/tsconfig.json' mocha -r ts-node/register --reporter spec test/**/*.spec.ts", | ||
"cover": "nyc --reporter=cobertura --reporter html --reporter text npm run test", | ||
@@ -62,0 +61,0 @@ "clean": "npm run clean:src && npm run clean:dist", |
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
16
45214
17