@yume-chan/no-data-view
Advanced tools
Comparing version 0.0.24 to 1.0.0
# Change Log - @yume-chan/no-data-view | ||
## 1.0.1 | ||
### Patch Changes | ||
- 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. | ||
## 0.0.24 | ||
Tue, 18 Jun 2024 02:49:43 GMT | ||
@@ -11,2 +20,1 @@ | ||
- Create package | ||
{ | ||
"name": "@yume-chan/no-data-view", | ||
"version": "0.0.24", | ||
"version": "1.0.0", | ||
"description": "Plain methods to avoid creating `DataView`s", | ||
@@ -24,13 +24,11 @@ "keywords": [], | ||
"types": "esm/index.d.ts", | ||
"sideEffects": false, | ||
"devDependencies": { | ||
"@jest/globals": "^30.0.0-alpha.4", | ||
"@types/node": "^20.14.2", | ||
"@types/node": "^22.10.0", | ||
"prettier": "^3.4.1", | ||
"tinybench": "^3.0.6", | ||
"typescript": "^5.7.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.2", | ||
"tinybench": "^2.8.0", | ||
"ts-jest": "^29.1.4", | ||
"typescript": "^5.4.5" | ||
"@yume-chan/test-runner": "^1.0.0" | ||
}, | ||
@@ -40,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 |
@@ -0,0 +0,0 @@ export * from "./int16.js"; |
@@ -0,0 +0,0 @@ export function getInt16LittleEndian( |
@@ -0,0 +0,0 @@ export function getInt32LittleEndian( |
@@ -0,0 +0,0 @@ export function getInt64LittleEndian( |
export function getInt8(buffer: Uint8Array, offset: number): number { | ||
return (buffer[offset]! << 24) >> 24; | ||
} |
@@ -0,0 +0,0 @@ export function getUint16LittleEndian( |
@@ -0,0 +0,0 @@ export function getUint32LittleEndian( |
@@ -0,0 +0,0 @@ export function getUint64LittleEndian( |
{ | ||
"extends": "./node_modules/@yume-chan/tsconfig/tsconfig.base.json" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
79752
7
1
46
841