@pod-os/core 0.24.0 → 0.25.0-rc.3f5d940.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/{chunk-S4UXBIES.js → chunk-SCBWPWX6.js} +8817 -8795
- package/dist/{dist-O5YU2L4C.js → dist-PQRMDIKY.js} +1 -1
- package/dist/index.js +2 -2
- package/dist/{jsonld-X74JI4TL.js → jsonld-V2RB47OZ.js} +464 -539
- package/lib/index.js +9085 -9140
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
serialize,
|
|
14
14
|
st,
|
|
15
15
|
termValue
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-SCBWPWX6.js";
|
|
17
17
|
import {
|
|
18
18
|
__commonJS,
|
|
19
19
|
__export,
|
|
@@ -4828,7 +4828,7 @@ var FileGateway = class {
|
|
|
4828
4828
|
|
|
4829
4829
|
// src/modules/contacts.ts
|
|
4830
4830
|
async function loadContactsModule(store) {
|
|
4831
|
-
const module2 = await import("./dist-
|
|
4831
|
+
const module2 = await import("./dist-PQRMDIKY.js");
|
|
4832
4832
|
return store.loadModule(module2);
|
|
4833
4833
|
}
|
|
4834
4834
|
|