@timur00kh/whisper.wasm 0.1.0 → 0.1.1

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 +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -344,7 +344,7 @@ Use `skip-changelog` to exclude a PR from the generated notes.
344
344
 
345
345
  ### Prerequisites
346
346
 
347
- - Node.js 18+
347
+ - Node.js 20+
348
348
  - npm or yarn
349
349
 
350
350
  ### Setup
@@ -380,7 +380,7 @@ MIT
380
380
 
381
381
  ## Acknowledgments
382
382
 
383
- - [whisper.cpp](https://github.com/ggerganov/whisper.cpp) - High-performance C++ implementation of Whisper
383
+ - [whisper.cpp](https://github.com/ggml-org/whisper.cpp) - High-performance C++ implementation of Whisper
384
384
  - [OpenAI Whisper](https://github.com/openai/whisper) - The original speech recognition model
385
385
  - [Emscripten](https://emscripten.org/) - WebAssembly compilation toolkit
386
386
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timur00kh/whisper.wasm",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "WebAssembly bindings for OpenAI Whisper speech recognition",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "license": "MIT",
61
61
  "engines": {
62
- "node": ">=18.0.0"
62
+ "node": ">=20.0.0"
63
63
  },
64
64
  "browser": {
65
65
  "fs": false,
@@ -90,12 +90,12 @@
90
90
  },
91
91
  "repository": {
92
92
  "type": "git",
93
- "url": "git+https://github.com/timur00kh/whisper.wasm.git"
93
+ "url": "https://github.com/Timur00Kh/whisper.wasm"
94
94
  },
95
95
  "bugs": {
96
- "url": "https://github.com/timur00kh/whisper.wasm/issues"
96
+ "url": "https://github.com/Timur00Kh/whisper.wasm/issues"
97
97
  },
98
- "homepage": "https://github.com/timur00kh/whisper.wasm#readme",
98
+ "homepage": "https://github.com/Timur00Kh/whisper.wasm#readme",
99
99
  "publishConfig": {
100
100
  "access": "public"
101
101
  }