@autoscriber/core 0.1.5 → 0.1.6

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/dist/index.cjs CHANGED
@@ -1206,7 +1206,7 @@ var AssistantClient = class {
1206
1206
  };
1207
1207
  this.emitRecording();
1208
1208
  const sessionId = getSessionIdFromToken(this.token);
1209
- this.logStructured("info", "Transcription started 45", {
1209
+ this.logStructured("info", "Transcription started", {
1210
1210
  transcriptionId,
1211
1211
  mode: "transcription",
1212
1212
  sessionId: sessionId ?? "unknown",
package/dist/index.js CHANGED
@@ -1179,7 +1179,7 @@ var AssistantClient = class {
1179
1179
  };
1180
1180
  this.emitRecording();
1181
1181
  const sessionId = getSessionIdFromToken(this.token);
1182
- this.logStructured("info", "Transcription started 45", {
1182
+ this.logStructured("info", "Transcription started", {
1183
1183
  transcriptionId,
1184
1184
  mode: "transcription",
1185
1185
  sessionId: sessionId ?? "unknown",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoscriber/core",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Headless Autoscriber Assistant SDK for web applications.",
5
5
  "license": "MIT",
6
6
  "keywords": [