@autoweb/domain-models 1.0.0 → 1.0.1

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 +5 -0
  2. 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`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoweb/domain-models",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Domain models for AutoWeb Desktop - centralized type definitions",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",