@intelliweave/embedded 2.0.71 → 2.0.72-beta.10
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/component/chunk-FSRPMVAS.js +1 -0
- package/dist/component/component.d.ts +355 -130
- package/dist/component/component.js +466 -42
- package/dist/component/ort-wasm-simd-threaded.wasm +0 -0
- package/dist/{script-tag/ort.bundle.min-IUPKB45H.js → component/ort.bundle.min-4BREXDX3.js} +3 -3
- package/dist/intelliweave-wordpress.zip +0 -0
- package/dist/node/node.d.ts +382 -216
- package/dist/node/node.js +48 -24
- package/dist/react/react.d.ts +343 -127
- package/dist/react/react.js +326 -30
- package/dist/script-tag/chunk-FSRPMVAS.js +1 -0
- package/dist/script-tag/ort.bundle.min-4BREXDX3.js +1834 -0
- package/dist/script-tag/script-tag.js +410 -3327
- package/dist/webpack/index.d.ts +423 -216
- package/dist/webpack/index.js +331 -31
- package/package.json +21 -21
- package/vitest.config.ts +12 -0
- package/dist/script-tag/chunk-AIYMQX7V.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intelliweave/embedded",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.72-beta.10",
|
|
4
4
|
"description": "Integrate IntelliWeave into your app or website.",
|
|
5
5
|
"main": "./dist/webpack/index.js",
|
|
6
6
|
"types": "./dist/webpack/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"llm:deploy.docker": "npm run llm:build && gcloud auth configure-docker us-central1-docker.pkg.dev && docker tag web-weaver-llm us-central1-docker.pkg.dev/ydangle-web-companion/docker-artifacts/web-weaver-llm && docker push us-central1-docker.pkg.dev/ydangle-web-companion/docker-artifacts/web-weaver-llm",
|
|
26
26
|
"llm:deploy": "npm run llm:deploy.docker && gcloud run deploy web-weaver-llm --project=ydangle-web-companion --image=us-central1-docker.pkg.dev/ydangle-web-companion/docker-artifacts/web-weaver-llm --allow-unauthenticated --region=us-central1 --description=\"Web Weaver LLM\" --concurrency=2 --min-instances=0 --timeout=5m --memory=16Gi --cpu=8",
|
|
27
27
|
"prepack": "npm run build",
|
|
28
|
-
"test": "npm run build &&
|
|
28
|
+
"test": "npm run build && vitest run",
|
|
29
29
|
"test:local": "IW_API_URL=http://localhost:3000/api npm run test"
|
|
30
30
|
},
|
|
31
31
|
"keywords": [
|
|
@@ -38,39 +38,39 @@
|
|
|
38
38
|
"author": "jjv360",
|
|
39
39
|
"license": "UNLICENSED",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@types/audioworklet": "^0.0.
|
|
42
|
-
"@types/lodash": "^4.17.
|
|
41
|
+
"@types/audioworklet": "^0.0.95",
|
|
42
|
+
"@types/lodash": "^4.17.23",
|
|
43
43
|
"@types/react": "^18.3.12",
|
|
44
|
-
"@types/uuid": "^10.0.0",
|
|
45
44
|
"bestzip": "^2.2.1",
|
|
46
|
-
"cross-env": "^
|
|
47
|
-
"find-cache-dir": "^
|
|
48
|
-
"lodash": "^4.17.
|
|
45
|
+
"cross-env": "^10.1.0",
|
|
46
|
+
"find-cache-dir": "^6.0.0",
|
|
47
|
+
"lodash": "^4.17.23",
|
|
49
48
|
"onnxruntime-web": "^1.20.0",
|
|
50
49
|
"react": "^18.3.1",
|
|
51
|
-
"replace-in-file": "^8.
|
|
52
|
-
"tsup": "^8.
|
|
53
|
-
"tsx": "^4.
|
|
54
|
-
"typedoc": "^0.
|
|
50
|
+
"replace-in-file": "^8.4.0",
|
|
51
|
+
"tsup": "^8.5.1",
|
|
52
|
+
"tsx": "^4.21.0",
|
|
53
|
+
"typedoc": "^0.28.17",
|
|
54
|
+
"vitest": "^4.0.18"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"onnxruntime-web": "^1.20.0",
|
|
58
58
|
"react": "^18 || ^19"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@anthropic-ai/sdk": "^0.
|
|
62
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
61
|
+
"@anthropic-ai/sdk": "^0.74.0",
|
|
62
|
+
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
63
63
|
"@types/json-schema": "^7.0.15",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
64
|
+
"minisearch": "^7.2.0",
|
|
65
|
+
"openai": "^6.22.0",
|
|
66
66
|
"rehype-document": "^7.0.3",
|
|
67
67
|
"rehype-external-links": "^3.0.0",
|
|
68
|
-
"rehype-format": "^5.0.
|
|
69
|
-
"rehype-stringify": "^10.0.
|
|
68
|
+
"rehype-format": "^5.0.1",
|
|
69
|
+
"rehype-stringify": "^10.0.1",
|
|
70
70
|
"remark-parse": "^11.0.0",
|
|
71
|
-
"remark-rehype": "^11.1.
|
|
72
|
-
"unified": "^11.0.
|
|
71
|
+
"remark-rehype": "^11.1.2",
|
|
72
|
+
"unified": "^11.0.5",
|
|
73
73
|
"utility-types": "^3.11.0",
|
|
74
|
-
"uuid": "^
|
|
74
|
+
"uuid": "^13.0.0"
|
|
75
75
|
}
|
|
76
76
|
}
|
package/vitest.config.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TestUserConfig } from "vitest/node"
|
|
2
|
+
|
|
3
|
+
// Vitest configuration
|
|
4
|
+
export default {
|
|
5
|
+
test: {
|
|
6
|
+
|
|
7
|
+
// Allow longer timeouts, since AI takes a while to respond
|
|
8
|
+
// sometimes and Anthropic has IP based rate limits
|
|
9
|
+
testTimeout: 10 * 60 * 1000,
|
|
10
|
+
|
|
11
|
+
} satisfies TestUserConfig
|
|
12
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var g=Object.create;var e=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var j=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var l=(b,a,c)=>a in b?e(b,a,{enumerable:!0,configurable:!0,writable:!0,value:c}):b[a]=c;var n=(b=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(b,{get:(a,c)=>(typeof require<"u"?require:a)[c]}):b)(function(b){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+b+'" is not supported')});var o=(b,a)=>()=>(a||b((a={exports:{}}).exports,a),a.exports),p=(b,a)=>{for(var c in a)e(b,c,{get:a[c],enumerable:!0})},m=(b,a,c,f)=>{if(a&&typeof a=="object"||typeof a=="function")for(let d of i(a))!k.call(b,d)&&d!==c&&e(b,d,{get:()=>a[d],enumerable:!(f=h(a,d))||f.enumerable});return b};var q=(b,a,c)=>(c=b!=null?g(j(b)):{},m(a||!b||!b.__esModule?e(c,"default",{value:b,enumerable:!0}):c,b));var r=(b,a,c)=>l(b,typeof a!="symbol"?a+"":a,c);export{n as a,o as b,p as c,q as d,r as e};
|