@semiont/ontology 0.2.30-build.47 → 0.2.30
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/README.md +1 -4
- package/package.json +2 -4
package/README.md
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
# @semiont/ontology
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@semiont/ontology)
|
|
3
4
|
[](https://github.com/The-AI-Alliance/semiont/actions/workflows/package-tests.yml?query=branch%3Amain+is%3Asuccess+job%3A%22Test+ontology%22)
|
|
4
|
-
[](https://codecov.io/gh/The-AI-Alliance/semiont?flag=ontology)
|
|
5
|
-
[](https://www.npmjs.com/package/@semiont/ontology)
|
|
6
|
-
[](https://www.npmjs.com/package/@semiont/ontology)
|
|
7
|
-
[](https://github.com/The-AI-Alliance/semiont/blob/main/LICENSE)
|
|
8
5
|
|
|
9
6
|
Entity types, tag schemas, and tag extraction utilities for the Semiont annotation system.
|
|
10
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/ontology",
|
|
3
|
-
"version": "0.2.30
|
|
3
|
+
"version": "0.2.30",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Entity types, tag schemas, and W3C annotation vocabularies",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -20,14 +20,12 @@
|
|
|
20
20
|
"typecheck": "tsc --noEmit",
|
|
21
21
|
"clean": "rm -rf dist",
|
|
22
22
|
"test": "vitest run",
|
|
23
|
-
"test:watch": "vitest"
|
|
24
|
-
"test:coverage": "vitest run --coverage"
|
|
23
|
+
"test:watch": "vitest"
|
|
25
24
|
},
|
|
26
25
|
"dependencies": {
|
|
27
26
|
"@semiont/api-client": "*"
|
|
28
27
|
},
|
|
29
28
|
"devDependencies": {
|
|
30
|
-
"@vitest/coverage-v8": "^3.0.0",
|
|
31
29
|
"tsup": "^8.0.1",
|
|
32
30
|
"typescript": "^5.6.3",
|
|
33
31
|
"vitest": "^3.2.4"
|