This commit is contained in:
Eugene 2025-12-01 22:59:09 +03:00
parent dfa4a88e0d
commit 84dfd66f9a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "bitmap-index", "name": "bitmap-index",
"private": false, "private": false,
"version": "1.0.1", "version": "1.0.2",
"description": "A small, zero-dependency bitmap/bitset implementation for fast index operations (and, or, xor, etc.)", "description": "A small, zero-dependency bitmap/bitset implementation for fast index operations (and, or, xor, etc.)",
"license": "MIT", "license": "MIT",
"author": "yazmeyaa", "author": "yazmeyaa",
@ -75,4 +75,4 @@
"vite-tsconfig-paths": "^4.3.2" "vite-tsconfig-paths": "^4.3.2"
}, },
"dependencies": {} "dependencies": {}
} }