@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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@siduri-x/observation",
3
3
  "organType": "observation",
4
- "version": "1.0.0",
5
- "displayName": "Observation (Grounded Observation Ingestion)",
6
- "description": "Cryptographically hashed video/image observation ingest and duplicate detection",
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.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": "UNLICENSED",
20
+ "license": "Apache-2.0",
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "https://github.com/vxnuslabs/siduri-y",
23
+ "url": "https://github.com/vxnus-studio/siduri-x",
24
24
  "directory": "packages/organs/observation"
25
25
  },
26
26
  "publishConfig": {