@proofkit/cli 2.0.0-beta.20 → 2.0.0-beta.22

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 (33) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/index.js +52 -50
  3. package/dist/index.js.map +1 -1
  4. package/package.json +3 -3
  5. package/template/vite-wv/_gitignore +1 -0
  6. package/template/vite-wv/components.json +6 -6
  7. package/template/vite-wv/index.html +2 -2
  8. package/template/vite-wv/package.json +19 -38
  9. package/template/vite-wv/proofkit-typegen.config.jsonc +18 -0
  10. package/template/vite-wv/proofkit.json +4 -1
  11. package/template/vite-wv/scripts/filemaker.js +96 -0
  12. package/template/vite-wv/scripts/launch-fm.js +19 -0
  13. package/template/vite-wv/scripts/upload.js +17 -14
  14. package/template/vite-wv/src/App.tsx +84 -0
  15. package/template/vite-wv/src/index.css +96 -0
  16. package/template/vite-wv/src/lib/utils.ts +6 -0
  17. package/template/vite-wv/src/main.tsx +10 -37
  18. package/template/vite-wv/tsconfig.json +3 -1
  19. package/template/vite-wv/vite.config.ts +5 -5
  20. package/template/vite-wv/pnpm-lock.yaml +0 -2294
  21. package/template/vite-wv/postcss.config.cjs +0 -15
  22. package/template/vite-wv/scripts/launch-fm.sh +0 -3
  23. package/template/vite-wv/src/components/AppLogo.tsx +0 -5
  24. package/template/vite-wv/src/components/full-screen-loader.tsx +0 -9
  25. package/template/vite-wv/src/config/env.ts +0 -16
  26. package/template/vite-wv/src/config/theme/globals.css +0 -125
  27. package/template/vite-wv/src/config/theme/mantine-theme.ts +0 -22
  28. package/template/vite-wv/src/routeTree.gen.ts +0 -111
  29. package/template/vite-wv/src/routes/__root.tsx +0 -21
  30. package/template/vite-wv/src/routes/index.tsx +0 -51
  31. package/template/vite-wv/src/routes/secondary.tsx +0 -26
  32. package/template/vite-wv/src/utils/notification-helpers.ts +0 -32
  33. package/template/vite-wv/src/utils/styles.ts +0 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @proofgeist/kit
2
2
 
3
+ ## 2.0.0-beta.22
4
+
5
+ ### Minor Changes
6
+
7
+ - 5544f68: - cli: Revamp the WebViewer Vite template and harden `proofkit init` (ignore hidden files, improve non-interactive prompts, stop generating Cursor rules).
8
+ - cli: Install typegen skills locally when scaffolding projects.
9
+ - typegen: Add optional `fmHttp` config for using an FM HTTP proxy during metadata fetching.
10
+ - fmdapi/fmodata/webviewer: Add initial Codex skills for client and integration workflows.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [5544f68]
15
+ - Updated dependencies [f3980b1]
16
+ - Updated dependencies [8ca7a1e]
17
+ - Updated dependencies [1d4b69d]
18
+ - @proofkit/typegen@1.1.0-beta.17
19
+ - @proofkit/fmdapi@5.1.0-beta.2
20
+
21
+ ## 2.0.0-beta.21
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [2df365d]
26
+ - @proofkit/typegen@1.1.0-beta.16
27
+
3
28
  ## 2.0.0-beta.20
4
29
 
5
30
  ### Patch Changes