@signaldb/core 1.8.0 → 1.8.1
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/.vite/manifest.json +88 -60
- package/dist/ReplicatedCollection.d.ts +1 -1
- package/dist/index.cjs.js +26 -27
- package/dist/index.mjs +14 -28
- package/dist/index10.cjs.js +265 -0
- package/dist/index10.mjs +263 -28
- package/dist/index11.cjs.js +125 -0
- package/dist/index11.mjs +124 -12
- package/dist/index12.cjs.js +15 -0
- package/dist/index12.mjs +14 -5
- package/dist/index13.cjs.js +23 -0
- package/dist/index13.mjs +22 -133
- package/dist/index14.cjs.js +12 -0
- package/dist/index14.mjs +11 -73
- package/dist/index15.cjs.js +22 -0
- package/dist/index15.mjs +21 -10
- package/dist/index16.cjs.js +33 -0
- package/dist/index16.mjs +32 -27
- package/dist/index17.cjs.js +15 -0
- package/dist/index17.mjs +14 -41
- package/dist/index18.cjs.js +98 -0
- package/dist/index18.mjs +97 -142
- package/dist/index19.cjs.js +11 -0
- package/dist/index19.mjs +10 -7
- package/dist/index2.cjs.js +23 -0
- package/dist/index2.mjs +22 -266
- package/dist/index20.cjs.js +45 -0
- package/dist/index20.mjs +44 -15
- package/dist/index21.cjs.js +45 -0
- package/dist/index21.mjs +44 -26
- package/dist/index22.cjs.js +69 -0
- package/dist/index22.mjs +66 -77
- package/dist/index23.cjs.js +778 -0
- package/dist/index23.mjs +775 -81
- package/dist/index24.cjs.js +11 -0
- package/dist/index24.mjs +10 -18
- package/dist/index25.cjs.js +81 -0
- package/dist/index25.mjs +80 -29
- package/dist/index26.cjs.js +98 -0
- package/dist/index26.mjs +96 -8
- package/dist/index27.cjs.js +154 -0
- package/dist/index27.mjs +153 -7
- package/dist/index28.cjs.js +11 -0
- package/dist/index28.mjs +10 -29
- package/dist/index29.cjs.js +11 -0
- package/dist/index29.mjs +10 -42
- package/dist/index3.cjs.js +19 -0
- package/dist/index3.mjs +18 -814
- package/dist/index4.cjs.js +37 -0
- package/dist/index4.mjs +36 -167
- package/dist/index5.cjs.js +35 -0
- package/dist/index5.mjs +34 -67
- package/dist/index6.cjs.js +47 -0
- package/dist/index6.mjs +46 -5
- package/dist/index7.cjs.js +33 -0
- package/dist/index7.mjs +32 -5
- package/dist/index8.cjs.js +19 -0
- package/dist/index8.mjs +18 -5
- package/dist/index9.cjs.js +139 -0
- package/dist/index9.mjs +138 -5
- package/package.json +1 -1
- package/dist/index.cjs10.js +0 -29
- package/dist/index.cjs11.js +0 -12
- package/dist/index.cjs12.js +0 -5
- package/dist/index.cjs13.js +0 -133
- package/dist/index.cjs14.js +0 -74
- package/dist/index.cjs15.js +0 -10
- package/dist/index.cjs16.js +0 -27
- package/dist/index.cjs17.js +0 -42
- package/dist/index.cjs18.js +0 -142
- package/dist/index.cjs19.js +0 -7
- package/dist/index.cjs2.js +0 -267
- package/dist/index.cjs20.js +0 -15
- package/dist/index.cjs21.js +0 -26
- package/dist/index.cjs22.js +0 -79
- package/dist/index.cjs23.js +0 -84
- package/dist/index.cjs24.js +0 -18
- package/dist/index.cjs25.js +0 -29
- package/dist/index.cjs26.js +0 -9
- package/dist/index.cjs27.js +0 -7
- package/dist/index.cjs28.js +0 -29
- package/dist/index.cjs29.js +0 -42
- package/dist/index.cjs3.js +0 -814
- package/dist/index.cjs4.js +0 -167
- package/dist/index.cjs5.js +0 -68
- package/dist/index.cjs6.js +0 -5
- package/dist/index.cjs7.js +0 -5
- package/dist/index.cjs8.js +0 -5
- package/dist/index.cjs9.js +0 -5
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,37 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"src/AutoFetchCollection.ts": {
|
|
3
|
-
"file": "
|
|
3
|
+
"file": "index27.cjs.js",
|
|
4
4
|
"name": "AutoFetchCollection",
|
|
5
5
|
"src": "src/AutoFetchCollection.ts",
|
|
6
|
+
"isDynamicEntry": true,
|
|
6
7
|
"imports": [
|
|
7
8
|
"src/ReplicatedCollection.ts",
|
|
8
9
|
"src/utils/createSignal.ts"
|
|
9
10
|
]
|
|
10
11
|
},
|
|
11
12
|
"src/Collection/Cursor.ts": {
|
|
12
|
-
"file": "
|
|
13
|
+
"file": "index10.cjs.js",
|
|
13
14
|
"name": "Collection/Cursor",
|
|
14
15
|
"src": "src/Collection/Cursor.ts",
|
|
16
|
+
"isDynamicEntry": true,
|
|
15
17
|
"imports": [
|
|
16
|
-
"src/
|
|
17
|
-
"src/utils/project.ts",
|
|
18
|
+
"src/Collection/Observer.ts",
|
|
18
19
|
"src/utils/deepClone.ts",
|
|
19
|
-
"src/
|
|
20
|
+
"src/utils/project.ts",
|
|
21
|
+
"src/utils/sortItems.ts"
|
|
20
22
|
]
|
|
21
23
|
},
|
|
22
24
|
"src/Collection/Observer.ts": {
|
|
23
|
-
"file": "
|
|
25
|
+
"file": "index9.cjs.js",
|
|
24
26
|
"name": "Collection/Observer",
|
|
25
27
|
"src": "src/Collection/Observer.ts",
|
|
28
|
+
"isDynamicEntry": true,
|
|
26
29
|
"imports": [
|
|
27
30
|
"src/utils/isEqual.ts",
|
|
28
31
|
"src/utils/uniqueBy.ts"
|
|
29
32
|
]
|
|
30
33
|
},
|
|
31
34
|
"src/Collection/createIndex.ts": {
|
|
32
|
-
"file": "
|
|
35
|
+
"file": "index22.cjs.js",
|
|
33
36
|
"name": "Collection/createIndex",
|
|
34
37
|
"src": "src/Collection/createIndex.ts",
|
|
38
|
+
"isDynamicEntry": true,
|
|
35
39
|
"imports": [
|
|
36
40
|
"src/createIndexProvider.ts",
|
|
37
41
|
"src/utils/get.ts",
|
|
@@ -40,35 +44,38 @@
|
|
|
40
44
|
]
|
|
41
45
|
},
|
|
42
46
|
"src/Collection/getIndexInfo.ts": {
|
|
43
|
-
"file": "
|
|
47
|
+
"file": "index18.cjs.js",
|
|
44
48
|
"name": "Collection/getIndexInfo",
|
|
45
49
|
"src": "src/Collection/getIndexInfo.ts",
|
|
50
|
+
"isDynamicEntry": true,
|
|
46
51
|
"imports": [
|
|
47
52
|
"src/utils/intersection.ts"
|
|
48
53
|
]
|
|
49
54
|
},
|
|
50
55
|
"src/Collection/index.ts": {
|
|
51
|
-
"file": "
|
|
56
|
+
"file": "index23.cjs.js",
|
|
52
57
|
"name": "Collection/index",
|
|
53
58
|
"src": "src/Collection/index.ts",
|
|
59
|
+
"isDynamicEntry": true,
|
|
54
60
|
"imports": [
|
|
61
|
+
"src/Collection/Cursor.ts",
|
|
62
|
+
"src/Collection/createIndex.ts",
|
|
63
|
+
"src/Collection/getIndexInfo.ts",
|
|
55
64
|
"src/utils/EventEmitter.ts",
|
|
65
|
+
"src/utils/createSignal.ts",
|
|
66
|
+
"src/utils/deepClone.ts",
|
|
67
|
+
"src/utils/isEqual.ts",
|
|
56
68
|
"src/utils/match.ts",
|
|
57
69
|
"src/utils/modify.ts",
|
|
58
|
-
"src/utils/isEqual.ts",
|
|
59
70
|
"src/utils/randomId.ts",
|
|
60
|
-
"src/utils/
|
|
61
|
-
"src/utils/serializeValue.ts",
|
|
62
|
-
"src/utils/createSignal.ts",
|
|
63
|
-
"src/Collection/Cursor.ts",
|
|
64
|
-
"src/Collection/getIndexInfo.ts",
|
|
65
|
-
"src/Collection/createIndex.ts"
|
|
71
|
+
"src/utils/serializeValue.ts"
|
|
66
72
|
]
|
|
67
73
|
},
|
|
68
74
|
"src/ReplicatedCollection.ts": {
|
|
69
|
-
"file": "
|
|
75
|
+
"file": "index26.cjs.js",
|
|
70
76
|
"name": "ReplicatedCollection",
|
|
71
77
|
"src": "src/ReplicatedCollection.ts",
|
|
78
|
+
"isDynamicEntry": true,
|
|
72
79
|
"imports": [
|
|
73
80
|
"src/Collection/index.ts",
|
|
74
81
|
"src/persistence/combinePersistenceAdapters.ts",
|
|
@@ -77,19 +84,22 @@
|
|
|
77
84
|
]
|
|
78
85
|
},
|
|
79
86
|
"src/createIndexProvider.ts": {
|
|
80
|
-
"file": "
|
|
87
|
+
"file": "index19.cjs.js",
|
|
81
88
|
"name": "createIndexProvider",
|
|
82
|
-
"src": "src/createIndexProvider.ts"
|
|
89
|
+
"src": "src/createIndexProvider.ts",
|
|
90
|
+
"isDynamicEntry": true
|
|
83
91
|
},
|
|
84
92
|
"src/createMemoryAdapter.ts": {
|
|
85
|
-
"file": "
|
|
93
|
+
"file": "index28.cjs.js",
|
|
86
94
|
"name": "createMemoryAdapter",
|
|
87
|
-
"src": "src/createMemoryAdapter.ts"
|
|
95
|
+
"src": "src/createMemoryAdapter.ts",
|
|
96
|
+
"isDynamicEntry": true
|
|
88
97
|
},
|
|
89
98
|
"src/createReactivityAdapter.ts": {
|
|
90
|
-
"file": "
|
|
99
|
+
"file": "index29.cjs.js",
|
|
91
100
|
"name": "createReactivityAdapter",
|
|
92
|
-
"src": "src/createReactivityAdapter.ts"
|
|
101
|
+
"src": "src/createReactivityAdapter.ts",
|
|
102
|
+
"isDynamicEntry": true
|
|
93
103
|
},
|
|
94
104
|
"src/index.ts": {
|
|
95
105
|
"file": "index.cjs.js",
|
|
@@ -97,126 +107,144 @@
|
|
|
97
107
|
"src": "src/index.ts",
|
|
98
108
|
"isEntry": true,
|
|
99
109
|
"imports": [
|
|
110
|
+
"src/AutoFetchCollection.ts",
|
|
100
111
|
"src/Collection/Cursor.ts",
|
|
112
|
+
"src/Collection/createIndex.ts",
|
|
101
113
|
"src/Collection/index.ts",
|
|
102
|
-
"src/AutoFetchCollection.ts",
|
|
103
|
-
"src/persistence/combinePersistenceAdapters.ts",
|
|
104
114
|
"src/createIndexProvider.ts",
|
|
105
115
|
"src/createMemoryAdapter.ts",
|
|
106
|
-
"src/persistence/createPersistenceAdapter.ts",
|
|
107
116
|
"src/createReactivityAdapter.ts",
|
|
117
|
+
"src/persistence/combinePersistenceAdapters.ts",
|
|
118
|
+
"src/persistence/createPersistenceAdapter.ts",
|
|
119
|
+
"src/utils/EventEmitter.ts",
|
|
108
120
|
"src/utils/isEqual.ts",
|
|
109
121
|
"src/utils/modify.ts",
|
|
110
|
-
"src/utils/randomId.ts"
|
|
111
|
-
"src/utils/EventEmitter.ts",
|
|
112
|
-
"src/Collection/createIndex.ts"
|
|
122
|
+
"src/utils/randomId.ts"
|
|
113
123
|
]
|
|
114
124
|
},
|
|
115
125
|
"src/persistence/combinePersistenceAdapters.ts": {
|
|
116
|
-
"file": "
|
|
126
|
+
"file": "index25.cjs.js",
|
|
117
127
|
"name": "persistence/combinePersistenceAdapters",
|
|
118
128
|
"src": "src/persistence/combinePersistenceAdapters.ts",
|
|
129
|
+
"isDynamicEntry": true,
|
|
119
130
|
"imports": [
|
|
120
131
|
"src/persistence/createPersistenceAdapter.ts"
|
|
121
132
|
]
|
|
122
133
|
},
|
|
123
134
|
"src/persistence/createPersistenceAdapter.ts": {
|
|
124
|
-
"file": "
|
|
135
|
+
"file": "index24.cjs.js",
|
|
125
136
|
"name": "persistence/createPersistenceAdapter",
|
|
126
|
-
"src": "src/persistence/createPersistenceAdapter.ts"
|
|
137
|
+
"src": "src/persistence/createPersistenceAdapter.ts",
|
|
138
|
+
"isDynamicEntry": true
|
|
127
139
|
},
|
|
128
140
|
"src/utils/EventEmitter.ts": {
|
|
129
|
-
"file": "
|
|
141
|
+
"file": "index11.cjs.js",
|
|
130
142
|
"name": "utils/EventEmitter",
|
|
131
|
-
"src": "src/utils/EventEmitter.ts"
|
|
143
|
+
"src": "src/utils/EventEmitter.ts",
|
|
144
|
+
"isDynamicEntry": true
|
|
132
145
|
},
|
|
133
146
|
"src/utils/createSignal.ts": {
|
|
134
|
-
"file": "
|
|
147
|
+
"file": "index16.cjs.js",
|
|
135
148
|
"name": "utils/createSignal",
|
|
136
|
-
"src": "src/utils/createSignal.ts"
|
|
149
|
+
"src": "src/utils/createSignal.ts",
|
|
150
|
+
"isDynamicEntry": true
|
|
137
151
|
},
|
|
138
152
|
"src/utils/deepClone.ts": {
|
|
139
|
-
"file": "
|
|
153
|
+
"file": "index6.cjs.js",
|
|
140
154
|
"name": "utils/deepClone",
|
|
141
|
-
"src": "src/utils/deepClone.ts"
|
|
155
|
+
"src": "src/utils/deepClone.ts",
|
|
156
|
+
"isDynamicEntry": true
|
|
142
157
|
},
|
|
143
158
|
"src/utils/get.ts": {
|
|
144
|
-
"file": "
|
|
159
|
+
"file": "index2.cjs.js",
|
|
145
160
|
"name": "utils/get",
|
|
146
|
-
"src": "src/utils/get.ts"
|
|
161
|
+
"src": "src/utils/get.ts",
|
|
162
|
+
"isDynamicEntry": true
|
|
147
163
|
},
|
|
148
164
|
"src/utils/getMatchingKeys.ts": {
|
|
149
|
-
"file": "
|
|
165
|
+
"file": "index21.cjs.js",
|
|
150
166
|
"name": "utils/getMatchingKeys",
|
|
151
167
|
"src": "src/utils/getMatchingKeys.ts",
|
|
168
|
+
"isDynamicEntry": true,
|
|
152
169
|
"imports": [
|
|
153
170
|
"src/utils/isFieldExpression.ts",
|
|
154
171
|
"src/utils/serializeValue.ts"
|
|
155
172
|
]
|
|
156
173
|
},
|
|
157
174
|
"src/utils/intersection.ts": {
|
|
158
|
-
"file": "
|
|
175
|
+
"file": "index17.cjs.js",
|
|
159
176
|
"name": "utils/intersection",
|
|
160
|
-
"src": "src/utils/intersection.ts"
|
|
177
|
+
"src": "src/utils/intersection.ts",
|
|
178
|
+
"isDynamicEntry": true
|
|
161
179
|
},
|
|
162
180
|
"src/utils/isEqual.ts": {
|
|
163
|
-
"file": "
|
|
181
|
+
"file": "index7.cjs.js",
|
|
164
182
|
"name": "utils/isEqual",
|
|
165
|
-
"src": "src/utils/isEqual.ts"
|
|
183
|
+
"src": "src/utils/isEqual.ts",
|
|
184
|
+
"isDynamicEntry": true
|
|
166
185
|
},
|
|
167
186
|
"src/utils/isFieldExpression.ts": {
|
|
168
|
-
"file": "
|
|
187
|
+
"file": "index20.cjs.js",
|
|
169
188
|
"name": "utils/isFieldExpression",
|
|
170
|
-
"src": "src/utils/isFieldExpression.ts"
|
|
189
|
+
"src": "src/utils/isFieldExpression.ts",
|
|
190
|
+
"isDynamicEntry": true
|
|
171
191
|
},
|
|
172
192
|
"src/utils/match.ts": {
|
|
173
|
-
"file": "
|
|
193
|
+
"file": "index12.cjs.js",
|
|
174
194
|
"name": "utils/match",
|
|
175
|
-
"src": "src/utils/match.ts"
|
|
195
|
+
"src": "src/utils/match.ts",
|
|
196
|
+
"isDynamicEntry": true
|
|
176
197
|
},
|
|
177
198
|
"src/utils/modify.ts": {
|
|
178
|
-
"file": "
|
|
199
|
+
"file": "index13.cjs.js",
|
|
179
200
|
"name": "utils/modify",
|
|
180
201
|
"src": "src/utils/modify.ts",
|
|
202
|
+
"isDynamicEntry": true,
|
|
181
203
|
"imports": [
|
|
182
204
|
"src/utils/deepClone.ts"
|
|
183
205
|
]
|
|
184
206
|
},
|
|
185
207
|
"src/utils/project.ts": {
|
|
186
|
-
"file": "
|
|
208
|
+
"file": "index5.cjs.js",
|
|
187
209
|
"name": "utils/project",
|
|
188
210
|
"src": "src/utils/project.ts",
|
|
211
|
+
"isDynamicEntry": true,
|
|
189
212
|
"imports": [
|
|
190
213
|
"src/utils/get.ts",
|
|
191
214
|
"src/utils/set.ts"
|
|
192
215
|
]
|
|
193
216
|
},
|
|
194
217
|
"src/utils/randomId.ts": {
|
|
195
|
-
"file": "
|
|
218
|
+
"file": "index14.cjs.js",
|
|
196
219
|
"name": "utils/randomId",
|
|
197
|
-
"src": "src/utils/randomId.ts"
|
|
220
|
+
"src": "src/utils/randomId.ts",
|
|
221
|
+
"isDynamicEntry": true
|
|
198
222
|
},
|
|
199
223
|
"src/utils/serializeValue.ts": {
|
|
200
|
-
"file": "
|
|
224
|
+
"file": "index15.cjs.js",
|
|
201
225
|
"name": "utils/serializeValue",
|
|
202
|
-
"src": "src/utils/serializeValue.ts"
|
|
226
|
+
"src": "src/utils/serializeValue.ts",
|
|
227
|
+
"isDynamicEntry": true
|
|
203
228
|
},
|
|
204
229
|
"src/utils/set.ts": {
|
|
205
|
-
"file": "
|
|
230
|
+
"file": "index4.cjs.js",
|
|
206
231
|
"name": "utils/set",
|
|
207
|
-
"src": "src/utils/set.ts"
|
|
232
|
+
"src": "src/utils/set.ts",
|
|
233
|
+
"isDynamicEntry": true
|
|
208
234
|
},
|
|
209
235
|
"src/utils/sortItems.ts": {
|
|
210
|
-
"file": "
|
|
236
|
+
"file": "index3.cjs.js",
|
|
211
237
|
"name": "utils/sortItems",
|
|
212
238
|
"src": "src/utils/sortItems.ts",
|
|
239
|
+
"isDynamicEntry": true,
|
|
213
240
|
"imports": [
|
|
214
241
|
"src/utils/get.ts"
|
|
215
242
|
]
|
|
216
243
|
},
|
|
217
244
|
"src/utils/uniqueBy.ts": {
|
|
218
|
-
"file": "
|
|
245
|
+
"file": "index8.cjs.js",
|
|
219
246
|
"name": "utils/uniqueBy",
|
|
220
|
-
"src": "src/utils/uniqueBy.ts"
|
|
247
|
+
"src": "src/utils/uniqueBy.ts",
|
|
248
|
+
"isDynamicEntry": true
|
|
221
249
|
}
|
|
222
250
|
}
|
|
@@ -21,7 +21,7 @@ interface ReplicationOptions<T extends {
|
|
|
21
21
|
*/
|
|
22
22
|
export declare function createReplicationAdapter<T extends {
|
|
23
23
|
id: I;
|
|
24
|
-
} & Record<string, any>, I>(options: ReplicationOptions<T, I>): import("
|
|
24
|
+
} & Record<string, any>, I>(options: ReplicationOptions<T, I>): import(".").PersistenceAdapter<T, unknown>;
|
|
25
25
|
export type ReplicatedCollectionOptions<T extends BaseItem<I>, I, E extends BaseItem = T, U = E> = CollectionOptions<T, I, E, U> & ReplicationOptions<T, I>;
|
|
26
26
|
/**
|
|
27
27
|
* Extends the `Collection` class to support replication with remote sources.
|
package/dist/index.cjs.js
CHANGED
|
@@ -1,28 +1,27 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
exports.
|
|
17
|
-
exports.Collection =
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.
|
|
25
|
-
exports.
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
2
|
+
const require_isEqual = require("./index7.cjs.js");
|
|
3
|
+
const require_Cursor = require("./index10.cjs.js");
|
|
4
|
+
const require_EventEmitter = require("./index11.cjs.js");
|
|
5
|
+
const require_modify = require("./index13.cjs.js");
|
|
6
|
+
const require_randomId = require("./index14.cjs.js");
|
|
7
|
+
const require_createIndexProvider = require("./index19.cjs.js");
|
|
8
|
+
const require_createIndex = require("./index22.cjs.js");
|
|
9
|
+
const require_index = require("./index23.cjs.js");
|
|
10
|
+
const require_createPersistenceAdapter = require("./index24.cjs.js");
|
|
11
|
+
const require_combinePersistenceAdapters = require("./index25.cjs.js");
|
|
12
|
+
const require_AutoFetchCollection = require("./index27.cjs.js");
|
|
13
|
+
const require_createMemoryAdapter = require("./index28.cjs.js");
|
|
14
|
+
const require_createReactivityAdapter = require("./index29.cjs.js");
|
|
15
|
+
exports.AutoFetchCollection = require_AutoFetchCollection;
|
|
16
|
+
exports.Collection = require_index;
|
|
17
|
+
exports.Cursor = require_Cursor;
|
|
18
|
+
exports.EventEmitter = require_EventEmitter;
|
|
19
|
+
exports.combinePersistenceAdapters = require_combinePersistenceAdapters;
|
|
20
|
+
exports.createIndex = require_createIndex;
|
|
21
|
+
exports.createIndexProvider = require_createIndexProvider;
|
|
22
|
+
exports.createMemoryAdapter = require_createMemoryAdapter;
|
|
23
|
+
exports.createPersistenceAdapter = require_createPersistenceAdapter;
|
|
24
|
+
exports.createReactivityAdapter = require_createReactivityAdapter;
|
|
25
|
+
exports.isEqual = require_isEqual;
|
|
26
|
+
exports.modify = require_modify;
|
|
27
|
+
exports.randomId = require_randomId;
|
package/dist/index.mjs
CHANGED
|
@@ -1,28 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
export {
|
|
15
|
-
default4 as AutoFetchCollection,
|
|
16
|
-
default3 as Collection,
|
|
17
|
-
default2 as Cursor,
|
|
18
|
-
default13 as EventEmitter,
|
|
19
|
-
default5 as combinePersistenceAdapters,
|
|
20
|
-
default14 as createIndex,
|
|
21
|
-
default6 as createIndexProvider,
|
|
22
|
-
default7 as createMemoryAdapter,
|
|
23
|
-
default8 as createPersistenceAdapter,
|
|
24
|
-
default9 as createReactivityAdapter,
|
|
25
|
-
default10 as isEqual,
|
|
26
|
-
default11 as modify,
|
|
27
|
-
default12 as randomId
|
|
28
|
-
};
|
|
1
|
+
import isEqual from "./index7.mjs";
|
|
2
|
+
import Cursor from "./index10.mjs";
|
|
3
|
+
import EventEmitter from "./index11.mjs";
|
|
4
|
+
import modify from "./index13.mjs";
|
|
5
|
+
import randomId from "./index14.mjs";
|
|
6
|
+
import createIndexProvider from "./index19.mjs";
|
|
7
|
+
import createIndex from "./index22.mjs";
|
|
8
|
+
import Collection from "./index23.mjs";
|
|
9
|
+
import createPersistenceAdapter from "./index24.mjs";
|
|
10
|
+
import combinePersistenceAdapters from "./index25.mjs";
|
|
11
|
+
import AutoFetchCollection from "./index27.mjs";
|
|
12
|
+
import createMemoryAdapter from "./index28.mjs";
|
|
13
|
+
import createReactivityAdapter from "./index29.mjs";
|
|
14
|
+
export { AutoFetchCollection, Collection, Cursor, EventEmitter, combinePersistenceAdapters, createIndex, createIndexProvider, createMemoryAdapter, createPersistenceAdapter, createReactivityAdapter, isEqual, modify, randomId };
|