@pellux/goodvibes-sdk 0.18.29 → 0.18.31
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/_internal/platform/config/schema-domain-core.d.ts +1 -0
- package/dist/_internal/platform/config/schema-domain-core.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema-domain-core.js +7 -0
- package/dist/_internal/platform/config/schema-types.d.ts +3 -2
- package/dist/_internal/platform/config/schema-types.d.ts.map +1 -1
- package/dist/_internal/platform/config/tool-llm.d.ts.map +1 -1
- package/dist/_internal/platform/config/tool-llm.js +3 -0
- package/dist/_internal/platform/pairing/companion-token.d.ts +45 -0
- package/dist/_internal/platform/pairing/companion-token.d.ts.map +1 -0
- package/dist/_internal/platform/pairing/companion-token.js +74 -0
- package/dist/_internal/platform/pairing/connection-info.d.ts +10 -0
- package/dist/_internal/platform/pairing/connection-info.d.ts.map +1 -0
- package/dist/_internal/platform/pairing/connection-info.js +27 -0
- package/dist/_internal/platform/pairing/index.d.ts +6 -0
- package/dist/_internal/platform/pairing/index.d.ts.map +1 -0
- package/dist/_internal/platform/pairing/index.js +3 -0
- package/dist/_internal/platform/pairing/qr-generator.d.ts +15 -0
- package/dist/_internal/platform/pairing/qr-generator.d.ts.map +1 -0
- package/dist/_internal/platform/pairing/qr-generator.js +52 -0
- package/dist/_internal/platform/pairing/vendor/qrcodegen.d.ts +66 -0
- package/dist/_internal/platform/pairing/vendor/qrcodegen.d.ts.map +1 -0
- package/dist/_internal/platform/pairing/vendor/qrcodegen.js +854 -0
- package/dist/_internal/platform/version.js +1 -1
- package/package.json +40 -40
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { readFileSync } from 'node:fs';
|
|
2
2
|
import { join } from 'node:path';
|
|
3
|
-
let version = '0.18.
|
|
3
|
+
let version = '0.18.31';
|
|
4
4
|
try {
|
|
5
5
|
const pkg = JSON.parse(readFileSync(join(import.meta.dir, '..', '..', 'package.json'), 'utf-8'));
|
|
6
6
|
version = pkg.version ?? version;
|
package/package.json
CHANGED
|
@@ -1,10 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pellux/goodvibes-sdk",
|
|
3
|
-
"version": "0.18.
|
|
4
|
-
"
|
|
5
|
-
|
|
3
|
+
"version": "0.18.31",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/mgd34msu/goodvibes-sdk.git"
|
|
7
|
+
},
|
|
6
8
|
"main": "./dist/index.js",
|
|
7
|
-
"
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"@agentclientprotocol/sdk": "^0.16.1",
|
|
11
|
+
"@anthropic-ai/bedrock-sdk": "^0.28.1",
|
|
12
|
+
"@anthropic-ai/sdk": "^0.82.0",
|
|
13
|
+
"@anthropic-ai/vertex-sdk": "^0.16.0",
|
|
14
|
+
"@ast-grep/napi": "^0.42.0",
|
|
15
|
+
"@aws/bedrock-token-generator": "^1.1.0",
|
|
16
|
+
"bash-language-server": "^5.6.0",
|
|
17
|
+
"fuse.js": "^7.1.0",
|
|
18
|
+
"graphql": "^16.13.2",
|
|
19
|
+
"jszip": "^3.10.1",
|
|
20
|
+
"node-edge-tts": "^1.2.10",
|
|
21
|
+
"openai": "^6.29.0",
|
|
22
|
+
"pyright": "^1.1.408",
|
|
23
|
+
"simple-git": "^3.33.0",
|
|
24
|
+
"sql.js": "^1.14.1",
|
|
25
|
+
"sqlite-vec": "^0.1.9",
|
|
26
|
+
"tree-sitter-css": "^0.25.0",
|
|
27
|
+
"tree-sitter-javascript": "^0.25.0",
|
|
28
|
+
"tree-sitter-json": "^0.24.8",
|
|
29
|
+
"tree-sitter-python": "^0.25.0",
|
|
30
|
+
"tree-sitter-typescript": "^0.23.2",
|
|
31
|
+
"typescript-language-server": "^5.1.3",
|
|
32
|
+
"vscode-langservers-extracted": "^4.10.0",
|
|
33
|
+
"web-tree-sitter": "^0.26.7",
|
|
34
|
+
"zustand": "^5.0.12"
|
|
35
|
+
},
|
|
8
36
|
"exports": {
|
|
9
37
|
".": {
|
|
10
38
|
"types": "./dist/index.d.ts",
|
|
@@ -82,18 +110,13 @@
|
|
|
82
110
|
},
|
|
83
111
|
"./package.json": "./package.json"
|
|
84
112
|
},
|
|
85
|
-
"files": [
|
|
86
|
-
"dist"
|
|
87
|
-
],
|
|
88
|
-
"sideEffects": false,
|
|
89
|
-
"license": "MIT",
|
|
90
|
-
"repository": {
|
|
91
|
-
"type": "git",
|
|
92
|
-
"url": "git+https://github.com/mgd34msu/goodvibes-sdk.git"
|
|
93
|
-
},
|
|
94
113
|
"bugs": {
|
|
95
114
|
"url": "https://github.com/mgd34msu/goodvibes-sdk/issues"
|
|
96
115
|
},
|
|
116
|
+
"description": "Umbrella GoodVibes SDK with operator, peer, daemon, transport, and runtime-specific integration layers.",
|
|
117
|
+
"files": [
|
|
118
|
+
"dist"
|
|
119
|
+
],
|
|
97
120
|
"homepage": "https://github.com/mgd34msu/goodvibes-sdk",
|
|
98
121
|
"keywords": [
|
|
99
122
|
"goodvibes",
|
|
@@ -102,34 +125,11 @@
|
|
|
102
125
|
"react-native",
|
|
103
126
|
"control-plane"
|
|
104
127
|
],
|
|
128
|
+
"license": "MIT",
|
|
105
129
|
"publishConfig": {
|
|
106
130
|
"access": "public"
|
|
107
131
|
},
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
"@anthropic-ai/sdk": "^0.82.0",
|
|
112
|
-
"@anthropic-ai/vertex-sdk": "^0.16.0",
|
|
113
|
-
"@ast-grep/napi": "^0.42.0",
|
|
114
|
-
"@aws/bedrock-token-generator": "^1.1.0",
|
|
115
|
-
"bash-language-server": "^5.6.0",
|
|
116
|
-
"fuse.js": "^7.1.0",
|
|
117
|
-
"graphql": "^16.13.2",
|
|
118
|
-
"jszip": "^3.10.1",
|
|
119
|
-
"node-edge-tts": "^1.2.10",
|
|
120
|
-
"openai": "^6.29.0",
|
|
121
|
-
"pyright": "^1.1.408",
|
|
122
|
-
"simple-git": "^3.33.0",
|
|
123
|
-
"sql.js": "^1.14.1",
|
|
124
|
-
"sqlite-vec": "^0.1.9",
|
|
125
|
-
"tree-sitter-css": "^0.25.0",
|
|
126
|
-
"tree-sitter-javascript": "^0.25.0",
|
|
127
|
-
"tree-sitter-json": "^0.24.8",
|
|
128
|
-
"tree-sitter-python": "^0.25.0",
|
|
129
|
-
"tree-sitter-typescript": "^0.23.2",
|
|
130
|
-
"typescript-language-server": "^5.1.3",
|
|
131
|
-
"vscode-langservers-extracted": "^4.10.0",
|
|
132
|
-
"web-tree-sitter": "^0.26.7",
|
|
133
|
-
"zustand": "^5.0.12"
|
|
134
|
-
}
|
|
132
|
+
"sideEffects": false,
|
|
133
|
+
"type": "module",
|
|
134
|
+
"types": "./dist/index.d.ts"
|
|
135
135
|
}
|