@quanticdigit/web-model 1.0.2 → 1.0.3
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,8 +70,8 @@ the same day.
|
|
|
70
70
|
|
|
71
71
|
## The family
|
|
72
72
|
|
|
73
|
-
`web-utils`, `web-model`, `web-services`, `web-component` and `web-
|
|
74
|
-
always share the same version. Install them at the same version.
|
|
73
|
+
`web-utils`, `web-model`, `web-services`, `web-component`, `web-errors` and `web-logging` are released
|
|
74
|
+
together and always share the same version. Install them at the same version.
|
|
75
75
|
|
|
76
76
|
## License
|
|
77
77
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quanticdigit/web-model",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Typed model reconstruction from JSON: BaseModel and the expose decorators for dates and nested models.",
|
|
5
5
|
"author": "Quantic Digit S.R.L.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|