@oxilite/common 0.5.0 → 0.7.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -440,7 +440,7 @@ export interface SchemaRegistration {
440
440
  version?: string;
441
441
  /** Digest of the document the graph was loaded from, for drift detection. */
442
442
  sha256?: string;
443
- /** `owl:imports` targets, recorded but not resolved. */
443
+ /** Import targets (`oxl:imports`); those naming another active registered ontology are resolved. */
444
444
  imports?: string[];
445
445
  /**
446
446
  * The graphs the schema applies to (`oxl:appliesTo`): IRIs, or `DEFAULT_GRAPH_IRI`. Absent or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxilite/common",
3
- "version": "0.5.0",
3
+ "version": "0.7.0",
4
4
  "description": "RDF/JS terms and result conversion shared by the oxilite JavaScript packages",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "type": "module",