@routier/core 0.3.0 → 0.4.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/README.md +2 -2
- package/dist/index.cjs +478 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +480 -23
- package/dist/index.js.map +1 -1
- package/dist/plugins/index.cjs +470 -23
- package/dist/plugins/index.cjs.map +1 -1
- package/dist/plugins/index.js +473 -21
- package/dist/plugins/index.js.map +1 -1
- package/dist/plugins/query/QueryOptionsCollection.d.ts +13 -0
- package/dist/plugins/query/explain.d.ts +82 -0
- package/dist/plugins/query/formatExplanation.d.ts +9 -0
- package/dist/plugins/query/index.d.ts +2 -0
- package/dist/plugins/query/types.d.ts +11 -0
- package/dist/plugins/types.d.ts +43 -1
- package/dist/plugins/wire/types.d.ts +17 -1
- package/dist/utilities/index.cjs +43 -12
- package/dist/utilities/index.cjs.map +1 -1
- package/dist/utilities/index.js +43 -12
- package/dist/utilities/index.js.map +1 -1
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Routier
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="
|
|
4
|
+
<img src="https://routier.dev/routier.svg" alt="Routier" width="140" height="140" />
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
> **⚠️ Release Candidate** - This project is currently a release candidate. APIs may change between versions. Use with caution in production.
|
|
@@ -82,7 +82,7 @@ Choosing storage for local-first apps is hard—and the landscape moves fast. Ro
|
|
|
82
82
|
|
|
83
83
|
## Contributing
|
|
84
84
|
|
|
85
|
-
Issues and PRs welcome! Please see our [Contributing Guide](docs/CONTRIBUTING.md) or open an issue to discuss changes.
|
|
85
|
+
Issues and PRs welcome! Please see our [Contributing Guide](https://github.com/Agrejus/routier/blob/main/docs/CONTRIBUTING.md) or open an issue to discuss changes.
|
|
86
86
|
|
|
87
87
|
## License
|
|
88
88
|
|