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,2 @@
1
+ export * from '@syncular/client-plugin-blob';
2
+ //# sourceMappingURL=client-plugin-blob.d.ts.map
@@ -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,2 @@
1
+ export * from '@syncular/client-plugin-blob';
2
+ //# sourceMappingURL=client-plugin-blob.js.map
@@ -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-185",
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-185",
316
- "@syncular/client-plugin-offline-auth": "0.0.6-185",
317
- "@syncular/client-plugin-offline-auth-react": "0.0.6-185",
318
- "@syncular/client-plugin-encryption": "0.0.6-185",
319
- "@syncular/client-plugin-yjs": "0.0.6-185",
320
- "@syncular/client-react": "0.0.6-185",
321
- "@syncular/console": "0.0.6-185",
322
- "@syncular/core": "0.0.6-185",
323
- "@syncular/dialect-better-sqlite3": "0.0.6-185",
324
- "@syncular/dialect-bun-sqlite": "0.0.6-185",
325
- "@syncular/dialect-d1": "0.0.6-185",
326
- "@syncular/dialect-electron-sqlite": "0.0.6-185",
327
- "@syncular/dialect-expo-sqlite": "0.0.6-185",
328
- "@syncular/dialect-libsql": "0.0.6-185",
329
- "@syncular/dialect-neon": "0.0.6-185",
330
- "@syncular/dialect-pglite": "0.0.6-185",
331
- "@syncular/dialect-react-native-nitro-sqlite": "0.0.6-185",
332
- "@syncular/dialect-sqlite3": "0.0.6-185",
333
- "@syncular/dialect-wa-sqlite": "0.0.6-185",
334
- "@syncular/migrations": "0.0.6-185",
335
- "@syncular/observability-sentry": "0.0.6-185",
336
- "@syncular/relay": "0.0.6-185",
337
- "@syncular/server": "0.0.6-185",
338
- "@syncular/server-cloudflare": "0.0.6-185",
339
- "@syncular/server-dialect-postgres": "0.0.6-185",
340
- "@syncular/server-dialect-sqlite": "0.0.6-185",
341
- "@syncular/server-hono": "0.0.6-185",
342
- "@syncular/server-plugin-yjs": "0.0.6-185",
343
- "@syncular/server-service-worker": "0.0.6-185",
344
- "@syncular/server-storage-filesystem": "0.0.6-185",
345
- "@syncular/server-storage-s3": "0.0.6-185",
346
- "@syncular/testkit": "0.0.6-185",
347
- "@syncular/transport-http": "0.0.6-185",
348
- "@syncular/transport-ws": "0.0.6-185",
349
- "@syncular/typegen": "0.0.6-185",
350
- "@syncular/ui": "0.0.6-185"
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';