@cratis/arc.react.mvvm 18.0.2 → 18.0.4

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Cratis Application Model
1
+ # Cratis Arc
2
2
 
3
3
  ## Packages / Deployables
4
4
 
@@ -13,7 +13,7 @@
13
13
 
14
14
  ## Description
15
15
 
16
- The Cratis Application model represents an opinionated approach to building consistent applications based on the concepts behind CQRS.
16
+ Cratis Arc represents an opinionated approach to building consistent applications based on the concepts behind CQRS.
17
17
  It offers extensions for different frameworks and is built on top of ASP.NET Core. One of the traits of Arc has is the
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**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cratis/arc.react.mvvm",
3
- "version": "18.0.2",
3
+ "version": "18.0.4",
4
4
  "description": "",
5
5
  "author": "Cratis",
6
6
  "license": "MIT",
@@ -54,8 +54,8 @@
54
54
  "up": "yarn g:up"
55
55
  },
56
56
  "dependencies": {
57
- "@cratis/arc": "18.0.2",
58
- "@cratis/arc.react": "18.0.2",
57
+ "@cratis/arc": "18.0.4",
58
+ "@cratis/arc.react": "18.0.4",
59
59
  "@cratis/fundamentals": "^7.2.3",
60
60
  "mobx": "^6.15.0",
61
61
  "mobx-react": "^9.2.1",