@cratis/arc 20.34.0 → 20.40.0

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,16 @@ It offers extensions for different frameworks and is built on top of ASP.NET Cor
18
18
  bridging between the backend and the frontend. Arc provides a tool, called **ProxyGenerator** that generates TypeScript
19
19
  code for recognized artifacts matching the criteria of what is considered a **commmand** or a **query**.
20
20
 
21
+ ## Support
22
+
23
+ Cratis is an open community, and we are glad to help users, teams evaluating the stack, and contributors.
24
+
25
+ | Channel | Details |
26
+ |---|---|
27
+ | Discord | Join the community on [Discord](https://discord.gg/kt4AMpV8WV) for questions and discussions |
28
+ | GitHub Issues | [Report bugs or request features](https://github.com/Cratis/Arc/issues) |
29
+ | Documentation | Read the docs at [cratis.io](https://cratis.io) |
30
+
21
31
  ## Contributing
22
32
 
23
33
  If you want to jump into building this repository and possibly contributing, please refer to [contributing](./Documentation/contributing/index.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cratis/arc",
3
- "version": "20.34.0",
3
+ "version": "20.40.0",
4
4
  "description": "",
5
5
  "author": "Cratis",
6
6
  "license": "MIT",