@calcit/procs 0.8.18 → 0.8.19
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 +3 -3
- package/lib/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
> Semantically a dialect of ClojureScript. Built with Rust. Compiles to JavaScript ES Modules.
|
|
4
4
|
|
|
5
|
-
- Home
|
|
6
|
-
- API Doc
|
|
7
|
-
- Guidebook
|
|
5
|
+
- Home https://calcit-lang.org/
|
|
6
|
+
- API Doc https://apis.calcit-lang.org/
|
|
7
|
+
- Guidebook https://guide.calcit-lang.org/
|
|
8
8
|
|
|
9
9
|
[Browse examples](https://github.com/calcit-lang/calcit/tree/main/calcit) or also [try WASM version online](https://github.com/calcit-lang/calcit-wasm-play).
|
|
10
10
|
|
package/lib/package.json
CHANGED