@node-rs/crc32
Advanced tools
+15
-15
| { | ||
| "name": "@node-rs/crc32", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "description": "SIMD crc32", | ||
@@ -63,3 +63,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@node-rs/helper": "^1.2.0" | ||
| "@node-rs/helper": "^1.2.1" | ||
| }, | ||
@@ -75,17 +75,17 @@ "devDependencies": { | ||
| }, | ||
| "gitHead": "2f85a516d170bb0b079db75702582f3805605179", | ||
| "gitHead": "e50b1a09a2eeb2682ef492d567230fff669ab196", | ||
| "optionalDependencies": { | ||
| "@node-rs/crc32-win32-x64-msvc": "^1.2.0", | ||
| "@node-rs/crc32-darwin-x64": "^1.2.0", | ||
| "@node-rs/crc32-linux-x64-gnu": "^1.2.0", | ||
| "@node-rs/crc32-win32-ia32-msvc": "^1.2.0", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "^1.2.0", | ||
| "@node-rs/crc32-linux-x64-musl": "^1.2.0", | ||
| "@node-rs/crc32-linux-arm64-gnu": "^1.2.0", | ||
| "@node-rs/crc32-darwin-arm64": "^1.2.0", | ||
| "@node-rs/crc32-android-arm64": "^1.2.0", | ||
| "@node-rs/crc32-freebsd-x64": "^1.2.0", | ||
| "@node-rs/crc32-linux-arm64-musl": "^1.2.0", | ||
| "@node-rs/crc32-win32-arm64-msvc": "^1.2.0" | ||
| "@node-rs/crc32-win32-x64-msvc": "^1.2.1", | ||
| "@node-rs/crc32-darwin-x64": "^1.2.1", | ||
| "@node-rs/crc32-linux-x64-gnu": "^1.2.1", | ||
| "@node-rs/crc32-win32-ia32-msvc": "^1.2.1", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "^1.2.1", | ||
| "@node-rs/crc32-linux-x64-musl": "^1.2.1", | ||
| "@node-rs/crc32-linux-arm64-gnu": "^1.2.1", | ||
| "@node-rs/crc32-darwin-arm64": "^1.2.1", | ||
| "@node-rs/crc32-android-arm64": "^1.2.1", | ||
| "@node-rs/crc32-freebsd-x64": "^1.2.1", | ||
| "@node-rs/crc32-linux-arm64-musl": "^1.2.1", | ||
| "@node-rs/crc32-win32-arm64-msvc": "^1.2.1" | ||
| } | ||
| } |
Updated