@node-libraries/semaphore
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@node-libraries/semaphore", | ||
"version": "1.0.2", | ||
"main": "dist/index.js", | ||
"version": "1.0.3", | ||
"main": "./dist/cjs/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
}, | ||
"license": "MIT", | ||
@@ -11,7 +16,8 @@ "description": "Implement virtual semaphore for asynchronous processing", | ||
"scripts": { | ||
"build": "tsc -b", | ||
"build": "tsc && tsc -p ./tsconfig.esm.json && cpy esm dist", | ||
"lint": "eslint --fix" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5.1.3" | ||
"cpy-cli": "^5.0.0", | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -18,0 +24,0 @@ "repository": "https://github.com/node-libraries/semaphore", |
7
24
3606
2