@unito/integration-api 3.0.0 → 4.0.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.
@@ -314,7 +314,7 @@ export interface Relation {
314
314
  /**
315
315
  * The semantic of the relation.
316
316
  */
317
- semantic?: Semantic;
317
+ semantic?: RelationSemantic;
318
318
  /**
319
319
  * The shape of the relation.
320
320
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-api",
3
- "version": "3.0.0",
3
+ "version": "4.0.0",
4
4
  "description": "The Unito Integration API",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",