@xneog/dsh-web 0.1.2-rc.1 → 0.1.3-alpha.1
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xneog/dsh-web",
|
|
3
3
|
"description": "Abstract web access capability seam (ctx.web) for the xneog — search/fetch provider registry, registration-order-independent selection, request/result vocabulary, and the WebError taxonomy",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3-alpha.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
],
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@xneog/dsh-llm": "^0.1.
|
|
30
|
+
"@xneog/dsh-llm": "^0.1.3-alpha.1",
|
|
31
31
|
"@xneog/cordis": "^4.0.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@xneog/schemastery": "^3.18.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@xneog/
|
|
38
|
-
"@xneog/
|
|
37
|
+
"@xneog/dsh-llm": "^0.1.3-alpha.1",
|
|
38
|
+
"@xneog/cordis": "^4.0.2"
|
|
39
39
|
}
|
|
40
40
|
}
|