tinybase 9.7.0-beta.1 → 9.7.0
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/@types/persisters/persister-electric-sql/index.d.ts +12 -0
- package/@types/persisters/persister-electric-sql/with-schemas/index.d.ts +12 -0
- package/@types/persisters/persister-sqlite3/index.d.ts +12 -0
- package/@types/persisters/persister-sqlite3/with-schemas/index.d.ts +12 -0
- package/@types/ui-react-dom/index.d.ts +10 -10
- package/@types/ui-react-dom/with-schemas/index.d.ts +10 -10
- package/@types/ui-react-dom-charts/index.d.ts +7 -7
- package/@types/ui-react-dom-charts/with-schemas/index.d.ts +7 -7
- package/@types/ui-react-inspector/index.d.ts +1 -1
- package/@types/ui-react-inspector/with-schemas/index.d.ts +1 -1
- package/@types/ui-solid-dom/index.d.ts +10 -10
- package/@types/ui-solid-dom/with-schemas/index.d.ts +10 -10
- package/@types/ui-solid-inspector/index.d.ts +1 -1
- package/@types/ui-solid-inspector/with-schemas/index.d.ts +1 -1
- package/@types/ui-svelte-dom/index.d.ts +10 -10
- package/@types/ui-svelte-dom/with-schemas/index.d.ts +10 -10
- package/@types/ui-svelte-inspector/index.d.ts +1 -1
- package/@types/ui-svelte-inspector/with-schemas/index.d.ts +1 -1
- package/agents.md +7 -0
- package/package.json +5 -5
- package/readme.md +14 -14
- package/releases.md +72 -72
|
@@ -693,7 +693,7 @@ export type SortedTablePaginatorProps = {
|
|
|
693
693
|
*
|
|
694
694
|
* See the <TableInHtmlTable /> (Svelte) demo for this component in action:
|
|
695
695
|
*
|
|
696
|
-
* 
|
|
698
698
|
*
|
|
699
699
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -857,7 +857,7 @@ export const TableInHtmlTable: Component<
|
|
|
857
857
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
858
858
|
* action:
|
|
859
859
|
*
|
|
860
|
-
* 
|
|
862
862
|
*
|
|
863
863
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -1045,7 +1045,7 @@ export const SortedTableInHtmlTable: Component<
|
|
|
1045
1045
|
*
|
|
1046
1046
|
* See the <ValuesInHtmlTable /> (Svelte) demo for this component in action:
|
|
1047
1047
|
*
|
|
1048
|
-
* 
|
|
1050
1050
|
*
|
|
1051
1051
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1188,7 +1188,7 @@ export const ValuesInHtmlTable: Component<
|
|
|
1188
1188
|
*
|
|
1189
1189
|
* See the <SliceInHtmlTable /> (Svelte) demo for this component in action:
|
|
1190
1190
|
*
|
|
1191
|
-
* 
|
|
1193
1193
|
*
|
|
1194
1194
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1360,7 +1360,7 @@ export const SliceInHtmlTable: Component<
|
|
|
1360
1360
|
* See the <RelationshipInHtmlTable /> (Svelte) demo for this component in
|
|
1361
1361
|
* action:
|
|
1362
1362
|
*
|
|
1363
|
-
* 
|
|
1365
1365
|
*
|
|
1366
1366
|
* The component's props identify which Relationship to render based on
|
|
@@ -1547,7 +1547,7 @@ export const RelationshipInHtmlTable: Component<
|
|
|
1547
1547
|
* See the <ResultTableInHtmlTable /> (Svelte) demo for this component in
|
|
1548
1548
|
* action:
|
|
1549
1549
|
*
|
|
1550
|
-
* 
|
|
1552
1552
|
*
|
|
1553
1553
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1716,7 +1716,7 @@ export const ResultTableInHtmlTable: Component<
|
|
|
1716
1716
|
* See the <ResultSortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
1717
1717
|
* action:
|
|
1718
1718
|
*
|
|
1719
|
-
* 
|
|
1721
1721
|
*
|
|
1722
1722
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1905,7 +1905,7 @@ export const ResultSortedTableInHtmlTable: Component<
|
|
|
1905
1905
|
*
|
|
1906
1906
|
* See the <EditableCellView /> (Svelte) demo for this component in action:
|
|
1907
1907
|
*
|
|
1908
|
-
* 
|
|
1910
1910
|
*
|
|
1911
1911
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -1978,7 +1978,7 @@ export const EditableCellView: Component<
|
|
|
1978
1978
|
*
|
|
1979
1979
|
* See the <EditableValueView /> (Svelte) demo for this component in action:
|
|
1980
1980
|
*
|
|
1981
|
-
* 
|
|
1983
1983
|
*
|
|
1984
1984
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -2053,7 +2053,7 @@ export const EditableValueView: Component<
|
|
|
2053
2053
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
2054
2054
|
* action:
|
|
2055
2055
|
*
|
|
2056
|
-
* 
|
|
2058
2058
|
*
|
|
2059
2059
|
* The component displays 'previous' and 'next' buttons for paging through the
|
|
@@ -751,7 +751,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
751
751
|
*
|
|
752
752
|
* See the <TableInHtmlTable /> (Svelte) demo for this component in action:
|
|
753
753
|
*
|
|
754
|
-
* 
|
|
756
756
|
*
|
|
757
757
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -921,7 +921,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
921
921
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
922
922
|
* action:
|
|
923
923
|
*
|
|
924
|
-
* 
|
|
926
926
|
*
|
|
927
927
|
* The component's props identify which Table to render based on Table Id, and
|
|
@@ -1117,7 +1117,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1117
1117
|
*
|
|
1118
1118
|
* See the <ValuesInHtmlTable /> (Svelte) demo for this component in action:
|
|
1119
1119
|
*
|
|
1120
|
-
* 
|
|
1122
1122
|
*
|
|
1123
1123
|
* The component's props identify which Row to render based on Table Id, Row Id,
|
|
@@ -1268,7 +1268,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1268
1268
|
*
|
|
1269
1269
|
* See the <SliceInHtmlTable /> (Svelte) demo for this component in action:
|
|
1270
1270
|
*
|
|
1271
|
-
* 
|
|
1273
1273
|
*
|
|
1274
1274
|
* The component's props identify which Slice to render based on Index Id, Slice
|
|
@@ -1446,7 +1446,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1446
1446
|
* See the <RelationshipInHtmlTable /> (Svelte) demo for this component in
|
|
1447
1447
|
* action:
|
|
1448
1448
|
*
|
|
1449
|
-
* 
|
|
1451
1451
|
*
|
|
1452
1452
|
* The component's props identify which Relationship to render based on
|
|
@@ -1641,7 +1641,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1641
1641
|
* See the <ResultTableInHtmlTable /> (Svelte) demo for this component in
|
|
1642
1642
|
* action:
|
|
1643
1643
|
*
|
|
1644
|
-
* 
|
|
1646
1646
|
*
|
|
1647
1647
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -1818,7 +1818,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
1818
1818
|
* See the <ResultSortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
1819
1819
|
* action:
|
|
1820
1820
|
*
|
|
1821
|
-
* 
|
|
1823
1823
|
*
|
|
1824
1824
|
* The component's props identify which ResultTable to render based on query Id,
|
|
@@ -2015,7 +2015,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
2015
2015
|
*
|
|
2016
2016
|
* See the <EditableCellView /> (Svelte) demo for this component in action:
|
|
2017
2017
|
*
|
|
2018
|
-
* 
|
|
2020
2020
|
*
|
|
2021
2021
|
* The component's props identify which Cell to render based on Table Id, Row
|
|
@@ -2102,7 +2102,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
2102
2102
|
*
|
|
2103
2103
|
* See the <EditableValueView /> (Svelte) demo for this component in action:
|
|
2104
2104
|
*
|
|
2105
|
-
* 
|
|
2107
2107
|
*
|
|
2108
2108
|
* The component's props identify which Value to render based on Table Id, Row
|
|
@@ -2177,7 +2177,7 @@ export type WithSchemas<Schemas extends OptionalSchemas> = {
|
|
|
2177
2177
|
* See the <SortedTableInHtmlTable /> (Svelte) demo for this component in
|
|
2178
2178
|
* action:
|
|
2179
2179
|
*
|
|
2180
|
-
* 
|
|
2182
2182
|
*
|
|
2183
2183
|
* The component displays 'previous' and 'next' buttons for paging through the
|
|
@@ -49,7 +49,7 @@ export type InspectorProps = {
|
|
|
49
49
|
*
|
|
50
50
|
* See the <Inspector /> (Svelte) demo for this component in action:
|
|
51
51
|
*
|
|
52
|
-
* 
|
|
54
54
|
*
|
|
55
55
|
* The component displays a nub in the corner of the screen which you may then
|
|
@@ -49,7 +49,7 @@ export type InspectorProps = {
|
|
|
49
49
|
*
|
|
50
50
|
* See the <Inspector /> (Svelte) demo for this component in action:
|
|
51
51
|
*
|
|
52
|
-
* 
|
|
54
54
|
*
|
|
55
55
|
* The component displays a nub in the corner of the screen which you may then
|
package/agents.md
CHANGED
|
@@ -259,6 +259,13 @@ like a success. Redirect to a file and check `$?`.
|
|
|
259
259
|
identically. Where the forms differ it updates one and silently leaves the
|
|
260
260
|
other, so use carets consistently and diff both sections after a bump rather
|
|
261
261
|
than trusting the `ncu` summary, which prints one line per package.
|
|
262
|
+
- Some majors are held back by third parties rather than by choice. Excluding
|
|
263
|
+
those packages with `ncu -x` blocks their patch releases as well, which
|
|
264
|
+
strands them a long way behind, so bump everything else with `-x` and then
|
|
265
|
+
bump the held-back ones separately within their current major. Re-check what
|
|
266
|
+
is actually blocking each one every time, rather than carrying an exclusion
|
|
267
|
+
list forward unexamined - and drop a name from the list as soon as its major
|
|
268
|
+
has been taken.
|
|
262
269
|
|
|
263
270
|
### Code Style
|
|
264
271
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tinybase",
|
|
3
|
-
"version": "9.7.0
|
|
3
|
+
"version": "9.7.0",
|
|
4
4
|
"author": "jamesgpearce",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@automerge/automerge-repo": "^2.5.6",
|
|
37
37
|
"@capacitor-community/sqlite": "^8.1.1",
|
|
38
|
-
"@cloudflare/workers-types": "^5.
|
|
38
|
+
"@cloudflare/workers-types": "^5.20260902.1",
|
|
39
39
|
"@electric-sql/pglite": "^0.5.8",
|
|
40
40
|
"@libsql/client": "^0.17.4",
|
|
41
|
-
"@powersync/common": "^2.
|
|
41
|
+
"@powersync/common": "^2.2.0",
|
|
42
42
|
"@sinclair/typebox": "^0.34.52",
|
|
43
43
|
"@sqlite.org/sqlite-wasm": "^3.53.0-build1",
|
|
44
|
-
"@supabase/supabase-js": "^2.
|
|
44
|
+
"@supabase/supabase-js": "^2.114.0",
|
|
45
45
|
"@vlcn.io/crsqlite-wasm": "^0.16.0",
|
|
46
46
|
"arktype": "^2.2.3",
|
|
47
47
|
"better-sqlite3": "^13.0.3",
|
|
48
48
|
"bun": "^1.4.0",
|
|
49
49
|
"effect": "^3.22.1",
|
|
50
50
|
"electric-sql": "^0.12.1",
|
|
51
|
-
"expo": "^57.0.
|
|
51
|
+
"expo": "^57.0.19",
|
|
52
52
|
"expo-sqlite": "^57.0.2",
|
|
53
53
|
"partykit": "^0.0.115",
|
|
54
54
|
"partysocket": "^1.3.0",
|