@yume-chan/no-data-view
Advanced tools
Comparing version 0.0.0-20240714132542 to 0.0.0-next-20240917062356
# Change Log - @yume-chan/no-data-view | ||
## 0.0.0-20240714132542 | ||
## 0.0.0-next-20240917062356 | ||
### Patch Changes | ||
### Major Changes | ||
- Switch to PNPM workspace and changesets | ||
- 53688d3: Use PNPM workspace and Changesets to manage the monorepo. | ||
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. | ||
This log was last generated on Tue, 18 Jun 2024 02:49:43 GMT and should not be manually modified. | ||
@@ -10,0 +12,0 @@ |
{ | ||
"name": "@yume-chan/no-data-view", | ||
"version": "0.0.0-20240714132542", | ||
"version": "0.0.0-next-20240917062356", | ||
"description": "Plain methods to avoid creating `DataView`s", | ||
@@ -26,12 +26,9 @@ "keywords": [], | ||
"devDependencies": { | ||
"@jest/globals": "^30.0.0-alpha.4", | ||
"@types/node": "^20.14.9", | ||
"@types/node": "^22.5.5", | ||
"prettier": "^3.3.3", | ||
"tinybench": "^2.9.0", | ||
"typescript": "^5.6.2", | ||
"@yume-chan/eslint-config": "^1.0.0", | ||
"@yume-chan/tsconfig": "^1.0.0", | ||
"cross-env": "^7.0.3", | ||
"jest": "^30.0.0-alpha.4", | ||
"prettier": "^3.3.3", | ||
"tinybench": "^2.8.0", | ||
"ts-jest": "^29.2.2", | ||
"typescript": "^5.5.3" | ||
"@yume-chan/test-runner": "^1.0.0", | ||
"@yume-chan/tsconfig": "^1.0.0" | ||
}, | ||
@@ -41,6 +38,5 @@ "scripts": { | ||
"build": "tsc -b tsconfig.build.json", | ||
"build:watch": "tsc -b tsconfig.build.json", | ||
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage", | ||
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4" | ||
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4", | ||
"test": "run-test" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # @yume-chan/no-data-view |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
119299
7
61
848