@siduri-x/observation 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 +3 -3
- package/package.json +3 -3
package/organ-manifest.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@siduri-x/observation",
|
|
3
3
|
"organType": "observation",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"displayName": "Observation (
|
|
6
|
-
"description": "
|
|
4
|
+
"version": "1.0.2",
|
|
5
|
+
"displayName": "Observation (Screen Perception & Frame Ingest)",
|
|
6
|
+
"description": "Screen capture frame ingest, SHA-256 deduplication, and visual grounding for Eyes/Vision",
|
|
7
7
|
"entrypoint": "./dist/index.js",
|
|
8
8
|
"factory": "FixtureObservationOrgan",
|
|
9
9
|
"configKey": "observation",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@siduri-x/observation",
|
|
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": {
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"typescript": "^5.3.3"
|
|
18
18
|
},
|
|
19
19
|
"description": "Observation organ for evidence extraction, frame deduplication, and OCR readings",
|
|
20
|
-
"license": "
|
|
20
|
+
"license": "Apache-2.0",
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "https://github.com/
|
|
23
|
+
"url": "https://github.com/vxnus-studio/siduri-x",
|
|
24
24
|
"directory": "packages/organs/observation"
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|