@siduri-x/knowledge 1.0.0 → 1.0.2
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/organ-manifest.json +1 -1
- package/package.json +3 -3
package/organ-manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@siduri-x/knowledge",
|
|
3
3
|
"organType": "knowledge",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"displayName": "Knowledge (E-Compatible Cited Facts)",
|
|
6
6
|
"description": "Factual context retrieval from local or hosted E Knowledge packs",
|
|
7
7
|
"entrypoint": "./dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@siduri-x/knowledge",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"typescript": "^5.3.3"
|
|
22
22
|
},
|
|
23
23
|
"description": "Knowledge organ for semantic search and retrieval from external sources",
|
|
24
|
-
"license": "
|
|
24
|
+
"license": "Apache-2.0",
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
|
-
"url": "https://github.com/
|
|
27
|
+
"url": "https://github.com/vxnus-studio/siduri-x",
|
|
28
28
|
"directory": "packages/organs/knowledge"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|