@seedprotocol/sdk 0.1.113 → 0.1.114
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-yw-bik4t.js → index-Bu8Tm6_l.js} +2 -2
- package/dist/{index-yw-bik4t.js.map → index-Bu8Tm6_l.js.map} +1 -1
- package/dist/{index-Dj4L9w50.js → index-DO0GcmVW.js} +5 -5
- package/dist/index-DO0GcmVW.js.map +1 -0
- package/dist/main.js +1 -1
- package/dist/{seed.schema.config-Baj_iYq7.js → seed.schema.config-BDBDPVuJ.js} +2 -2
- package/dist/{seed.schema.config-Baj_iYq7.js.map → seed.schema.config-BDBDPVuJ.js.map} +1 -1
- package/dist/src/constants.ts +1 -1
- package/dist/src/index.ts +4 -21
- package/dist/types/src/browser/services/internal/constants.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-Dj4L9w50.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-DO0GcmVW.js';
|
|
2
2
|
import './constants-CEnkzyny.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-Bu8Tm6_l.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-Bu8Tm6_l.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -598,7 +598,7 @@ const BROWSER_FS_TOP_DIR = 'app-files';
|
|
|
598
598
|
const EAS_ENDPOINT = process.env.NEXT_PUBLIC_EAS_ENDPOINT ||
|
|
599
599
|
process.env.EAS_ENDPOINT ||
|
|
600
600
|
'https://optimism-sepolia.easscan.org/graphql';
|
|
601
|
-
const ARWEAVE_HOST = process.env.NEXT_PUBLIC_ARWEAVE_HOST || '
|
|
601
|
+
const ARWEAVE_HOST = process.env.NEXT_PUBLIC_ARWEAVE_HOST || 'arweave.net';
|
|
602
602
|
const ARWEAVE_ENDPOINT = `https://${ARWEAVE_HOST}/graphql`;
|
|
603
603
|
|
|
604
604
|
const queryClient = new QueryClient({
|
|
@@ -2095,7 +2095,7 @@ const addModelsToDb = fromCallback(({ sendBack, input: { context } }) => {
|
|
|
2095
2095
|
if (!models$1) {
|
|
2096
2096
|
return;
|
|
2097
2097
|
}
|
|
2098
|
-
const { models: SeedModels } = yield import('./seed.schema.config-
|
|
2098
|
+
const { models: SeedModels } = yield import('./seed.schema.config-BDBDPVuJ.js');
|
|
2099
2099
|
const allModels = Object.assign(Object.assign({}, SeedModels), models$1);
|
|
2100
2100
|
let hasModelsInDb = false;
|
|
2101
2101
|
const schemaDefsByModelName = new Map();
|
|
@@ -6485,7 +6485,7 @@ const client = {
|
|
|
6485
6485
|
addresses,
|
|
6486
6486
|
arweaveDomain,
|
|
6487
6487
|
});
|
|
6488
|
-
import('./seed.schema.config-
|
|
6488
|
+
import('./seed.schema.config-BDBDPVuJ.js').then(({ models }) => {
|
|
6489
6489
|
for (const [key, value] of Object.entries(models)) {
|
|
6490
6490
|
setModel(key, value);
|
|
6491
6491
|
}
|
|
@@ -7160,7 +7160,7 @@ const hydrateFromDb = fromCallback(({ sendBack, input: { context } }) => {
|
|
|
7160
7160
|
if (propertyRecordSchema &&
|
|
7161
7161
|
propertyRecordSchema.storageType &&
|
|
7162
7162
|
propertyRecordSchema.storageType === 'ItemStorage') {
|
|
7163
|
-
const { Item } = yield import('./index-
|
|
7163
|
+
const { Item } = yield import('./index-Bu8Tm6_l.js');
|
|
7164
7164
|
const item = yield Item.find({
|
|
7165
7165
|
seedLocalId,
|
|
7166
7166
|
modelName,
|
|
@@ -8102,4 +8102,4 @@ if (isNode()) {
|
|
|
8102
8102
|
}
|
|
8103
8103
|
|
|
8104
8104
|
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 };
|
|
8105
|
-
//# sourceMappingURL=index-
|
|
8105
|
+
//# sourceMappingURL=index-DO0GcmVW.js.map
|