@happyvertical/smrt-voice 0.31.0 → 0.31.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/dist/manifest.json +10 -2
- package/dist/smrt-knowledge.json +5 -4
- package/package.json +7 -7
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1782192638165,
|
|
4
4
|
"packageName": "@happyvertical/smrt-voice",
|
|
5
|
-
"packageVersion": "0.31.
|
|
5
|
+
"packageVersion": "0.31.1",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-voice:VoiceOutput": {
|
|
8
8
|
"name": "voiceoutput",
|
|
@@ -670,6 +670,14 @@
|
|
|
670
670
|
"isStatic": false,
|
|
671
671
|
"isPublic": true
|
|
672
672
|
},
|
|
673
|
+
"getReferenceEdges": {
|
|
674
|
+
"name": "getReferenceEdges",
|
|
675
|
+
"async": true,
|
|
676
|
+
"parameters": [],
|
|
677
|
+
"returnType": "Promise<Array<object>>",
|
|
678
|
+
"isStatic": false,
|
|
679
|
+
"isPublic": true
|
|
680
|
+
},
|
|
673
681
|
"getReferenceDrift": {
|
|
674
682
|
"name": "getReferenceDrift",
|
|
675
683
|
"async": true,
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-23T05:30:39.456Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-voice",
|
|
5
|
-
"packageVersion": "0.31.
|
|
5
|
+
"packageVersion": "0.31.1",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "6b8812818c8d07b3bb27ffa28b0972e49c20f003aa8e2906d307b181bcceae68",
|
|
10
|
+
"packageJson": "7dd9e03392bfbb65c2a511b25db83ddc8e775358f61443125b56092cb9a47d30",
|
|
11
11
|
"agents": "49a29e74f9bd018c1141f0d39468ad71d91d4ba078e2e82e828b7bf5a8f775e9"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
|
@@ -296,6 +296,7 @@
|
|
|
296
296
|
"getPublishedTransparency",
|
|
297
297
|
"getPublishedTransparencyAction",
|
|
298
298
|
"getReferenceDrift",
|
|
299
|
+
"getReferenceEdges",
|
|
299
300
|
"getReferences",
|
|
300
301
|
"getRelated",
|
|
301
302
|
"getReviewRequirements",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-voice",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Voice profile management for AI-powered voice synthesis and cloning in the SMRT ecosystem",
|
|
6
6
|
"author": "HappyVertical",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@happyvertical/utils": "^0.74.7",
|
|
33
|
-
"@happyvertical/smrt-
|
|
34
|
-
"@happyvertical/smrt-
|
|
35
|
-
"@happyvertical/smrt-
|
|
36
|
-
"@happyvertical/smrt-
|
|
37
|
-
"@happyvertical/smrt-
|
|
33
|
+
"@happyvertical/smrt-assets": "0.31.1",
|
|
34
|
+
"@happyvertical/smrt-config": "0.31.1",
|
|
35
|
+
"@happyvertical/smrt-content": "0.31.1",
|
|
36
|
+
"@happyvertical/smrt-tenancy": "0.31.1",
|
|
37
|
+
"@happyvertical/smrt-core": "0.31.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@happyvertical/logger": "^0.74.7",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"typescript": "^5.9.3",
|
|
44
44
|
"vite": "^7.3.1",
|
|
45
45
|
"vitest": "^4.0.17",
|
|
46
|
-
"@happyvertical/smrt-vitest": "0.31.
|
|
46
|
+
"@happyvertical/smrt-vitest": "0.31.1"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"voice",
|