@seedprotocol/sdk 0.1.44 → 0.1.45
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-DUtv3Rk6.js → index-Bf8op_0W.js} +2 -2
- package/dist/index-Bf8op_0W.js.map +1 -0
- package/dist/{index-BpiYrEWV.js → index-mMtg-Xj3.js} +4 -5
- package/dist/{index-BpiYrEWV.js.map → index-mMtg-Xj3.js.map} +1 -1
- package/dist/main.js +1 -1
- package/dist/{seed.schema.config-Dmj1JcoW.js → seed.schema.config-DpcNYObU.js} +2 -2
- package/dist/{seed.schema.config-Dmj1JcoW.js.map → seed.schema.config-DpcNYObU.js.map} +1 -1
- package/dist/types/src/browser/events/item/syncDbWithEas.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-DUtv3Rk6.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { f as GET_ALL_PROPERTIES_FOR_ALL_VERSIONS, e as GET_PROPERTIES, G as GET_SCHEMAS, a as GET_SEEDS, b as GET_SEED_IDS, c as GET_STORAGE_TRANSACTION_ID, d as GET_VERSIONS, I as Item, g as itemMachineAll, i as itemMachineSingle } from './index-
|
|
1
|
+
export { f as GET_ALL_PROPERTIES_FOR_ALL_VERSIONS, e as GET_PROPERTIES, G as GET_SCHEMAS, a as GET_SEEDS, b as GET_SEED_IDS, c as GET_STORAGE_TRANSACTION_ID, d as GET_VERSIONS, I as Item, g as itemMachineAll, i as itemMachineSingle } from './index-mMtg-Xj3.js';
|
|
2
2
|
import './constants-BLctWkrn.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'reflect-metadata';
|
|
@@ -27,4 +27,4 @@ import '@statelyai/inspect';
|
|
|
27
27
|
import 'arweave';
|
|
28
28
|
import '@zenfs/dom';
|
|
29
29
|
import 'drizzle-orm/sqlite-proxy';
|
|
30
|
-
//# sourceMappingURL=index-
|
|
30
|
+
//# sourceMappingURL=index-Bf8op_0W.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-Bf8op_0W.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -983,7 +983,7 @@ const hydrateFromDb = fromCallback(({ sendBack, input: { context } }) => {
|
|
|
983
983
|
renderValue: refResolvedDisplayValue,
|
|
984
984
|
});
|
|
985
985
|
if (propertyNameFromDb === 'storageTransactionId') {
|
|
986
|
-
const { Item } = yield import('./index-
|
|
986
|
+
const { Item } = yield import('./index-Bf8op_0W.js');
|
|
987
987
|
const item = yield Item.find({
|
|
988
988
|
seedLocalId,
|
|
989
989
|
modelName: itemModelName,
|
|
@@ -2383,7 +2383,7 @@ const addModelsToDb = fromCallback(({ sendBack, input: { context } }) => {
|
|
|
2383
2383
|
if (!models$1) {
|
|
2384
2384
|
return;
|
|
2385
2385
|
}
|
|
2386
|
-
const { models: SeedModels } = yield import('./seed.schema.config-
|
|
2386
|
+
const { models: SeedModels } = yield import('./seed.schema.config-DpcNYObU.js');
|
|
2387
2387
|
const allModels = Object.assign(Object.assign({}, SeedModels), models$1);
|
|
2388
2388
|
let hasModelsInDb = false;
|
|
2389
2389
|
const schemaDefsByModelName = new Map();
|
|
@@ -5655,7 +5655,7 @@ const client = {
|
|
|
5655
5655
|
console.error('fs listeners not ready during init');
|
|
5656
5656
|
}
|
|
5657
5657
|
globalService.send({ type: 'init', endpoints, models, addresses });
|
|
5658
|
-
import('./seed.schema.config-
|
|
5658
|
+
import('./seed.schema.config-DpcNYObU.js').then(({ models }) => {
|
|
5659
5659
|
for (const [key, value] of Object.entries(models)) {
|
|
5660
5660
|
setModel(key, value);
|
|
5661
5661
|
}
|
|
@@ -6143,7 +6143,6 @@ const getRelatedSeedsAndVersions = () => __awaiter(void 0, void 0, void 0, funct
|
|
|
6143
6143
|
},
|
|
6144
6144
|
},
|
|
6145
6145
|
});
|
|
6146
|
-
extractStorageTransactionIds({ itemProperties });
|
|
6147
6146
|
yield saveEasPropertiesToDb({
|
|
6148
6147
|
itemProperties,
|
|
6149
6148
|
itemSeeds,
|
|
@@ -7171,4 +7170,4 @@ if (isNode()) {
|
|
|
7171
7170
|
}
|
|
7172
7171
|
|
|
7173
7172
|
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_SEEDS as a, GET_SEED_IDS as b, GET_STORAGE_TRANSACTION_ID as c, GET_VERSIONS as d, GET_PROPERTIES as e, GET_ALL_PROPERTIES_FOR_ALL_VERSIONS as f, itemMachineAll as g, ImageSrc as h, itemMachineSingle as i, ItemProperty as j, useItem as k, useItemProperties as l, useCreateItem as m, useItemProperty as n, useDeleteItem as o, useGlobalServiceStatus as p, useServices as q, getGlobalService as r, client as s, getCorrectId as t, useItems as u, withSeed as w };
|
|
7174
|
-
//# sourceMappingURL=index-
|
|
7173
|
+
//# sourceMappingURL=index-mMtg-Xj3.js.map
|