@node-rs/crc32
Advanced tools
+15
-15
| { | ||
| "name": "@node-rs/crc32", | ||
| "version": "1.1.1", | ||
| "version": "1.1.2", | ||
| "description": "SIMD crc32", | ||
@@ -64,3 +64,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@node-rs/helper": "^1.1.1" | ||
| "@node-rs/helper": "^1.2.0" | ||
| }, | ||
@@ -76,17 +76,17 @@ "devDependencies": { | ||
| }, | ||
| "gitHead": "619151692564e925adfb75c4412e53c63c1a4878", | ||
| "gitHead": "00be3388f6505ef99e78526a4afe54cd6d4e976b", | ||
| "optionalDependencies": { | ||
| "@node-rs/crc32-win32-x64-msvc": "^1.1.1", | ||
| "@node-rs/crc32-darwin-x64": "^1.1.1", | ||
| "@node-rs/crc32-linux-x64-gnu": "^1.1.1", | ||
| "@node-rs/crc32-win32-ia32-msvc": "^1.1.1", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "^1.1.1", | ||
| "@node-rs/crc32-linux-x64-musl": "^1.1.1", | ||
| "@node-rs/crc32-linux-arm64-gnu": "^1.1.1", | ||
| "@node-rs/crc32-darwin-arm64": "^1.1.1", | ||
| "@node-rs/crc32-android-arm64": "^1.1.1", | ||
| "@node-rs/crc32-freebsd-x64": "^1.1.1", | ||
| "@node-rs/crc32-linux-arm64-musl": "^1.1.1", | ||
| "@node-rs/crc32-win32-arm64-msvc": "^1.1.1" | ||
| "@node-rs/crc32-win32-x64-msvc": "^1.1.2", | ||
| "@node-rs/crc32-darwin-x64": "^1.1.2", | ||
| "@node-rs/crc32-linux-x64-gnu": "^1.1.2", | ||
| "@node-rs/crc32-win32-ia32-msvc": "^1.1.2", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "^1.1.2", | ||
| "@node-rs/crc32-linux-x64-musl": "^1.1.2", | ||
| "@node-rs/crc32-linux-arm64-gnu": "^1.1.2", | ||
| "@node-rs/crc32-darwin-arm64": "^1.1.2", | ||
| "@node-rs/crc32-android-arm64": "^1.1.2", | ||
| "@node-rs/crc32-freebsd-x64": "^1.1.2", | ||
| "@node-rs/crc32-linux-arm64-musl": "^1.1.2", | ||
| "@node-rs/crc32-win32-arm64-msvc": "^1.1.2" | ||
| } | ||
| } |
Updated