@skillrecordings/cli 0.19.0 → 0.21.0

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.
@@ -53,12 +53,12 @@ import {
53
53
  storeDraftSuccess,
54
54
  validate,
55
55
  validateSync
56
- } from "./chunk-F3WI3BN5.js";
56
+ } from "./chunk-4VWYLYQ6.js";
57
57
  import "./chunk-HK3PEWFD.js";
58
58
  import "./chunk-WYKL32C3.js";
59
59
  import "./chunk-HKRLO2GE.js";
60
60
  import "./chunk-MLNDSBZ4.js";
61
- import "./chunk-H3D6VCME.js";
61
+ import "./chunk-ZZGGSV6N.js";
62
62
  import "./chunk-MG37YDAK.js";
63
63
  import "./chunk-WFANXVQG.js";
64
64
  export {
@@ -117,4 +117,4 @@ export {
117
117
  validate,
118
118
  validateSync
119
119
  };
120
- //# sourceMappingURL=pipeline-L72KB4SP.js.map
120
+ //# sourceMappingURL=pipeline-BX3TO5EY.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  classifyMessage
3
3
  } from "./chunk-ZNF7XD2S.js";
4
- import "./chunk-H3D6VCME.js";
4
+ import "./chunk-ZZGGSV6N.js";
5
5
  import "./chunk-MG37YDAK.js";
6
6
  import {
7
7
  init_esm_shims
@@ -387,4 +387,4 @@ function percentile(sortedValues, p) {
387
387
  export {
388
388
  evalRouting
389
389
  };
390
- //# sourceMappingURL=routing-BAEPFB7V.js.map
390
+ //# sourceMappingURL=routing-W3Y5PNH6.js.map
@@ -4,8 +4,10 @@ import {
4
4
  AppsTable,
5
5
  AuditLogTable,
6
6
  ConversationsTable,
7
+ CustomersTable,
7
8
  DeadLetterQueueTable,
8
9
  IdempotencyKeysTable,
10
+ MessagesTable,
9
11
  TrustScoresTable,
10
12
  WebhookPayloadSnapshotsTable,
11
13
  and,
@@ -22,7 +24,7 @@ import {
22
24
  lte,
23
25
  or,
24
26
  sql
25
- } from "./chunk-V34YUISF.js";
27
+ } from "./chunk-SCSLY3L5.js";
26
28
  import "./chunk-WFANXVQG.js";
27
29
  export {
28
30
  ActionsTable,
@@ -30,8 +32,10 @@ export {
30
32
  AppsTable,
31
33
  AuditLogTable,
32
34
  ConversationsTable,
35
+ CustomersTable,
33
36
  DeadLetterQueueTable,
34
37
  IdempotencyKeysTable,
38
+ MessagesTable,
35
39
  TrustScoresTable,
36
40
  WebhookPayloadSnapshotsTable,
37
41
  and,
@@ -49,4 +53,4 @@ export {
49
53
  or,
50
54
  sql
51
55
  };
52
- //# sourceMappingURL=src-6OB6UR3N.js.map
56
+ //# sourceMappingURL=src-IJEFQUUU.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillrecordings/cli",
3
- "version": "0.19.0",
3
+ "version": "0.21.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "skill": "./bin/skill.mjs"