@thi.ng/binary
Advanced tools
Comparing version 3.2.0 to 3.2.1
# Change Log | ||
- **Last updated**: 2022-03-11T12:13:49Z | ||
- **Last updated**: 2022-04-07T14:17:30Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/binary", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables", | ||
@@ -37,7 +37,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.4" | ||
"@thi.ng/api": "^8.3.5" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.19.4", | ||
"@thi.ng/testament": "^0.2.4", | ||
"@thi.ng/testament": "^0.2.5", | ||
"rimraf": "^3.0.2", | ||
@@ -80,48 +80,48 @@ "tools": "^0.0.1", | ||
".": { | ||
"import": "./index.js" | ||
"default": "./index.js" | ||
}, | ||
"./align": { | ||
"import": "./align.js" | ||
"default": "./align.js" | ||
}, | ||
"./api": { | ||
"import": "./api.js" | ||
"default": "./api.js" | ||
}, | ||
"./bytes": { | ||
"import": "./bytes.js" | ||
"default": "./bytes.js" | ||
}, | ||
"./constants": { | ||
"import": "./constants.js" | ||
"default": "./constants.js" | ||
}, | ||
"./count": { | ||
"import": "./count.js" | ||
"default": "./count.js" | ||
}, | ||
"./edit": { | ||
"import": "./edit.js" | ||
"default": "./edit.js" | ||
}, | ||
"./float": { | ||
"import": "./float.js" | ||
"default": "./float.js" | ||
}, | ||
"./gray": { | ||
"import": "./gray.js" | ||
"default": "./gray.js" | ||
}, | ||
"./logic": { | ||
"import": "./logic.js" | ||
"default": "./logic.js" | ||
}, | ||
"./mask": { | ||
"import": "./mask.js" | ||
"default": "./mask.js" | ||
}, | ||
"./one-hot": { | ||
"import": "./one-hot.js" | ||
"default": "./one-hot.js" | ||
}, | ||
"./pow": { | ||
"import": "./pow.js" | ||
"default": "./pow.js" | ||
}, | ||
"./rotate": { | ||
"import": "./rotate.js" | ||
"default": "./rotate.js" | ||
}, | ||
"./splat": { | ||
"import": "./splat.js" | ||
"default": "./splat.js" | ||
}, | ||
"./swizzle": { | ||
"import": "./swizzle.js" | ||
"default": "./swizzle.js" | ||
} | ||
@@ -134,3 +134,3 @@ }, | ||
}, | ||
"gitHead": "0fc692a3225c068aacafdc4cb6140cf603c67ad8\n" | ||
"gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\n" | ||
} |
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
56377
Updated@thi.ng/api@^8.3.5