@yume-chan/struct
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -5,2 +5,8 @@ { | ||
{ | ||
"version": "0.0.22", | ||
"tag": "@yume-chan/struct_v0.0.22", | ||
"date": "Wed, 13 Dec 2023 05:57:27 GMT", | ||
"comments": {} | ||
}, | ||
{ | ||
"version": "0.0.21", | ||
@@ -7,0 +13,0 @@ "tag": "@yume-chan/struct_v0.0.21", |
# Change Log - @yume-chan/struct | ||
This log was last generated on Fri, 25 Aug 2023 14:05:18 GMT and should not be manually modified. | ||
This log was last generated on Wed, 13 Dec 2023 05:57:27 GMT and should not be manually modified. | ||
## 0.0.22 | ||
Wed, 13 Dec 2023 05:57:27 GMT | ||
_Version update only_ | ||
## 0.0.21 | ||
@@ -6,0 +11,0 @@ Fri, 25 Aug 2023 14:05:18 GMT |
import { StructFieldDefinition, StructFieldValue } from "../basic/index.js"; | ||
import { SyncPromise } from "../sync-promise.js"; | ||
// eslint-disable-next-line @typescript-eslint/no-namespace | ||
export var NumberFieldType; | ||
@@ -5,0 +4,0 @@ (function (NumberFieldType) { |
{ | ||
"name": "@yume-chan/struct", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "C-style structure serializer and deserializer.", | ||
@@ -30,15 +30,15 @@ "keywords": [ | ||
"dependencies": { | ||
"@yume-chan/dataview-bigint-polyfill": "^0.0.21", | ||
"tslib": "^2.6.0" | ||
"@yume-chan/dataview-bigint-polyfill": "^0.0.22", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.6.1", | ||
"@jest/globals": "^29.7.0", | ||
"@yume-chan/eslint-config": "^1.0.0", | ||
"@yume-chan/tsconfig": "^1.0.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.44.0", | ||
"jest": "^29.5.0", | ||
"prettier": "^3.0.0", | ||
"eslint": "^8.55.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.1.0", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
@@ -23,3 +23,2 @@ import type { | ||
// eslint-disable-next-line @typescript-eslint/no-namespace | ||
export namespace NumberFieldType { | ||
@@ -26,0 +25,0 @@ export const Uint8: NumberFieldType = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
206148
3169
+ Added@yume-chan/dataview-bigint-polyfill@0.0.22(transitive)
- Removed@yume-chan/dataview-bigint-polyfill@0.0.21(transitive)
Updatedtslib@^2.6.2