@yume-chan/event
Advanced tools
Comparing version 0.0.0-next-20240917062356 to 0.0.0-next-20241129144018
# Change Log - @yume-chan/event | ||
## 0.0.0-next-20240917062356 | ||
## 0.0.0-next-20241129144018 | ||
### Major Changes | ||
- 53688d3: Use PNPM workspace and Changesets to manage the monorepo. | ||
- 53688d3: Use PNPM workspace and Changesets to manage the monorepo. | ||
@@ -67,3 +67,3 @@ Because Changesets doesn't support alpha versions (`0.x.x`), this version is `1.0.0`. Future versions will follow SemVer rules, for example, breaking API changes will introduce a new major version. | ||
- Upgrade TypeScript to 4.7.2 to enable Node.js ESM | ||
- Upgrade TypeScript to 4.7.2 to enable Node.js ESM | ||
@@ -100,4 +100,4 @@ ## 0.0.15 | ||
- Improve compatibility with Node.js 12 ESM format | ||
- Update license year | ||
- Improve compatibility with Node.js 12 ESM format | ||
- Update license year | ||
@@ -104,0 +104,0 @@ ## 0.0.10 |
{ | ||
"name": "@yume-chan/event", | ||
"version": "0.0.0-next-20240917062356", | ||
"version": "0.0.0-next-20241129144018", | ||
"description": "Event/EventEmitter", | ||
@@ -30,8 +30,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@yume-chan/async": "^2.2.0" | ||
"@yume-chan/async": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.5", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.6.2", | ||
"@types/node": "^22.10.0", | ||
"prettier": "^3.4.1", | ||
"typescript": "^5.7.2", | ||
"@yume-chan/eslint-config": "^1.0.0", | ||
@@ -38,0 +38,0 @@ "@yume-chan/tsconfig": "^1.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
39583
31
250
+ Added@yume-chan/async@4.0.2(transitive)
- Removed@yume-chan/async@2.2.0(transitive)
- Removedtslib@2.8.1(transitive)
Updated@yume-chan/async@^4.0.2