@celsian/vura-compiler 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ const result = scanRoute(source, 'ts');
33
33
 
34
34
  _vura.io docs site launches with v0.5 — until then, see the repo README and CHANGELOG._
35
35
 
36
- - [Compiler internals — /reference/compiler/](https://vura.io/reference/compiler/)
36
+ - [Compiler internals — /reference/compiler/](https://vura.io/reference/cli/)
37
37
 
38
38
  ## License
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@celsian/vura-compiler",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Pure JS compiler fallback for Vura — route scanning and JSX transforms",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",