@powersync/service-core 0.0.0-dev-20241004152112 → 0.0.0-dev-20241007120318
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/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @powersync/service-core
|
|
2
2
|
|
|
3
|
-
## 0.0.0-dev-
|
|
3
|
+
## 0.0.0-dev-20241007120318
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
- Updated dependencies [d51921f]
|
|
20
20
|
- Updated dependencies [4ecaee2]
|
|
21
21
|
- Updated dependencies [0e16938]
|
|
22
|
-
- @powersync/service-sync-rules@0.0.0-dev-
|
|
23
|
-
- @powersync/lib-services-framework@0.0.0-dev-
|
|
24
|
-
- @powersync/service-types@0.0.0-dev-
|
|
25
|
-
- @powersync/service-rsocket-router@0.0.0-dev-
|
|
22
|
+
- @powersync/service-sync-rules@0.0.0-dev-20241007120318
|
|
23
|
+
- @powersync/lib-services-framework@0.0.0-dev-20241007120318
|
|
24
|
+
- @powersync/service-types@0.0.0-dev-20241007120318
|
|
25
|
+
- @powersync/service-rsocket-router@0.0.0-dev-20241007120318
|
|
26
26
|
|
|
27
27
|
## 0.8.4
|
|
28
28
|
|
|
@@ -321,12 +321,12 @@ export declare const DEFAULT_ROUTE_OPTIONS: {
|
|
|
321
321
|
tables: {
|
|
322
322
|
name: string;
|
|
323
323
|
columns: {
|
|
324
|
+
type: string;
|
|
324
325
|
name: string;
|
|
325
326
|
sqlite_type: number | import("@powersync/service-types").SqliteSchemaTypeText;
|
|
326
327
|
internal_type: string;
|
|
327
|
-
|
|
328
|
+
pg_type: string;
|
|
328
329
|
description?: string | undefined;
|
|
329
|
-
pg_type?: string | undefined;
|
|
330
330
|
}[];
|
|
331
331
|
}[];
|
|
332
332
|
}[];
|
|
@@ -342,12 +342,12 @@ export declare const DEFAULT_ROUTE_OPTIONS: {
|
|
|
342
342
|
tables: {
|
|
343
343
|
name: string;
|
|
344
344
|
columns: {
|
|
345
|
+
type: string;
|
|
345
346
|
name: string;
|
|
346
347
|
sqlite_type: number | import("@powersync/service-types").SqliteSchemaTypeText;
|
|
347
348
|
internal_type: string;
|
|
348
|
-
|
|
349
|
+
pg_type: string;
|
|
349
350
|
description?: string | undefined;
|
|
350
|
-
pg_type?: string | undefined;
|
|
351
351
|
}[];
|
|
352
352
|
}[];
|
|
353
353
|
}[];
|
|
@@ -374,12 +374,12 @@ export declare const DEFAULT_ROUTE_OPTIONS: {
|
|
|
374
374
|
tables: {
|
|
375
375
|
name: string;
|
|
376
376
|
columns: {
|
|
377
|
+
type: string;
|
|
377
378
|
name: string;
|
|
378
379
|
sqlite_type: number | import("@powersync/service-types").SqliteSchemaTypeText;
|
|
379
380
|
internal_type: string;
|
|
380
|
-
|
|
381
|
+
pg_type: string;
|
|
381
382
|
description?: string | undefined;
|
|
382
|
-
pg_type?: string | undefined;
|
|
383
383
|
}[];
|
|
384
384
|
}[];
|
|
385
385
|
}[];
|
|
@@ -298,12 +298,12 @@ export declare const getSchema: router.Endpoint<{}, {
|
|
|
298
298
|
tables: {
|
|
299
299
|
name: string;
|
|
300
300
|
columns: {
|
|
301
|
+
type: string;
|
|
301
302
|
name: string;
|
|
302
303
|
sqlite_type: number | import("@powersync/service-types").SqliteSchemaTypeText;
|
|
303
304
|
internal_type: string;
|
|
304
|
-
|
|
305
|
+
pg_type: string;
|
|
305
306
|
description?: string | undefined;
|
|
306
|
-
pg_type?: string | undefined;
|
|
307
307
|
}[];
|
|
308
308
|
}[];
|
|
309
309
|
}[];
|
|
@@ -319,12 +319,12 @@ export declare const getSchema: router.Endpoint<{}, {
|
|
|
319
319
|
tables: {
|
|
320
320
|
name: string;
|
|
321
321
|
columns: {
|
|
322
|
+
type: string;
|
|
322
323
|
name: string;
|
|
323
324
|
sqlite_type: number | import("@powersync/service-types").SqliteSchemaTypeText;
|
|
324
325
|
internal_type: string;
|
|
325
|
-
|
|
326
|
+
pg_type: string;
|
|
326
327
|
description?: string | undefined;
|
|
327
|
-
pg_type?: string | undefined;
|
|
328
328
|
}[];
|
|
329
329
|
}[];
|
|
330
330
|
}[];
|
|
@@ -351,12 +351,12 @@ export declare const getSchema: router.Endpoint<{}, {
|
|
|
351
351
|
tables: {
|
|
352
352
|
name: string;
|
|
353
353
|
columns: {
|
|
354
|
+
type: string;
|
|
354
355
|
name: string;
|
|
355
356
|
sqlite_type: number | import("@powersync/service-types").SqliteSchemaTypeText;
|
|
356
357
|
internal_type: string;
|
|
357
|
-
|
|
358
|
+
pg_type: string;
|
|
358
359
|
description?: string | undefined;
|
|
359
|
-
pg_type?: string | undefined;
|
|
360
360
|
}[];
|
|
361
361
|
}[];
|
|
362
362
|
}[];
|
|
@@ -801,12 +801,12 @@ export declare const ADMIN_ROUTES: ((router.Endpoint<{
|
|
|
801
801
|
tables: {
|
|
802
802
|
name: string;
|
|
803
803
|
columns: {
|
|
804
|
+
type: string;
|
|
804
805
|
name: string;
|
|
805
806
|
sqlite_type: number | import("@powersync/service-types").SqliteSchemaTypeText;
|
|
806
807
|
internal_type: string;
|
|
807
|
-
|
|
808
|
+
pg_type: string;
|
|
808
809
|
description?: string | undefined;
|
|
809
|
-
pg_type?: string | undefined;
|
|
810
810
|
}[];
|
|
811
811
|
}[];
|
|
812
812
|
}[];
|
|
@@ -822,12 +822,12 @@ export declare const ADMIN_ROUTES: ((router.Endpoint<{
|
|
|
822
822
|
tables: {
|
|
823
823
|
name: string;
|
|
824
824
|
columns: {
|
|
825
|
+
type: string;
|
|
825
826
|
name: string;
|
|
826
827
|
sqlite_type: number | import("@powersync/service-types").SqliteSchemaTypeText;
|
|
827
828
|
internal_type: string;
|
|
828
|
-
|
|
829
|
+
pg_type: string;
|
|
829
830
|
description?: string | undefined;
|
|
830
|
-
pg_type?: string | undefined;
|
|
831
831
|
}[];
|
|
832
832
|
}[];
|
|
833
833
|
}[];
|
|
@@ -854,12 +854,12 @@ export declare const ADMIN_ROUTES: ((router.Endpoint<{
|
|
|
854
854
|
tables: {
|
|
855
855
|
name: string;
|
|
856
856
|
columns: {
|
|
857
|
+
type: string;
|
|
857
858
|
name: string;
|
|
858
859
|
sqlite_type: number | import("@powersync/service-types").SqliteSchemaTypeText;
|
|
859
860
|
internal_type: string;
|
|
860
|
-
|
|
861
|
+
pg_type: string;
|
|
861
862
|
description?: string | undefined;
|
|
862
|
-
pg_type?: string | undefined;
|
|
863
863
|
}[];
|
|
864
864
|
}[];
|
|
865
865
|
}[];
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
-
"version": "0.0.0-dev-
|
|
8
|
+
"version": "0.0.0-dev-20241007120318",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"license": "FSL-1.1-Apache-2.0",
|
|
11
11
|
"type": "module",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"uuid": "^9.0.1",
|
|
34
34
|
"winston": "^3.13.0",
|
|
35
35
|
"yaml": "^2.3.2",
|
|
36
|
-
"@powersync/lib-services-framework": "0.0.0-dev-
|
|
36
|
+
"@powersync/lib-services-framework": "0.0.0-dev-20241007120318",
|
|
37
37
|
"@powersync/service-jsonbig": "0.17.10",
|
|
38
|
-
"@powersync/service-rsocket-router": "0.0.0-dev-
|
|
39
|
-
"@powersync/service-sync-rules": "0.0.0-dev-
|
|
40
|
-
"@powersync/service-types": "0.0.0-dev-
|
|
38
|
+
"@powersync/service-rsocket-router": "0.0.0-dev-20241007120318",
|
|
39
|
+
"@powersync/service-sync-rules": "0.0.0-dev-20241007120318",
|
|
40
|
+
"@powersync/service-types": "0.0.0-dev-20241007120318"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/async": "^3.2.24",
|