@514labs/moose-cli 0.3.305 → 0.3.307

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 +6 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <a href="https://www.moosejs.com/"><img src="logo-m-light.png" alt="moose logo" height="250px"></a>
1
+ <a href="https://www.moosejs.com/"><img src="https://raw.githubusercontent.com/514-labs/moose/main/logo-m-light.png" alt="moose logo" height="250px"></a>
2
2
 
3
3
  # MooseJS
4
4
 
@@ -10,12 +10,15 @@
10
10
  MooseJS is an open source developer framework for building data & analytics applications powered by a modern data stack. Moose takes the decades-old best practices of frontend and backend developer frameworks, and brings them to your data & analytics stack.
11
11
 
12
12
  # Getting started
13
+
13
14
  To get started, check out the Moose documentation: [https://docs.moosejs.com/](https://docs.moosejs.com/)
14
15
 
15
16
  # Community
17
+
16
18
  You can join the Moose community [on Slack](https://join.slack.com/t/moose-community/shared_invite/zt-2fjh5n3wz-cnOmM9Xe9DYAgQrNu8xKxg).
17
19
 
18
- Here you can get together with other Moose developers, ask questions, give feedback, make feature requests, and interact directly with Moose maintainers.
20
+ Here you can get together with other Moose developers, ask questions, give feedback, make feature requests, and interact directly with Moose maintainers.
19
21
 
20
22
  # Made by 514
21
- Our mission at [fiveonefour](https://www.fiveonefour.com/) is to bring incredible developer experiences to the data stack. If you’re interested in enterprise solutions, commercial support, or design partnerships, then we’d love to [chat with you](https://xbac8793a37.typeform.com/to/KTf5bBbr?typeform-source=www.fiveonefour.com).
23
+
24
+ Our mission at [fiveonefour](https://www.fiveonefour.com/) is to bring incredible developer experiences to the data stack. If you’re interested in enterprise solutions, commercial support, or design partnerships, then we’d love to [chat with you](https://xbac8793a37.typeform.com/to/KTf5bBbr?typeform-source=www.fiveonefour.com).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@514labs/moose-cli",
3
- "version": "0.3.305",
3
+ "version": "0.3.307",
4
4
  "bin": {
5
5
  "moose": "dist/index.js",
6
6
  "moose-cli": "dist/index.js"
@@ -17,10 +17,10 @@
17
17
  "@repo/ts-config": "0.0.0"
18
18
  },
19
19
  "optionalDependencies": {
20
- "@514labs/moose-cli-darwin-arm64": "0.3.305",
21
- "@514labs/moose-cli-darwin-x64": "0.3.305",
22
- "@514labs/moose-cli-linux-arm64": "0.3.305",
23
- "@514labs/moose-cli-linux-x64": "0.3.305"
20
+ "@514labs/moose-cli-darwin-arm64": "0.3.307",
21
+ "@514labs/moose-cli-darwin-x64": "0.3.307",
22
+ "@514labs/moose-cli-linux-arm64": "0.3.307",
23
+ "@514labs/moose-cli-linux-x64": "0.3.307"
24
24
  },
25
25
  "scripts": {
26
26
  "typecheck": "tsc --noEmit",