@coffret/queue
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@coffret/queue", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Lightweight, type-safe, and memory-efficient queue for resource-sensitive applications.", | ||
@@ -34,14 +34,2 @@ "type": "module", | ||
"license": "MIT", | ||
"ava": { | ||
"files": [ | ||
"./**/*.test.{js,ts}" | ||
], | ||
"extensions": { | ||
"js": true, | ||
"ts": "module" | ||
}, | ||
"nodeArguments": [ | ||
"--import=tsimp" | ||
] | ||
}, | ||
"devDependencies": { | ||
@@ -51,3 +39,2 @@ "@ava/typescript": "^4.1.0", | ||
"queue": "^7.0.0", | ||
"tsimp": "^2.0.10", | ||
"tsup": "*", | ||
@@ -58,5 +45,6 @@ "typescript": "*" | ||
"build": "tsup src/index.ts --format cjs,esm --dts", | ||
"clean": "rm -rf dist node_modules", | ||
"test": "ava" | ||
"clean": "rm -rf dist node_modules build", | ||
"test": "tsc & ava", | ||
"test:watch": "tsc --watch & ava --watch" | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
5
2695
3
0
2