syncular 0.0.6-165 → 0.0.6-168

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-offline-auth-react';
2
+ //# sourceMappingURL=client-plugin-offline-auth-react.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-plugin-offline-auth-react.d.ts","sourceRoot":"","sources":["../src/client-plugin-offline-auth-react.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from '@syncular/client-plugin-offline-auth-react';
2
+ //# sourceMappingURL=client-plugin-offline-auth-react.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-plugin-offline-auth-react.js","sourceRoot":"","sources":["../src/client-plugin-offline-auth-react.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from '@syncular/client-plugin-offline-auth';
2
+ //# sourceMappingURL=client-plugin-offline-auth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-plugin-offline-auth.d.ts","sourceRoot":"","sources":["../src/client-plugin-offline-auth.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from '@syncular/client-plugin-offline-auth';
2
+ //# sourceMappingURL=client-plugin-offline-auth.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-plugin-offline-auth.js","sourceRoot":"","sources":["../src/client-plugin-offline-auth.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syncular",
3
- "version": "0.0.6-165",
3
+ "version": "0.0.6-168",
4
4
  "description": "Offline-first sync framework for TypeScript",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Benjamin Kniffler",
@@ -208,6 +208,20 @@
208
208
  "default": "./dist/observability-sentry.js"
209
209
  }
210
210
  },
211
+ "./client-plugin-offline-auth": {
212
+ "bun": "./src/client-plugin-offline-auth.ts",
213
+ "import": {
214
+ "types": "./dist/client-plugin-offline-auth.d.ts",
215
+ "default": "./dist/client-plugin-offline-auth.js"
216
+ }
217
+ },
218
+ "./client-plugin-offline-auth-react": {
219
+ "bun": "./src/client-plugin-offline-auth-react.ts",
220
+ "import": {
221
+ "types": "./dist/client-plugin-offline-auth-react.d.ts",
222
+ "default": "./dist/client-plugin-offline-auth-react.js"
223
+ }
224
+ },
211
225
  "./testkit": {
212
226
  "bun": "./src/testkit.ts",
213
227
  "import": {
@@ -298,40 +312,42 @@
298
312
  "src"
299
313
  ],
300
314
  "dependencies": {
301
- "@syncular/client": "0.0.6-165",
302
- "@syncular/client-plugin-encryption": "0.0.6-165",
303
- "@syncular/client-plugin-yjs": "0.0.6-165",
304
- "@syncular/client-react": "0.0.6-165",
305
- "@syncular/console": "0.0.6-165",
306
- "@syncular/core": "0.0.6-165",
307
- "@syncular/dialect-better-sqlite3": "0.0.6-165",
308
- "@syncular/dialect-bun-sqlite": "0.0.6-165",
309
- "@syncular/dialect-d1": "0.0.6-165",
310
- "@syncular/dialect-electron-sqlite": "0.0.6-165",
311
- "@syncular/dialect-expo-sqlite": "0.0.6-165",
312
- "@syncular/dialect-libsql": "0.0.6-165",
313
- "@syncular/dialect-neon": "0.0.6-165",
314
- "@syncular/dialect-pglite": "0.0.6-165",
315
- "@syncular/dialect-react-native-nitro-sqlite": "0.0.6-165",
316
- "@syncular/dialect-sqlite3": "0.0.6-165",
317
- "@syncular/dialect-wa-sqlite": "0.0.6-165",
318
- "@syncular/migrations": "0.0.6-165",
319
- "@syncular/observability-sentry": "0.0.6-165",
320
- "@syncular/relay": "0.0.6-165",
321
- "@syncular/server": "0.0.6-165",
322
- "@syncular/server-cloudflare": "0.0.6-165",
323
- "@syncular/server-dialect-postgres": "0.0.6-165",
324
- "@syncular/server-dialect-sqlite": "0.0.6-165",
325
- "@syncular/server-hono": "0.0.6-165",
326
- "@syncular/server-plugin-yjs": "0.0.6-165",
327
- "@syncular/server-service-worker": "0.0.6-165",
328
- "@syncular/server-storage-filesystem": "0.0.6-165",
329
- "@syncular/server-storage-s3": "0.0.6-165",
330
- "@syncular/testkit": "0.0.6-165",
331
- "@syncular/transport-http": "0.0.6-165",
332
- "@syncular/transport-ws": "0.0.6-165",
333
- "@syncular/typegen": "0.0.6-165",
334
- "@syncular/ui": "0.0.6-165"
315
+ "@syncular/client": "0.0.6-168",
316
+ "@syncular/client-plugin-offline-auth": "0.0.6-168",
317
+ "@syncular/client-plugin-offline-auth-react": "0.0.6-168",
318
+ "@syncular/client-plugin-encryption": "0.0.6-168",
319
+ "@syncular/client-plugin-yjs": "0.0.6-168",
320
+ "@syncular/client-react": "0.0.6-168",
321
+ "@syncular/console": "0.0.6-168",
322
+ "@syncular/core": "0.0.6-168",
323
+ "@syncular/dialect-better-sqlite3": "0.0.6-168",
324
+ "@syncular/dialect-bun-sqlite": "0.0.6-168",
325
+ "@syncular/dialect-d1": "0.0.6-168",
326
+ "@syncular/dialect-electron-sqlite": "0.0.6-168",
327
+ "@syncular/dialect-expo-sqlite": "0.0.6-168",
328
+ "@syncular/dialect-libsql": "0.0.6-168",
329
+ "@syncular/dialect-neon": "0.0.6-168",
330
+ "@syncular/dialect-pglite": "0.0.6-168",
331
+ "@syncular/dialect-react-native-nitro-sqlite": "0.0.6-168",
332
+ "@syncular/dialect-sqlite3": "0.0.6-168",
333
+ "@syncular/dialect-wa-sqlite": "0.0.6-168",
334
+ "@syncular/migrations": "0.0.6-168",
335
+ "@syncular/observability-sentry": "0.0.6-168",
336
+ "@syncular/relay": "0.0.6-168",
337
+ "@syncular/server": "0.0.6-168",
338
+ "@syncular/server-cloudflare": "0.0.6-168",
339
+ "@syncular/server-dialect-postgres": "0.0.6-168",
340
+ "@syncular/server-dialect-sqlite": "0.0.6-168",
341
+ "@syncular/server-hono": "0.0.6-168",
342
+ "@syncular/server-plugin-yjs": "0.0.6-168",
343
+ "@syncular/server-service-worker": "0.0.6-168",
344
+ "@syncular/server-storage-filesystem": "0.0.6-168",
345
+ "@syncular/server-storage-s3": "0.0.6-168",
346
+ "@syncular/testkit": "0.0.6-168",
347
+ "@syncular/transport-http": "0.0.6-168",
348
+ "@syncular/transport-ws": "0.0.6-168",
349
+ "@syncular/typegen": "0.0.6-168",
350
+ "@syncular/ui": "0.0.6-168"
335
351
  },
336
352
  "devDependencies": {
337
353
  "@cloudflare/workers-types": "*",
@@ -0,0 +1 @@
1
+ export * from '@syncular/client-plugin-offline-auth-react';
@@ -0,0 +1 @@
1
+ export * from '@syncular/client-plugin-offline-auth';