@ronin/compiler 0.13.0 → 0.13.1
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/LICENSE +1 -1
- package/README.md +3 -2
- package/package.json +1 -1
package/LICENSE
CHANGED
@@ -186,7 +186,7 @@
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
187
187
|
identification within third-party archives.
|
188
188
|
|
189
|
-
Copyright
|
189
|
+
Copyright 2025 Ronin GmbH
|
190
190
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
# RONIN Compiler
|
2
2
|
|
3
|
-
[](https://github.com/ronin-co/compiler/actions/workflows/validate.yml)
|
4
|
+
[](https://codecov.io/github/ronin-co/compiler)
|
5
|
+
[](https://packagephobia.com/result?p=@ronin/compiler)
|
5
6
|
|
6
7
|
This package compiles [RONIN queries](https://ronin.co/docs/queries) to [SQLite](https://www.sqlite.org) statements.
|
7
8
|
|