@congruent-stack/monorepo 0.6.0 → 0.7.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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # congruent-api
2
2
  Typescript schema-first tooling for agnostic REST APIs.
3
3
 
4
+ ### Make sure that
5
+ - tsconfig.json#compilerOptions.strict is set to true
6
+
4
7
  ### How to update version
5
8
  - pnpm update:versions [patch/minor/major/x.y.z]
6
9
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@congruent-stack/monorepo",
3
3
  "type": "module",
4
- "version": "0.6.0",
4
+ "version": "0.7.0",
5
5
  "description": "Typescript schema-first tooling for agnostic REST APIs.",
6
6
  "keywords": [],
7
7
  "author": "congruent-stack",