client-run-queue
Advanced tools
Comparing version 2.3.1 to 2.3.2
{ | ||
"name": "client-run-queue", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "A client-friendly run queue", | ||
@@ -15,5 +15,9 @@ "keywords": [ | ||
], | ||
"main": "lib/cjs/exports.js", | ||
"module": "lib/mjs/exports.js", | ||
"types": "lib/exports.d.ts", | ||
"main": "./lib/cjs/exports.js", | ||
"module": "./lib/mjs/exports.mjs", | ||
"exports": { | ||
"import": "./lib/mjs/exports.mjs", | ||
"require": "./lib/cjs/exports.js" | ||
}, | ||
"types": "./lib/exports.d.ts", | ||
"repository": "https://github.com/TypeScript-OSS/client-run-queue.git", | ||
@@ -24,3 +28,3 @@ "homepage": "https://typescript-oss.github.io/client-run-queue/", | ||
"scripts": { | ||
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.mjs.json", | ||
"build": "tsc -p tsconfig.cjs.json && node ./build.mjs", | ||
"build:dev": "trash dev-build && yarn build && mkdir dev-build && cp -r lib dev-build && cp package.json dev-build && (cd dev-build && echo 'package' `pwd`)", | ||
@@ -39,3 +43,3 @@ "clean": "trash coverage dev-build docs lib", | ||
"dependencies": { | ||
"doublell": "1.0.1", | ||
"doublell": "^1.0.1", | ||
"heap": "^0.2.7", | ||
@@ -52,2 +56,4 @@ "queue-microtask": "^1.2.3" | ||
"@typescript-eslint/parser": "^7.14.1", | ||
"esbuild": "0.21.5", | ||
"esbuild-plugin-tsc": "0.4.0", | ||
"eslint": "9.5.0", | ||
@@ -62,2 +68,3 @@ "eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-tsdoc": "^0.3.0", | ||
"glob": "10.4.2", | ||
"jest": "29.7.0", | ||
@@ -64,0 +71,0 @@ "jest-environment-jsdom": "^29.7.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
121681
27
1802
+ Addeddoublell@1.1.2(transitive)
- Removeddoublell@1.0.1(transitive)
Updateddoublell@^1.0.1