@hasna/recordings 0.2.2 → 0.2.3

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
@@ -1492,7 +1492,7 @@ function listProjects(db) {
1492
1492
  }
1493
1493
 
1494
1494
  // src/version.ts
1495
- var VERSION = "0.2.2";
1495
+ var VERSION = "0.2.3";
1496
1496
 
1497
1497
  // src/db/feedback.ts
1498
1498
  function saveFeedback(input) {
package/dist/index.js CHANGED
@@ -751,7 +751,7 @@ function listProjects(db) {
751
751
  }
752
752
 
753
753
  // src/version.ts
754
- var VERSION = "0.2.2";
754
+ var VERSION = "0.2.3";
755
755
 
756
756
  // src/db/feedback.ts
757
757
  function saveFeedback(input) {
package/dist/mcp/index.js CHANGED
@@ -4625,7 +4625,7 @@ function listProjects(db) {
4625
4625
  }
4626
4626
 
4627
4627
  // src/version.ts
4628
- var VERSION = "0.2.2";
4628
+ var VERSION = "0.2.3";
4629
4629
 
4630
4630
  // src/db/feedback.ts
4631
4631
  function saveFeedback(input) {
@@ -18,7 +18,7 @@ var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
18
18
  var __require = import.meta.require;
19
19
 
20
20
  // src/version.ts
21
- var VERSION = "0.2.2";
21
+ var VERSION = "0.2.3";
22
22
 
23
23
  // src/db/remote-storage.ts
24
24
  import pg from "pg";
package/dist/storage.js CHANGED
@@ -590,7 +590,7 @@ function listProjects(db) {
590
590
  }
591
591
 
592
592
  // src/version.ts
593
- var VERSION = "0.2.2";
593
+ var VERSION = "0.2.3";
594
594
 
595
595
  // src/db/feedback.ts
596
596
  function saveFeedback(input) {
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.2";
1
+ export declare const VERSION = "0.2.3";
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.2.2",
3
+ "version": "0.2.3",
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": {