syncular 0.0.6-243 → 0.0.6-245
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/migrations/dist/define.d.ts +1 -1
- package/migrations/dist/define.d.ts.map +1 -1
- package/migrations/dist/define.js +1 -1
- package/migrations/dist/define.js.map +1 -1
- package/migrations/dist/types.d.ts +1 -1
- package/migrations/dist/types.d.ts.map +1 -1
- package/migrations/src/define.ts +0 -1
- package/migrations/src/types.ts +3 -0
- package/package.json +38 -38
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { defineMigrations,
|
|
1
|
+
export { defineMigrations, getMigrationChecksum, } from '@syncular/migrations';
|
|
2
2
|
//# sourceMappingURL=define.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../src/define.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB
|
|
1
|
+
{"version":3,"file":"define.d.ts","sourceRoot":"","sources":["../src/define.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,oBAAoB,GACrB,MAAM,sBAAsB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { defineMigrations,
|
|
1
|
+
export { defineMigrations, getMigrationChecksum, } from '@syncular/migrations';
|
|
2
2
|
//# sourceMappingURL=define.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"define.js","sourceRoot":"","sources":["../src/define.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB
|
|
1
|
+
{"version":3,"file":"define.js","sourceRoot":"","sources":["../src/define.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAChB,oBAAoB,GACrB,MAAM,sBAAsB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type { DefinedMigrations, MigrationDefinition, MigrationFn, MigrationRecord, MigrationStateRow, ParsedMigration, ReversibleMigrationDefinition, RunMigrationsOptions, RunMigrationsResult, RunMigrationsToVersionOptions, RunMigrationsToVersionResult, } from '@syncular/migrations';
|
|
1
|
+
export type { DefinedMigrations, MigrationChecksumAlgorithm, MigrationChecksumDialect, MigrationChecksumMode, MigrationDefinition, MigrationFn, MigrationRecord, MigrationStateRow, ParsedMigration, ReversibleMigrationDefinition, RunMigrationsOptions, RunMigrationsResult, RunMigrationsToVersionOptions, RunMigrationsToVersionResult, } from '@syncular/migrations';
|
|
2
2
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,iBAAiB,EACjB,mBAAmB,EACnB,WAAW,EACX,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,6BAA6B,EAC7B,oBAAoB,EACpB,mBAAmB,EACnB,6BAA6B,EAC7B,4BAA4B,GAC7B,MAAM,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,iBAAiB,EACjB,0BAA0B,EAC1B,wBAAwB,EACxB,qBAAqB,EACrB,mBAAmB,EACnB,WAAW,EACX,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,6BAA6B,EAC7B,oBAAoB,EACpB,mBAAmB,EACnB,6BAA6B,EAC7B,4BAA4B,GAC7B,MAAM,sBAAsB,CAAC"}
|
package/migrations/src/define.ts
CHANGED
package/migrations/src/types.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "syncular",
|
|
3
|
-
"version": "0.0.6-
|
|
3
|
+
"version": "0.0.6-245",
|
|
4
4
|
"description": "Offline-first sync framework for TypeScript",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Benjamin Kniffler",
|
|
@@ -328,43 +328,43 @@
|
|
|
328
328
|
"migrations"
|
|
329
329
|
],
|
|
330
330
|
"dependencies": {
|
|
331
|
-
"@syncular/client": "0.0.6-
|
|
332
|
-
"@syncular/client-plugin-blob": "0.0.6-
|
|
333
|
-
"@syncular/client-plugin-offline-auth": "0.0.6-
|
|
334
|
-
"@syncular/client-plugin-offline-auth-react": "0.0.6-
|
|
335
|
-
"@syncular/client-plugin-encryption": "0.0.6-
|
|
336
|
-
"@syncular/client-plugin-yjs": "0.0.6-
|
|
337
|
-
"@syncular/client-react": "0.0.6-
|
|
338
|
-
"@syncular/console": "0.0.6-
|
|
339
|
-
"@syncular/core": "0.0.6-
|
|
340
|
-
"@syncular/dialect-better-sqlite3": "0.0.6-
|
|
341
|
-
"@syncular/dialect-bun-sqlite": "0.0.6-
|
|
342
|
-
"@syncular/dialect-d1": "0.0.6-
|
|
343
|
-
"@syncular/dialect-electron-sqlite": "0.0.6-
|
|
344
|
-
"@syncular/dialect-expo-sqlite": "0.0.6-
|
|
345
|
-
"@syncular/dialect-libsql": "0.0.6-
|
|
346
|
-
"@syncular/dialect-neon": "0.0.6-
|
|
347
|
-
"@syncular/dialect-pglite": "0.0.6-
|
|
348
|
-
"@syncular/dialect-react-native-nitro-sqlite": "0.0.6-
|
|
349
|
-
"@syncular/dialect-sqlite3": "0.0.6-
|
|
350
|
-
"@syncular/dialect-wa-sqlite": "0.0.6-
|
|
351
|
-
"@syncular/migrations": "0.0.6-
|
|
352
|
-
"@syncular/observability-sentry": "0.0.6-
|
|
353
|
-
"@syncular/relay": "0.0.6-
|
|
354
|
-
"@syncular/server": "0.0.6-
|
|
355
|
-
"@syncular/server-cloudflare": "0.0.6-
|
|
356
|
-
"@syncular/server-dialect-postgres": "0.0.6-
|
|
357
|
-
"@syncular/server-dialect-sqlite": "0.0.6-
|
|
358
|
-
"@syncular/server-hono": "0.0.6-
|
|
359
|
-
"@syncular/server-plugin-yjs": "0.0.6-
|
|
360
|
-
"@syncular/server-service-worker": "0.0.6-
|
|
361
|
-
"@syncular/server-storage-filesystem": "0.0.6-
|
|
362
|
-
"@syncular/server-storage-s3": "0.0.6-
|
|
363
|
-
"@syncular/testkit": "0.0.6-
|
|
364
|
-
"@syncular/transport-http": "0.0.6-
|
|
365
|
-
"@syncular/transport-ws": "0.0.6-
|
|
366
|
-
"@syncular/typegen": "0.0.6-
|
|
367
|
-
"@syncular/ui": "0.0.6-
|
|
331
|
+
"@syncular/client": "0.0.6-245",
|
|
332
|
+
"@syncular/client-plugin-blob": "0.0.6-245",
|
|
333
|
+
"@syncular/client-plugin-offline-auth": "0.0.6-245",
|
|
334
|
+
"@syncular/client-plugin-offline-auth-react": "0.0.6-245",
|
|
335
|
+
"@syncular/client-plugin-encryption": "0.0.6-245",
|
|
336
|
+
"@syncular/client-plugin-yjs": "0.0.6-245",
|
|
337
|
+
"@syncular/client-react": "0.0.6-245",
|
|
338
|
+
"@syncular/console": "0.0.6-245",
|
|
339
|
+
"@syncular/core": "0.0.6-245",
|
|
340
|
+
"@syncular/dialect-better-sqlite3": "0.0.6-245",
|
|
341
|
+
"@syncular/dialect-bun-sqlite": "0.0.6-245",
|
|
342
|
+
"@syncular/dialect-d1": "0.0.6-245",
|
|
343
|
+
"@syncular/dialect-electron-sqlite": "0.0.6-245",
|
|
344
|
+
"@syncular/dialect-expo-sqlite": "0.0.6-245",
|
|
345
|
+
"@syncular/dialect-libsql": "0.0.6-245",
|
|
346
|
+
"@syncular/dialect-neon": "0.0.6-245",
|
|
347
|
+
"@syncular/dialect-pglite": "0.0.6-245",
|
|
348
|
+
"@syncular/dialect-react-native-nitro-sqlite": "0.0.6-245",
|
|
349
|
+
"@syncular/dialect-sqlite3": "0.0.6-245",
|
|
350
|
+
"@syncular/dialect-wa-sqlite": "0.0.6-245",
|
|
351
|
+
"@syncular/migrations": "0.0.6-245",
|
|
352
|
+
"@syncular/observability-sentry": "0.0.6-245",
|
|
353
|
+
"@syncular/relay": "0.0.6-245",
|
|
354
|
+
"@syncular/server": "0.0.6-245",
|
|
355
|
+
"@syncular/server-cloudflare": "0.0.6-245",
|
|
356
|
+
"@syncular/server-dialect-postgres": "0.0.6-245",
|
|
357
|
+
"@syncular/server-dialect-sqlite": "0.0.6-245",
|
|
358
|
+
"@syncular/server-hono": "0.0.6-245",
|
|
359
|
+
"@syncular/server-plugin-yjs": "0.0.6-245",
|
|
360
|
+
"@syncular/server-service-worker": "0.0.6-245",
|
|
361
|
+
"@syncular/server-storage-filesystem": "0.0.6-245",
|
|
362
|
+
"@syncular/server-storage-s3": "0.0.6-245",
|
|
363
|
+
"@syncular/testkit": "0.0.6-245",
|
|
364
|
+
"@syncular/transport-http": "0.0.6-245",
|
|
365
|
+
"@syncular/transport-ws": "0.0.6-245",
|
|
366
|
+
"@syncular/typegen": "0.0.6-245",
|
|
367
|
+
"@syncular/ui": "0.0.6-245"
|
|
368
368
|
},
|
|
369
369
|
"devDependencies": {
|
|
370
370
|
"@cloudflare/workers-types": "*",
|