@agenticprimitives/ontology 0.1.0-alpha.2 → 1.0.0-alpha.4
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agenticprimitives/ontology",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0-alpha.4",
|
|
4
4
|
"description": "Monorepo-wide formal vocabulary (RDFS/OWL T-box + SHACL/SKOS C-box + A-box fixtures) for agentic primitives. Off-chain source of truth the on-chain ontology (ADR-0009) instantiates. Ships TTL/JSON-LD artifacts + typed IRI constants.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -34,15 +34,6 @@
|
|
|
34
34
|
"abox",
|
|
35
35
|
"README.md"
|
|
36
36
|
],
|
|
37
|
-
"scripts": {
|
|
38
|
-
"build": "tsc -p tsconfig.build.json",
|
|
39
|
-
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
40
|
-
"test": "vitest run",
|
|
41
|
-
"test:unit": "vitest run test/unit",
|
|
42
|
-
"test:integration": "vitest run test/integration --passWithNoTests",
|
|
43
|
-
"test:watch": "vitest",
|
|
44
|
-
"clean": "rm -rf dist"
|
|
45
|
-
},
|
|
46
37
|
"publishConfig": {
|
|
47
38
|
"access": "public"
|
|
48
39
|
},
|
|
@@ -56,5 +47,14 @@
|
|
|
56
47
|
"shacl",
|
|
57
48
|
"knowledge-graph",
|
|
58
49
|
"agentic"
|
|
59
|
-
]
|
|
60
|
-
|
|
50
|
+
],
|
|
51
|
+
"scripts": {
|
|
52
|
+
"build": "tsc -p tsconfig.build.json",
|
|
53
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
54
|
+
"test": "vitest run",
|
|
55
|
+
"test:unit": "vitest run test/unit",
|
|
56
|
+
"test:integration": "vitest run test/integration --passWithNoTests",
|
|
57
|
+
"test:watch": "vitest",
|
|
58
|
+
"clean": "rm -rf dist"
|
|
59
|
+
}
|
|
60
|
+
}
|