@seedprotocol/sdk 0.1.83 → 0.1.84
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-dP9lYpUp.js → index-CBTE_R-7.js} +2 -2
- package/dist/{index-dP9lYpUp.js.map → index-CBTE_R-7.js.map} +1 -1
- package/dist/{index-LeMH3hHu.js → index-JmHVBmP7.js} +4 -5
- package/dist/index-JmHVBmP7.js.map +1 -0
- package/dist/main.js +1 -1
- package/dist/{seed.schema.config-D-amxDm7.js → seed.schema.config-BSTzpuJg.js} +2 -2
- package/dist/{seed.schema.config-D-amxDm7.js.map → seed.schema.config-BSTzpuJg.js.map} +1 -1
- package/dist/src/hydrateFromDb.ts +0 -1
- package/dist/types/src/browser/property/actors/hydrateFromDb.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-LeMH3hHu.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { g as GET_ALL_PROPERTIES_FOR_ALL_VERSIONS, f as GET_PROPERTIES, G as GET_SCHEMAS, a as GET_SCHEMA_BY_NAME, b as GET_SEEDS, c as GET_SEED_IDS, d as GET_STORAGE_TRANSACTION_ID, e as GET_VERSIONS, I as Item, h as itemMachineAll, i as itemMachineSingle } from './index-
|
|
1
|
+
export { g as GET_ALL_PROPERTIES_FOR_ALL_VERSIONS, f as GET_PROPERTIES, G as GET_SCHEMAS, a as GET_SCHEMA_BY_NAME, b as GET_SEEDS, c as GET_SEED_IDS, d as GET_STORAGE_TRANSACTION_ID, e as GET_VERSIONS, I as Item, h as itemMachineAll, i as itemMachineSingle } from './index-JmHVBmP7.js';
|
|
2
2
|
import './constants-rmQ8zg8_.js';
|
|
3
3
|
import '@ethereum-attestation-service/eas-sdk';
|
|
4
4
|
import 'thirdweb';
|
|
@@ -29,4 +29,4 @@ import 'rxjs';
|
|
|
29
29
|
import 'drizzle-orm/sqlite-proxy';
|
|
30
30
|
import '@zenfs/dom';
|
|
31
31
|
import 'arweave';
|
|
32
|
-
//# sourceMappingURL=index-
|
|
32
|
+
//# sourceMappingURL=index-CBTE_R-7.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-CBTE_R-7.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1031,7 +1031,6 @@ const hydrateFromDb = fromCallback(({ sendBack, input: { context } }) => {
|
|
|
1031
1031
|
refResolvedDisplayValue = URL.createObjectURL(fileHandler);
|
|
1032
1032
|
yield updateMetadata({
|
|
1033
1033
|
localId,
|
|
1034
|
-
refResolvedDisplayValue,
|
|
1035
1034
|
refResolvedValue: filename,
|
|
1036
1035
|
});
|
|
1037
1036
|
}
|
|
@@ -1062,7 +1061,7 @@ const hydrateFromDb = fromCallback(({ sendBack, input: { context } }) => {
|
|
|
1062
1061
|
if (propertyRecordSchema &&
|
|
1063
1062
|
propertyRecordSchema.storageType &&
|
|
1064
1063
|
propertyRecordSchema.storageType === 'ItemStorage') {
|
|
1065
|
-
const { Item } = yield import('./index-
|
|
1064
|
+
const { Item } = yield import('./index-CBTE_R-7.js');
|
|
1066
1065
|
const item = yield Item.find({
|
|
1067
1066
|
seedLocalId,
|
|
1068
1067
|
modelName: itemModelName,
|
|
@@ -2624,7 +2623,7 @@ const addModelsToDb = fromCallback(({ sendBack, input: { context } }) => {
|
|
|
2624
2623
|
if (!models$1) {
|
|
2625
2624
|
return;
|
|
2626
2625
|
}
|
|
2627
|
-
const { models: SeedModels } = yield import('./seed.schema.config-
|
|
2626
|
+
const { models: SeedModels } = yield import('./seed.schema.config-BSTzpuJg.js');
|
|
2628
2627
|
const allModels = Object.assign(Object.assign({}, SeedModels), models$1);
|
|
2629
2628
|
let hasModelsInDb = false;
|
|
2630
2629
|
const schemaDefsByModelName = new Map();
|
|
@@ -6634,7 +6633,7 @@ const client = {
|
|
|
6634
6633
|
console.error('fs listeners not ready during init');
|
|
6635
6634
|
}
|
|
6636
6635
|
globalService.send({ type: 'init', endpoints, models, addresses });
|
|
6637
|
-
import('./seed.schema.config-
|
|
6636
|
+
import('./seed.schema.config-BSTzpuJg.js').then(({ models }) => {
|
|
6638
6637
|
for (const [key, value] of Object.entries(models)) {
|
|
6639
6638
|
setModel(key, value);
|
|
6640
6639
|
}
|
|
@@ -7588,4 +7587,4 @@ if (isNode()) {
|
|
|
7588
7587
|
}
|
|
7589
7588
|
|
|
7590
7589
|
export { GET_SCHEMAS as G, Item as I, Json as J, List as L, Model as M, Property as P, Relation as R, Text as T, GET_SCHEMA_BY_NAME as a, GET_SEEDS as b, GET_SEED_IDS as c, GET_STORAGE_TRANSACTION_ID as d, GET_VERSIONS as e, GET_PROPERTIES as f, GET_ALL_PROPERTIES_FOR_ALL_VERSIONS as g, itemMachineAll as h, itemMachineSingle as i, ImageSrc as j, ItemProperty as k, useItem as l, useItemProperties as m, useCreateItem as n, useItemProperty as o, useDeleteItem as p, useGlobalServiceStatus as q, useServices as r, getGlobalService as s, client as t, useItems as u, getCorrectId as v, withSeed as w };
|
|
7591
|
-
//# sourceMappingURL=index-
|
|
7590
|
+
//# sourceMappingURL=index-JmHVBmP7.js.map
|