@autoweb/domain-models 1.0.0 → 1.0.2
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,6 +65,11 @@ flow = Flow(
|
|
|
65
65
|
|
|
66
66
|
All schemas are validated against JSON Schema Draft 2020-12 specification.
|
|
67
67
|
|
|
68
|
+
### Push the changes and update the npm package version
|
|
69
|
+
|
|
70
|
+
npm version patch
|
|
71
|
+
npm publish
|
|
72
|
+
|
|
68
73
|
### Code Generation
|
|
69
74
|
|
|
70
75
|
- TypeScript: Generated using `json-schema-to-typescript`
|