@ztimson/momentum 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -185,15 +185,13 @@ Demo Sites:
185
185
 
186
186
  ##### Optional
187
187
  - _[ffmpeg](https://ffmpeg.org/download.html) (Video utilities)_
188
- - _[Whisper](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.7.6) (Audio -> Text)_
189
188
 
190
189
  #### Instructions
191
190
  1. Install the dependencies: `npm install`
192
- 2. Start MongoDB: `docker-compose up db`
193
- 3. Start the dev server: `npm run start`
194
- 4. Open http://localhost:3000
195
- - Default login: `admin/admin`
196
- - Configure [System Variables](https://git.zakscode.com/momentum/momentum/wiki/System-Variables)
191
+ 2. Configure [System Variables](https://git.zakscode.com/momentum/momentum/wiki/System-Variables)
192
+ 3. Start MongoDB: `docker-compose up db`
193
+ 4. Start the dev server: `npm run start`
194
+ 5. Open http://localhost:3000
197
195
 
198
196
  </details>
199
197
 
package/dist/index.js CHANGED
@@ -4144,7 +4144,7 @@ ${log}`;
4144
4144
  this.momentum = momentum;
4145
4145
  }
4146
4146
  }
4147
- const version = "1.0.0";
4147
+ const version = "1.0.1";
4148
4148
  class WebRtc extends PathEventEmitter {
4149
4149
  constructor(momentum) {
4150
4150
  super("webrtc");
package/dist/index.mjs CHANGED
@@ -4140,7 +4140,7 @@ class Static extends Storage {
4140
4140
  this.momentum = momentum;
4141
4141
  }
4142
4142
  }
4143
- const version = "1.0.0";
4143
+ const version = "1.0.1";
4144
4144
  class WebRtc extends PathEventEmitter {
4145
4145
  constructor(momentum) {
4146
4146
  super("webrtc");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztimson/momentum",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Client library for momentum",
5
5
  "keywords": [
6
6
  "Momentum"