syncular 0.0.6-185 → 0.0.6-201
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-plugin-blob.d.ts","sourceRoot":"","sources":["../src/client-plugin-blob.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-plugin-blob.js","sourceRoot":"","sources":["../src/client-plugin-blob.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "syncular",
|
|
3
|
-
"version": "0.0.6-
|
|
3
|
+
"version": "0.0.6-201",
|
|
4
4
|
"description": "Offline-first sync framework for TypeScript",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Benjamin Kniffler",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"database",
|
|
21
21
|
"typescript"
|
|
22
22
|
],
|
|
23
|
+
"sideEffects": false,
|
|
23
24
|
"publishConfig": {
|
|
24
25
|
"access": "public"
|
|
25
26
|
},
|
|
@@ -96,6 +97,13 @@
|
|
|
96
97
|
"default": "./dist/client-plugin-encryption.js"
|
|
97
98
|
}
|
|
98
99
|
},
|
|
100
|
+
"./client-plugin-blob": {
|
|
101
|
+
"bun": "./src/client-plugin-blob.ts",
|
|
102
|
+
"import": {
|
|
103
|
+
"types": "./dist/client-plugin-blob.d.ts",
|
|
104
|
+
"default": "./dist/client-plugin-blob.js"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
99
107
|
"./client-plugin-yjs": {
|
|
100
108
|
"bun": "./src/client-plugin-yjs.ts",
|
|
101
109
|
"import": {
|
|
@@ -312,42 +320,43 @@
|
|
|
312
320
|
"src"
|
|
313
321
|
],
|
|
314
322
|
"dependencies": {
|
|
315
|
-
"@syncular/client": "0.0.6-
|
|
316
|
-
"@syncular/client-plugin-
|
|
317
|
-
"@syncular/client-plugin-offline-auth
|
|
318
|
-
"@syncular/client-plugin-
|
|
319
|
-
"@syncular/client-plugin-
|
|
320
|
-
"@syncular/client-
|
|
321
|
-
"@syncular/
|
|
322
|
-
"@syncular/
|
|
323
|
-
"@syncular/
|
|
324
|
-
"@syncular/dialect-
|
|
325
|
-
"@syncular/dialect-
|
|
326
|
-
"@syncular/dialect-
|
|
327
|
-
"@syncular/dialect-
|
|
328
|
-
"@syncular/dialect-
|
|
329
|
-
"@syncular/dialect-
|
|
330
|
-
"@syncular/dialect-
|
|
331
|
-
"@syncular/dialect-
|
|
332
|
-
"@syncular/dialect-
|
|
333
|
-
"@syncular/dialect-
|
|
334
|
-
"@syncular/
|
|
335
|
-
"@syncular/
|
|
336
|
-
"@syncular/
|
|
337
|
-
"@syncular/
|
|
338
|
-
"@syncular/server
|
|
339
|
-
"@syncular/server-
|
|
340
|
-
"@syncular/server-dialect-
|
|
341
|
-
"@syncular/server-
|
|
342
|
-
"@syncular/server-
|
|
343
|
-
"@syncular/server-
|
|
344
|
-
"@syncular/server-
|
|
345
|
-
"@syncular/server-storage-
|
|
346
|
-
"@syncular/
|
|
347
|
-
"@syncular/
|
|
348
|
-
"@syncular/transport-
|
|
349
|
-
"@syncular/
|
|
350
|
-
"@syncular/
|
|
323
|
+
"@syncular/client": "0.0.6-201",
|
|
324
|
+
"@syncular/client-plugin-blob": "0.0.6-201",
|
|
325
|
+
"@syncular/client-plugin-offline-auth": "0.0.6-201",
|
|
326
|
+
"@syncular/client-plugin-offline-auth-react": "0.0.6-201",
|
|
327
|
+
"@syncular/client-plugin-encryption": "0.0.6-201",
|
|
328
|
+
"@syncular/client-plugin-yjs": "0.0.6-201",
|
|
329
|
+
"@syncular/client-react": "0.0.6-201",
|
|
330
|
+
"@syncular/console": "0.0.6-201",
|
|
331
|
+
"@syncular/core": "0.0.6-201",
|
|
332
|
+
"@syncular/dialect-better-sqlite3": "0.0.6-201",
|
|
333
|
+
"@syncular/dialect-bun-sqlite": "0.0.6-201",
|
|
334
|
+
"@syncular/dialect-d1": "0.0.6-201",
|
|
335
|
+
"@syncular/dialect-electron-sqlite": "0.0.6-201",
|
|
336
|
+
"@syncular/dialect-expo-sqlite": "0.0.6-201",
|
|
337
|
+
"@syncular/dialect-libsql": "0.0.6-201",
|
|
338
|
+
"@syncular/dialect-neon": "0.0.6-201",
|
|
339
|
+
"@syncular/dialect-pglite": "0.0.6-201",
|
|
340
|
+
"@syncular/dialect-react-native-nitro-sqlite": "0.0.6-201",
|
|
341
|
+
"@syncular/dialect-sqlite3": "0.0.6-201",
|
|
342
|
+
"@syncular/dialect-wa-sqlite": "0.0.6-201",
|
|
343
|
+
"@syncular/migrations": "0.0.6-201",
|
|
344
|
+
"@syncular/observability-sentry": "0.0.6-201",
|
|
345
|
+
"@syncular/relay": "0.0.6-201",
|
|
346
|
+
"@syncular/server": "0.0.6-201",
|
|
347
|
+
"@syncular/server-cloudflare": "0.0.6-201",
|
|
348
|
+
"@syncular/server-dialect-postgres": "0.0.6-201",
|
|
349
|
+
"@syncular/server-dialect-sqlite": "0.0.6-201",
|
|
350
|
+
"@syncular/server-hono": "0.0.6-201",
|
|
351
|
+
"@syncular/server-plugin-yjs": "0.0.6-201",
|
|
352
|
+
"@syncular/server-service-worker": "0.0.6-201",
|
|
353
|
+
"@syncular/server-storage-filesystem": "0.0.6-201",
|
|
354
|
+
"@syncular/server-storage-s3": "0.0.6-201",
|
|
355
|
+
"@syncular/testkit": "0.0.6-201",
|
|
356
|
+
"@syncular/transport-http": "0.0.6-201",
|
|
357
|
+
"@syncular/transport-ws": "0.0.6-201",
|
|
358
|
+
"@syncular/typegen": "0.0.6-201",
|
|
359
|
+
"@syncular/ui": "0.0.6-201"
|
|
351
360
|
},
|
|
352
361
|
"devDependencies": {
|
|
353
362
|
"@cloudflare/workers-types": "*",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@syncular/client-plugin-blob';
|