turboquant-wasm 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # TurboQuant WASM
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/turboquant-wasm)](https://www.npmjs.com/package/turboquant-wasm)
4
- [![npm bundle size (gzip)](https://img.shields.io/bundlephobia/minzip/turboquant-wasm)](https://bundlephobia.com/package/turboquant-wasm)
3
+ [![CI](https://github.com/teamchong/turboquant-wasm/actions/workflows/ci.yml/badge.svg)](https://github.com/teamchong/turboquant-wasm/actions/workflows/ci.yml)
4
+ [![npm](https://img.shields.io/npm/v/turboquant-wasm)](https://www.npmjs.com/package/turboquant-wasm)
5
+ [![gzip size](https://img.shields.io/badge/gzip-~12kB-blue)](https://www.npmjs.com/package/turboquant-wasm)
5
6
  [![license](https://img.shields.io/npm/l/turboquant-wasm)](https://github.com/teamchong/turboquant-wasm/blob/main/LICENSE)
6
7
 
7
8
  WASM + relaxed SIMD build of [botirk38/turboquant](https://github.com/botirk38/turboquant) for browsers and Node.js.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turboquant-wasm",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "TurboQuant WASM SIMD vector compression — 3 bits/dim with fast dot product. Requires relaxed SIMD (Chrome 114+, Firefox 128+, Safari 18+, Node 20+)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  "type": "git",
47
47
  "url": "git+https://github.com/teamchong/turboquant-wasm.git"
48
48
  },
49
- "homepage": "https://github.com/teamchong/turboquant-wasm#readme",
49
+ "homepage": "https://teamchong.github.io/turboquant-wasm/",
50
50
  "author": "Steven Chong",
51
51
  "license": "MIT",
52
52
  "devDependencies": {