velaris-lang 8.0.0 → 8.1.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/bin/velaris.js +1 -0
- package/package.json +1 -1
package/bin/velaris.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "velaris-lang",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.1",
|
|
4
4
|
"mcpName": "io.github.gowrishankar-infra/velaris",
|
|
5
5
|
"description": "Run code you did not write. A language where a signature declares its effects and promises, and the runtime refuses anything you did not allow.",
|
|
6
6
|
"keywords": [
|