@kognitivedev/cloud-web-search 0.2.28 → 0.2.30
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/.turbo/turbo-build.log +2 -0
- package/.turbo/turbo-test.log +12 -0
- package/CHANGELOG.md +9 -0
- package/package.json +2 -2
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
$ vitest run
|
|
2
|
+
|
|
3
|
+
RUN v3.2.4 /Users/vserifsaglam/work/memory-experiment/packages/cloud-web-search
|
|
4
|
+
|
|
5
|
+
✓ src/__tests__/sse.test.ts (1 test) 4ms
|
|
6
|
+
✓ src/__tests__/client.test.ts (7 tests) 18ms
|
|
7
|
+
|
|
8
|
+
Test Files 2 passed (2)
|
|
9
|
+
Tests 8 passed (8)
|
|
10
|
+
Start at 17:30:01
|
|
11
|
+
Duration 1.19s (transform 199ms, setup 0ms, collect 370ms, tests 22ms, environment 0ms, prepare 856ms)
|
|
12
|
+
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kognitivedev/cloud-web-search",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.30",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"publishConfig": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"prepublishOnly": "npm run build"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@kognitivedev/client-core": "
|
|
16
|
+
"@kognitivedev/client-core": "^0.2.29"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/node": "^20.0.0",
|