@pod-os/core 0.12.1-a4967bb.0 → 0.12.1-a89214e.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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +1 -1
- package/types/thing/index.d.ts +1 -0
- package/types/thing/labelFromUri.d.ts +4 -0
package/dist/index.js
CHANGED
|
@@ -34487,7 +34487,8 @@ export {
|
|
|
34487
34487
|
RdfDocument,
|
|
34488
34488
|
SearchIndex,
|
|
34489
34489
|
Thing,
|
|
34490
|
-
WebIdProfile
|
|
34490
|
+
WebIdProfile,
|
|
34491
|
+
labelFromUri
|
|
34491
34492
|
};
|
|
34492
34493
|
/*! Bundled license information:
|
|
34493
34494
|
|
package/lib/index.js
CHANGED
|
@@ -44280,7 +44280,8 @@ var PodOS = (() => {
|
|
|
44280
44280
|
RdfDocument: () => RdfDocument,
|
|
44281
44281
|
SearchIndex: () => SearchIndex,
|
|
44282
44282
|
Thing: () => Thing,
|
|
44283
|
-
WebIdProfile: () => WebIdProfile
|
|
44283
|
+
WebIdProfile: () => WebIdProfile,
|
|
44284
|
+
labelFromUri: () => labelFromUri
|
|
44284
44285
|
});
|
|
44285
44286
|
|
|
44286
44287
|
// ../node_modules/tslib/tslib.es6.mjs
|
package/package.json
CHANGED
package/types/thing/index.d.ts
CHANGED