@514labs/moose-cli 0.3.95 → 0.3.97
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Moose CLI
|
2
2
|
|
3
|
-
The Moose CLI is your entrypoint to a seamless, local development experience for
|
3
|
+
The Moose CLI is your entrypoint to a seamless, local development experience for your data-intensive application. It's written in rust and supports building applications in TypeScript and Python.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@514labs/moose-cli",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.97",
|
4
4
|
"bin": {
|
5
5
|
"moose": "dist/index.js",
|
6
6
|
"moose-cli": "dist/index.js"
|
@@ -17,10 +17,10 @@
|
|
17
17
|
"typescript": "^4.9.5"
|
18
18
|
},
|
19
19
|
"optionalDependencies": {
|
20
|
-
"@514labs/moose-cli-darwin-arm64": "0.3.
|
21
|
-
"@514labs/moose-cli-darwin-x64": "0.3.
|
22
|
-
"@514labs/moose-cli-linux-arm64": "0.3.
|
23
|
-
"@514labs/moose-cli-linux-x64": "0.3.
|
20
|
+
"@514labs/moose-cli-darwin-arm64": "0.3.97",
|
21
|
+
"@514labs/moose-cli-darwin-x64": "0.3.97",
|
22
|
+
"@514labs/moose-cli-linux-arm64": "0.3.97",
|
23
|
+
"@514labs/moose-cli-linux-x64": "0.3.97"
|
24
24
|
},
|
25
25
|
"scripts": {
|
26
26
|
"typecheck": "tsc --noEmit",
|