@yandeu/events
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@yandeu/events", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "⚡ Simplified and TypeScripted version of EventEmitter3@4.0.7", | ||
"type": "commonjs", | ||
"main": "./cjs/index.js", | ||
"types": "./cjs/index.d.ts", | ||
"type": "module", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"author": "Yannick Deubel (https://github.com/yandeu)", | ||
@@ -15,2 +15,5 @@ "license": "MIT", | ||
}, | ||
"engines": { | ||
"node": ">=18.2" | ||
}, | ||
"keywords": [ | ||
@@ -27,3 +30,3 @@ "events", | ||
"dev": "npm run build && npm-run-all --parallel dev:*", | ||
"dev:tsc": "tsc --project tsconfig.cjs.json --watch", | ||
"dev:tsc": "tsc --project tsconfig.json --watch", | ||
"format": "prettier --write src/**", | ||
@@ -35,19 +38,22 @@ "format:check": "prettier --check src/**", | ||
"build:version": "npm run version", | ||
"build:cjs": "tsc --project tsconfig.cjs.json", | ||
"build:webpack": "webpack --config webpack.config.cjs", | ||
"test": "jest --collectCoverage", | ||
"build:ts": "tsc --project tsconfig.json", | ||
"build:bundle": "npx esbuild --bundle src/index.ts --minify --outfile=bundle/events.min.js --format=esm", | ||
"version": "extract version /src/version.ts", | ||
"prune": "rimraf lib cjs esm umd", | ||
"prepublishOnly": "npm run build && npm test" | ||
"prune": "rimraf lib cjs esm umd dist bundle", | ||
"prepublishOnly": "npm run build && npm test", | ||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" | ||
}, | ||
"devDependencies": { | ||
"@yandeu/eslint-config": "^0.0.3", | ||
"@tsconfig/node18": "^18.2.4", | ||
"@types/node": "^22.10.2", | ||
"@yandeu/eslint-config": "^0.0.4", | ||
"@yandeu/extract": "^0.0.3", | ||
"@yandeu/prettier-config": "^0.0.3", | ||
"@yandeu/prettier-config": "^0.0.4", | ||
"esbuild": "^0.24.1", | ||
"eslint": "^8.26.0", | ||
"jest": "^26.6.3", | ||
"jest": "^29.7.0", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
"ts-loader": "^8.0.17", | ||
"typescript": "^4.2.3", | ||
"typescript": "^5.7.2", | ||
"webpack": "^5.24.2", | ||
@@ -59,2 +65,2 @@ "webpack-cli": "^4.5.0" | ||
} | ||
} | ||
} |
@@ -12,2 +12,6 @@ # Events | ||
## Examples | ||
See [examples](/examples/). | ||
## CDN | ||
@@ -14,0 +18,0 @@ |
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
89
Yes
21989
14
12
219
1