@seedprotocol/sdk 0.1.66 → 0.1.69
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-C-vHwxAS.js → index-VSlWKRIZ.js} +6 -6
- package/dist/index-VSlWKRIZ.js.map +1 -0
- package/dist/{index-BYbqQltB.js → index-YshZfGRu.js} +577 -539
- package/dist/index-YshZfGRu.js.map +1 -0
- package/dist/main.js +4 -4
- package/dist/{seed.schema.config-PwtELm7X.js → seed.schema.config-BEvGEHkp.js} +5 -5
- package/dist/{seed.schema.config-PwtELm7X.js.map → seed.schema.config-BEvGEHkp.js.map} +1 -1
- package/dist/src/allItems.ts +5 -0
- package/dist/src/createMetadata.ts +4 -0
- package/dist/src/getItems.ts +2 -0
- package/dist/src/getVersionData.ts +1 -1
- package/dist/src/hydrateFromDb.ts +19 -0
- package/dist/src/propertyMachine.ts +12 -0
- package/dist/src/saveImageSrc.ts +11 -2
- package/dist/src/updateItemPropertyValue.ts +230 -0
- package/dist/src/write.ts +2 -228
- package/dist/types/src/browser/db/read/getItems.d.ts.map +1 -1
- package/dist/types/src/browser/db/read/getVersionData.d.ts +1 -1
- package/dist/types/src/browser/db/read/getVersionData.d.ts.map +1 -1
- package/dist/types/src/browser/db/write/createMetadata.d.ts.map +1 -1
- package/dist/types/src/browser/db/write/updateItemPropertyValue.d.ts +5 -0
- package/dist/types/src/browser/db/write/updateItemPropertyValue.d.ts.map +1 -0
- package/dist/types/src/browser/db/write.d.ts +0 -16
- package/dist/types/src/browser/db/write.d.ts.map +1 -1
- package/dist/types/src/browser/events/services/allItems.d.ts.map +1 -1
- package/dist/types/src/browser/property/actors/hydrateFromDb.d.ts.map +1 -1
- package/dist/types/src/browser/property/actors/saveValueToDb/index.d.ts.map +1 -1
- package/dist/types/src/browser/property/actors/saveValueToDb/saveImageSrc.d.ts.map +1 -1
- package/dist/types/src/browser/property/propertyMachine.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/index-BYbqQltB.js.map +0 -1
- package/dist/index-C-vHwxAS.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-YshZfGRu.js';
|
|
2
2
|
import './constants-BLctWkrn.js';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'reflect-metadata';
|
|
@@ -12,19 +12,19 @@ import 'nanoid-dictionary';
|
|
|
12
12
|
import 'debug';
|
|
13
13
|
import 'lodash-es';
|
|
14
14
|
import 'drizzle-orm/sqlite-core';
|
|
15
|
+
import 'react';
|
|
16
|
+
import 'rxjs';
|
|
17
|
+
import 'immer';
|
|
18
|
+
import 'pluralize';
|
|
15
19
|
import 'eventemitter3';
|
|
16
20
|
import '@tanstack/react-query';
|
|
17
21
|
import 'graphql-request';
|
|
18
22
|
import '@tanstack/query-sync-storage-persister';
|
|
19
23
|
import '@tanstack/react-query-persist-client';
|
|
20
|
-
import 'react';
|
|
21
|
-
import 'rxjs';
|
|
22
|
-
import 'immer';
|
|
23
|
-
import 'pluralize';
|
|
24
24
|
import '@statelyai/inspect';
|
|
25
25
|
import 'drizzle-orm/sqlite-proxy';
|
|
26
26
|
import '@zenfs/dom';
|
|
27
27
|
import 'arweave';
|
|
28
28
|
import 'use-immer';
|
|
29
29
|
import '@xstate/react';
|
|
30
|
-
//# sourceMappingURL=index-
|
|
30
|
+
//# sourceMappingURL=index-VSlWKRIZ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-VSlWKRIZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|