tinybase 8.3.0-beta.0 → 8.3.0-beta.2
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/_internal/ui-solid/index.d.ts +0 -0
- package/@types/_internal/ui-solid/with-schemas/index.d.ts +1104 -0
- package/@types/persisters/index.d.ts +2 -2
- package/@types/persisters/with-schemas/index.d.ts +2 -2
- package/@types/queries/index.d.ts +141 -0
- package/@types/queries/with-schemas/index.d.ts +184 -0
- package/@types/ui-react/index.d.ts +6 -6
- package/@types/ui-react/with-schemas/index.d.ts +6 -6
- package/@types/ui-solid/index.d.ts +16336 -0
- package/@types/ui-solid/with-schemas/index.d.ts +16951 -0
- package/@types/ui-svelte/index.d.ts +6123 -80
- package/@types/ui-svelte/with-schemas/index.d.ts +7348 -89
- package/agents.md +3 -3
- package/index.js +594 -418
- package/indexes/index.js +8 -22
- package/indexes/with-schemas/index.js +8 -22
- package/metrics/index.js +8 -22
- package/metrics/with-schemas/index.js +8 -22
- package/min/index.js +1 -1
- package/min/index.js.gz +0 -0
- package/min/indexes/index.js +1 -1
- package/min/indexes/index.js.gz +0 -0
- package/min/indexes/with-schemas/index.js +1 -1
- package/min/indexes/with-schemas/index.js.gz +0 -0
- package/min/metrics/index.js +1 -1
- package/min/metrics/index.js.gz +0 -0
- package/min/metrics/with-schemas/index.js +1 -1
- package/min/metrics/with-schemas/index.js.gz +0 -0
- package/min/omni/index.js +1 -1
- package/min/omni/index.js.gz +0 -0
- package/min/omni/with-schemas/index.js +1 -1
- package/min/omni/with-schemas/index.js.gz +0 -0
- package/min/queries/index.js +1 -1
- package/min/queries/index.js.gz +0 -0
- package/min/queries/with-schemas/index.js +1 -1
- package/min/queries/with-schemas/index.js.gz +0 -0
- package/min/relationships/index.js +1 -1
- package/min/relationships/index.js.gz +0 -0
- package/min/relationships/with-schemas/index.js +1 -1
- package/min/relationships/with-schemas/index.js.gz +0 -0
- package/min/ui-react/index.js +1 -1
- package/min/ui-react/index.js.gz +0 -0
- package/min/ui-react/with-schemas/index.js +1 -1
- package/min/ui-react/with-schemas/index.js.gz +0 -0
- package/min/ui-solid/index.js +1 -0
- package/min/ui-solid/index.js.gz +0 -0
- package/min/ui-solid/with-schemas/index.js +1 -0
- package/min/ui-solid/with-schemas/index.js.gz +0 -0
- package/min/ui-svelte/index.js +1 -1
- package/min/ui-svelte/index.js.gz +0 -0
- package/min/ui-svelte/with-schemas/index.js +1 -1
- package/min/ui-svelte/with-schemas/index.js.gz +0 -0
- package/min/with-schemas/index.js +1 -1
- package/min/with-schemas/index.js.gz +0 -0
- package/omni/index.js +594 -418
- package/omni/with-schemas/index.js +594 -418
- package/package.json +53 -13
- package/queries/index.js +596 -454
- package/queries/with-schemas/index.js +596 -454
- package/readme.md +14 -14
- package/relationships/index.js +8 -22
- package/relationships/with-schemas/index.js +8 -22
- package/releases.md +51 -51
- package/ui-react/index.js +1 -1
- package/ui-react/with-schemas/index.js +1 -1
- package/ui-solid/index.js +2154 -0
- package/ui-solid/with-schemas/index.js +2154 -0
- package/ui-svelte/index.js +12 -5
- package/ui-svelte/with-schemas/index.js +12 -5
- package/ui-svelte-dom/index.js +2 -2
- package/ui-svelte-dom/with-schemas/index.js +2 -2
- package/ui-svelte-inspector/index.js +2 -2
- package/ui-svelte-inspector/with-schemas/index.js +2 -2
- package/with-schemas/index.js +594 -418
package/agents.md
CHANGED
|
@@ -309,7 +309,7 @@ from source code and markdown files.
|
|
|
309
309
|
source files for guides on the website.
|
|
310
310
|
|
|
311
311
|
4. **Generated Files**: `/releases.md` and `/readme.md` in the root are
|
|
312
|
-
**GENERATED** from `/site/guides/
|
|
312
|
+
**GENERATED** from `/site/guides/19_releases.md` and `/site/home/index.md`.
|
|
313
313
|
**Never edit the generated files directly**.
|
|
314
314
|
|
|
315
315
|
5. **Guide Redirects**: To preserve old guide URLs, leave a markdown stub at the
|
|
@@ -365,7 +365,7 @@ npx vitest run ./test/unit/documentation.test.ts --retry=0
|
|
|
365
365
|
|
|
366
366
|
1. **API Documentation**: Edit `docs.js` file next to the type definition
|
|
367
367
|
2. **Guide Content**: Edit markdown files in `/site/guides/`
|
|
368
|
-
3. **Release Notes**: Edit `/site/guides/
|
|
368
|
+
3. **Release Notes**: Edit `/site/guides/19_releases.md` (not `/releases.md`)
|
|
369
369
|
4. **Always run documentation tests** after changes to verify examples work
|
|
370
370
|
|
|
371
371
|
## Creating New Schematizers
|
|
@@ -498,7 +498,7 @@ All code examples in a guide file are concatenated and executed as a test:
|
|
|
498
498
|
|
|
499
499
|
When adding a new feature:
|
|
500
500
|
|
|
501
|
-
1. **Update `/site/guides/
|
|
501
|
+
1. **Update `/site/guides/19_releases.md`** (NOT `/releases.md`):
|
|
502
502
|
- Add new version section at the top
|
|
503
503
|
- Include working code example that will be tested
|
|
504
504
|
- Link to relevant guide if applicable
|