@514labs/moose-cli 0.3.94 → 0.3.96

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 +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 you data-intensive application. It's written in rust and supports building applications in TypeScript and Python.
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.94",
3
+ "version": "0.3.96",
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.94",
21
- "@514labs/moose-cli-darwin-x64": "0.3.94",
22
- "@514labs/moose-cli-linux-arm64": "0.3.94",
23
- "@514labs/moose-cli-linux-x64": "0.3.94"
20
+ "@514labs/moose-cli-darwin-arm64": "0.3.96",
21
+ "@514labs/moose-cli-darwin-x64": "0.3.96",
22
+ "@514labs/moose-cli-linux-arm64": "0.3.96",
23
+ "@514labs/moose-cli-linux-x64": "0.3.96"
24
24
  },
25
25
  "scripts": {
26
26
  "typecheck": "tsc --noEmit",