@pod-os/core 0.12.1-a4967bb.0 → 0.12.1-af433ee.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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pod-os/core",
3
- "version": "0.12.1-a4967bb.0",
3
+ "version": "0.12.1-af433ee.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./types/index.d.ts",
6
6
  "files": [
@@ -1 +1,2 @@
1
1
  export * from "./Thing";
2
+ export { labelFromUri } from "./labelFromUri";