@happyvertical/smrt-voice 0.36.2 → 0.36.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/manifest.json +7 -7
- package/dist/smrt-knowledge.json +4 -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": 1782455314045,
|
|
4
4
|
"packageName": "@happyvertical/smrt-voice",
|
|
5
|
-
"packageVersion": "0.36.
|
|
5
|
+
"packageVersion": "0.36.3",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-voice:VoiceOutput": {
|
|
8
8
|
"name": "voiceoutput",
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
},
|
|
739
739
|
{
|
|
740
740
|
"name": "metadata",
|
|
741
|
-
"type": "Record<string
|
|
741
|
+
"type": "Record<string>",
|
|
742
742
|
"optional": true
|
|
743
743
|
}
|
|
744
744
|
],
|
|
@@ -1376,7 +1376,7 @@
|
|
|
1376
1376
|
"name": "getMetadata",
|
|
1377
1377
|
"async": false,
|
|
1378
1378
|
"parameters": [],
|
|
1379
|
-
"returnType": "Record<string
|
|
1379
|
+
"returnType": "Record<string>",
|
|
1380
1380
|
"isStatic": false,
|
|
1381
1381
|
"isPublic": true
|
|
1382
1382
|
},
|
|
@@ -1386,7 +1386,7 @@
|
|
|
1386
1386
|
"parameters": [
|
|
1387
1387
|
{
|
|
1388
1388
|
"name": "metadata",
|
|
1389
|
-
"type": "Record<string
|
|
1389
|
+
"type": "Record<string> | null | undefined",
|
|
1390
1390
|
"optional": false
|
|
1391
1391
|
}
|
|
1392
1392
|
],
|
|
@@ -1400,11 +1400,11 @@
|
|
|
1400
1400
|
"parameters": [
|
|
1401
1401
|
{
|
|
1402
1402
|
"name": "patch",
|
|
1403
|
-
"type": "Partial<Record<string
|
|
1403
|
+
"type": "Partial<Record<string>>",
|
|
1404
1404
|
"optional": false
|
|
1405
1405
|
}
|
|
1406
1406
|
],
|
|
1407
|
-
"returnType": "Record<string
|
|
1407
|
+
"returnType": "Record<string>",
|
|
1408
1408
|
"isStatic": false,
|
|
1409
1409
|
"isPublic": true
|
|
1410
1410
|
},
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-26T06:28:35.313Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-voice",
|
|
5
|
-
"packageVersion": "0.36.
|
|
5
|
+
"packageVersion": "0.36.3",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "fc64a985ad6ec37f5f8a8d453921577548c686128c073aec9622eac4e8058675",
|
|
10
|
+
"packageJson": "c90bbbaddbde6babe964cbc1ab68d9c19afd27777b9f3a2882294cbb4a161f40",
|
|
11
11
|
"agents": "49a29e74f9bd018c1141f0d39468ad71d91d4ba078e2e82e828b7bf5a8f775e9"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-voice",
|
|
3
|
-
"version": "0.36.
|
|
3
|
+
"version": "0.36.3",
|
|
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-assets": "0.36.
|
|
34
|
-
"@happyvertical/smrt-
|
|
35
|
-
"@happyvertical/smrt-
|
|
36
|
-
"@happyvertical/smrt-
|
|
37
|
-
"@happyvertical/smrt-
|
|
33
|
+
"@happyvertical/smrt-assets": "0.36.3",
|
|
34
|
+
"@happyvertical/smrt-config": "0.36.3",
|
|
35
|
+
"@happyvertical/smrt-core": "0.36.3",
|
|
36
|
+
"@happyvertical/smrt-content": "0.36.3",
|
|
37
|
+
"@happyvertical/smrt-tenancy": "0.36.3"
|
|
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.36.
|
|
46
|
+
"@happyvertical/smrt-vitest": "0.36.3"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"voice",
|