@yume-chan/struct
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -5,2 +5,8 @@ { | ||
{ | ||
"version": "0.0.23", | ||
"tag": "@yume-chan/struct_v0.0.23", | ||
"date": "Thu, 21 Mar 2024 03:15:10 GMT", | ||
"comments": {} | ||
}, | ||
{ | ||
"version": "0.0.22", | ||
@@ -7,0 +13,0 @@ "tag": "@yume-chan/struct_v0.0.22", |
# Change Log - @yume-chan/struct | ||
This log was last generated on Wed, 13 Dec 2023 05:57:27 GMT and should not be manually modified. | ||
This log was last generated on Thu, 21 Mar 2024 03:15:10 GMT and should not be manually modified. | ||
## 0.0.23 | ||
Thu, 21 Mar 2024 03:15:10 GMT | ||
_Version update only_ | ||
## 0.0.22 | ||
@@ -6,0 +11,0 @@ Wed, 13 Dec 2023 05:57:27 GMT |
{ | ||
"name": "@yume-chan/struct", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "C-style structure serializer and deserializer.", | ||
@@ -30,15 +30,15 @@ "keywords": [ | ||
"dependencies": { | ||
"@yume-chan/dataview-bigint-polyfill": "^0.0.22", | ||
"@yume-chan/dataview-bigint-polyfill": "^0.0.23", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.7.0", | ||
"@jest/globals": "^30.0.0-alpha.3", | ||
"@yume-chan/eslint-config": "^1.0.0", | ||
"@yume-chan/tsconfig": "^1.0.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.55.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.1.0", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.3.2" | ||
"eslint": "^8.57.0", | ||
"jest": "^30.0.0-alpha.3", | ||
"prettier": "^3.2.5", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.2" | ||
}, | ||
@@ -48,5 +48,5 @@ "scripts": { | ||
"build:watch": "tsc -b tsconfig.build.json", | ||
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage", | ||
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage", | ||
"lint": "eslint src/**/*.ts --fix && prettier src/**/*.ts --write --tab-width 4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
207364
3175
+ Added@yume-chan/dataview-bigint-polyfill@0.0.23(transitive)
- Removed@yume-chan/dataview-bigint-polyfill@0.0.22(transitive)