@thi.ng/binary
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -6,3 +6,3 @@ export declare const bytes16: (x: number, le?: boolean) => number[]; | ||
export declare const bytesF32: (x: number, le?: boolean) => number[]; | ||
export declare const bytesF64: (x: number, le?: boolean) => any; | ||
export declare const bytesF64: (x: number, le?: boolean) => number[]; | ||
//# sourceMappingURL=bytes.d.ts.map |
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@2.0.6...@thi.ng/binary@2.0.7) (2020-05-14) | ||
**Note:** Version bump only for package @thi.ng/binary | ||
## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@2.0.5...@thi.ng/binary@2.0.6) (2020-05-03) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,2 @@ | ||
export * from "./api"; | ||
export * from "./align"; | ||
@@ -2,0 +3,0 @@ export * from "./bytes"; |
{ | ||
"name": "@thi.ng/binary", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "95+ assorted binary / bitwise operations, conversions, utilities", | ||
@@ -36,13 +36,13 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.7.13", | ||
"@microsoft/api-extractor": "^7.8.0", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.13.4", | ||
"@types/node": "^14.0.1", | ||
"mocha": "^7.1.2", | ||
"nyc": "^15.0.1", | ||
"ts-node": "^8.9.1", | ||
"ts-node": "^8.10.1", | ||
"typedoc": "^0.17.6", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.2" | ||
}, | ||
"dependencies": { | ||
"tslib": "^1.11.1" | ||
"tslib": "^1.12.0" | ||
}, | ||
@@ -71,3 +71,3 @@ "files": [ | ||
"sideEffects": false, | ||
"gitHead": "c11f130122cbaa05b8d48d394c3a164e238c8078" | ||
"gitHead": "97c301379d830c1982c364cfbec8766ff14f73f5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94034
1318
Updatedtslib@^1.12.0