@proofkit/cli 1.1.6 → 1.1.8

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 (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/index.js +140 -16380
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @proofgeist/kit
2
2
 
3
+ ## 1.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 00177bf: Guard page add/remove against missing `src/app/navigation.tsx` so WebViewer apps don’t error when updating navigation. This safely no-ops when the navigation file isn’t present.
8
+ - Updated dependencies [7c602a9]
9
+ - Updated dependencies [a29ca94]
10
+ - @proofkit/typegen@1.0.10
11
+ - @proofkit/fmdapi@5.0.2
12
+
3
13
  ## 1.1.5
4
14
 
5
15
  ### Patch Changes