@pod-os/core 0.23.1-rc.6a1e28c.0 → 0.23.1-rc.b62ebb7.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.
- package/dist/index.js +1 -2
- package/lib/index.js +1 -2
- package/package.json +1 -1
- package/types/type-index/TypeRegistration.d.ts +0 -4
package/dist/index.js
CHANGED
|
@@ -26752,8 +26752,7 @@ var TypeIndex2 = class extends Thing {
|
|
|
26752
26752
|
}));
|
|
26753
26753
|
return {
|
|
26754
26754
|
targets: [...instanceContainers, ...instances2],
|
|
26755
|
-
forClass: statement2.object.value
|
|
26756
|
-
label: labelForType(statement2.object.value)
|
|
26755
|
+
forClass: statement2.object.value
|
|
26757
26756
|
};
|
|
26758
26757
|
});
|
|
26759
26758
|
}
|
package/lib/index.js
CHANGED
|
@@ -59748,8 +59748,7 @@ _:patch
|
|
|
59748
59748
|
}));
|
|
59749
59749
|
return {
|
|
59750
59750
|
targets: [...instanceContainers, ...instances2],
|
|
59751
|
-
forClass: statement2.object.value
|
|
59752
|
-
label: labelForType(statement2.object.value)
|
|
59751
|
+
forClass: statement2.object.value
|
|
59753
59752
|
};
|
|
59754
59753
|
});
|
|
59755
59754
|
}
|
package/package.json
CHANGED
|
@@ -6,10 +6,6 @@ export interface TypeRegistration {
|
|
|
6
6
|
* RDF class of the indexed item(s) (resembling terms:forClass)
|
|
7
7
|
*/
|
|
8
8
|
forClass: string;
|
|
9
|
-
/**
|
|
10
|
-
* Short label for the class URI
|
|
11
|
-
*/
|
|
12
|
-
label: string;
|
|
13
9
|
/**
|
|
14
10
|
* The containers or things this registration points to
|
|
15
11
|
*/
|