@rawdash/connector-vertex-ai 0.24.0 → 0.26.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ Cloud Monitoring projects.timeSeries.list and BigQuery jobs.query are rate-limit
|
|
|
130
130
|
|
|
131
131
|
## Links
|
|
132
132
|
|
|
133
|
-
- [Rawdash docs](https://rawdash.dev/docs/connectors
|
|
133
|
+
- [Rawdash docs](https://rawdash.dev/docs/connectors)
|
|
134
134
|
- [Google Cloud API docs](https://cloud.google.com/vertex-ai/docs/general/monitoring)
|
|
135
135
|
- [GitHub](https://github.com/rawdash/rawdash)
|
|
136
136
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rawdash/connector-vertex-ai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.0",
|
|
4
4
|
"description": "Rawdash connector for Google Cloud Vertex AI - syncs daily model invocations, token counts, errors, and spend (Gemini and partner models) into the six-shape storage model",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"zod": "^4.4.3",
|
|
27
|
-
"@rawdash/core": "0.
|
|
27
|
+
"@rawdash/core": "0.26.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"fast-check": "^4.8.0",
|
|
31
31
|
"tsup": "^8.0.0",
|
|
32
32
|
"typescript": "^5.7.2",
|
|
33
33
|
"vitest": "^4.1.4",
|
|
34
|
-
"@rawdash/connector-
|
|
34
|
+
"@rawdash/connector-test-utils": "0.0.10",
|
|
35
35
|
"@rawdash/connector-shared": "0.3.1",
|
|
36
|
-
"@rawdash/connector-
|
|
36
|
+
"@rawdash/connector-gcp-shared": "0.1.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "tsup",
|