openwakeword-js 0.1.7 → 0.1.8

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -123,7 +123,7 @@ The demo uses the **Tailwind Play CDN** for portability. For production environm
123
123
  4. **Test**: Open `models/test.html` (configured for local repository verification).
124
124
 
125
125
  ---
126
- *Maintained by WiseYak Team. Inspired by the original [openWakeWord](https://github.com/dscripka/openWakeWord) project.*
126
+ *Inspired by the original [openWakeWord](https://github.com/dscripka/openWakeWord) project.*
127
127
 
128
128
  ## 📄 License
129
129
  Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openwakeword-js",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Port of openWakeWord to JavaScript/TypeScript using ONNX Runtime",
5
5
  "bin": {
6
6
  "openwakeword-js-setup": "scripts/download_models.js"