@hasna/recordings 0.1.31 → 0.1.32

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/cli/index.js CHANGED
@@ -5098,7 +5098,7 @@ var init_pg_migrate = __esm(() => {
5098
5098
  var require_package = __commonJS((exports, module) => {
5099
5099
  module.exports = {
5100
5100
  name: "@hasna/recordings",
5101
- version: "0.1.31",
5101
+ version: "0.1.32",
5102
5102
  type: "module",
5103
5103
  description: "Speech-to-text recording tool with MCP and CLI \u2014 records, transcribes, and optionally enhances text using AI",
5104
5104
  repository: {
@@ -6762,7 +6762,7 @@ async function processText(rawText, config, systemPrompt) {
6762
6762
  }
6763
6763
 
6764
6764
  // src/version.ts
6765
- var VERSION = "0.1.30";
6765
+ var VERSION = "0.1.32";
6766
6766
 
6767
6767
  // src/cli/storage.ts
6768
6768
  import chalk from "chalk";
package/dist/mcp/index.js CHANGED
@@ -4920,7 +4920,7 @@ var require_lib2 = __commonJS((exports, module) => {
4920
4920
  var require_package = __commonJS((exports, module) => {
4921
4921
  module.exports = {
4922
4922
  name: "@hasna/recordings",
4923
- version: "0.1.31",
4923
+ version: "0.1.32",
4924
4924
  type: "module",
4925
4925
  description: "Speech-to-text recording tool with MCP and CLI \u2014 records, transcribes, and optionally enhances text using AI",
4926
4926
  repository: {
@@ -9798,7 +9798,7 @@ async function processText(rawText, config, systemPrompt) {
9798
9798
  }
9799
9799
 
9800
9800
  // src/version.ts
9801
- var VERSION = "0.1.30";
9801
+ var VERSION = "0.1.32";
9802
9802
 
9803
9803
  // src/db/storage-config.ts
9804
9804
  import { existsSync as existsSync2, readFileSync as readFileSync2 } from "fs";
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.30";
1
+ export declare const VERSION = "0.1.32";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/recordings",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "type": "module",
5
5
  "description": "Speech-to-text recording tool with MCP and CLI — records, transcribes, and optionally enhances text using AI",
6
6
  "repository": {