@calcit/procs 0.6.21 → 0.6.22
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 +7 -1
- package/lib/calcit.procs.mjs +1 -1
- package/package.json +2 -2
- package/ts-src/calcit.procs.mts +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,13 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
|
29
29
|
cargo install calcit
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
3 binaries are installed:
|
|
33
|
+
|
|
34
|
+
- `calcit`, the runtime and js compiler
|
|
35
|
+
- `caps`, for downloading dependencies declared in `package.cirru`
|
|
36
|
+
- `bundle_calcit`, bundle code if you don't want to use Calcit Editor
|
|
37
|
+
|
|
38
|
+
For Ubuntu latest, try binaries from [Releases](https://github.com/calcit-lang/calcit/releases), which are provided for [CI usages](https://github.com/calcit-lang/respo-calcit-workflow/blob/main/.github/workflows/upload.yaml#L28-L37).
|
|
33
39
|
|
|
34
40
|
### Usage
|
|
35
41
|
|
package/lib/calcit.procs.mjs
CHANGED
package/package.json
CHANGED
package/ts-src/calcit.procs.mts
CHANGED