@envin/cli 1.1.3 → 1.1.4-canary.c6fea4d

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 (70) hide show
  1. package/README.md +3 -3
  2. package/dist/cli/index.mjs +102 -32
  3. package/dist/preview/.next/BUILD_ID +1 -1
  4. package/dist/preview/.next/app-build-manifest.json +16 -16
  5. package/dist/preview/.next/build-manifest.json +14 -14
  6. package/dist/preview/.next/diagnostics/framework.json +1 -1
  7. package/dist/preview/.next/next-minimal-server.js.nft.json +1 -1
  8. package/dist/preview/.next/next-server.js.nft.json +1 -1
  9. package/dist/preview/.next/prerender-manifest.json +3 -3
  10. package/dist/preview/.next/required-server-files.json +17 -7
  11. package/dist/preview/.next/routes-manifest.json +6 -2
  12. package/dist/preview/.next/server/app/_not-found/page.js +2 -1
  13. package/dist/preview/.next/server/app/_not-found/page.js.nft.json +1 -1
  14. package/dist/preview/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  15. package/dist/preview/.next/server/app/_not-found.html +1 -1
  16. package/dist/preview/.next/server/app/_not-found.rsc +12 -14
  17. package/dist/preview/.next/server/app/favicon.ico/route.js +1 -1
  18. package/dist/preview/.next/server/app/favicon.ico/route.js.nft.json +1 -1
  19. package/dist/preview/.next/server/app/index.html +2 -2
  20. package/dist/preview/.next/server/app/index.rsc +12 -14
  21. package/dist/preview/.next/server/app/page.js +121 -64
  22. package/dist/preview/.next/server/app/page.js.nft.json +1 -1
  23. package/dist/preview/.next/server/app/page_client-reference-manifest.js +1 -1
  24. package/dist/preview/.next/server/chunks/155.js +45 -0
  25. package/dist/preview/.next/server/chunks/496.js +4 -4
  26. package/dist/preview/.next/server/chunks/55.js +7 -0
  27. package/dist/preview/.next/server/chunks/569.js +45 -0
  28. package/dist/preview/.next/server/chunks/692.js +45 -0
  29. package/dist/preview/.next/server/chunks/699.js +22 -0
  30. package/dist/preview/.next/server/middleware-build-manifest.js +1 -1
  31. package/dist/preview/.next/server/pages/404.html +1 -1
  32. package/dist/preview/.next/server/pages/500.html +1 -1
  33. package/dist/preview/.next/server/pages/_app.js +1 -1
  34. package/dist/preview/.next/server/pages/_document.js +1 -1
  35. package/dist/preview/.next/server/pages/_document.js.nft.json +1 -1
  36. package/dist/preview/.next/server/pages/_error.js +19 -1
  37. package/dist/preview/.next/server/pages/_error.js.nft.json +1 -1
  38. package/dist/preview/.next/server/server-reference-manifest.js +1 -1
  39. package/dist/preview/.next/server/server-reference-manifest.json +1 -1
  40. package/dist/preview/.next/server/webpack-runtime.js +1 -1
  41. package/dist/preview/.next/static/chunks/442-41ca9bf0a86c9fdd.js +22 -0
  42. package/dist/preview/.next/static/chunks/87c73c54-1f4741035a95c140.js +1 -0
  43. package/dist/preview/.next/static/chunks/902-a1b735a0b0a65f38.js +1 -0
  44. package/dist/preview/.next/static/chunks/app/_not-found/page-4d317ef7aff02905.js +1 -0
  45. package/dist/preview/.next/static/chunks/app/{layout-199c3536e64e10fd.js → layout-e5f42c1da65f0b8c.js} +1 -1
  46. package/dist/preview/.next/static/chunks/app/page-f31104412e1b6c0f.js +1 -0
  47. package/dist/preview/.next/static/chunks/{framework-82b0332477a76245.js → framework-c638b7ce6a6487b4.js} +1 -1
  48. package/dist/preview/.next/static/chunks/main-app-ef4fe5383916541f.js +1 -0
  49. package/dist/preview/.next/static/chunks/main-df3bdf5f1b8063cf.js +1 -0
  50. package/dist/preview/.next/static/chunks/pages/{_error-b8c2e08355edc3b4.js → _error-3e422ffd891594de.js} +1 -1
  51. package/dist/preview/.next/static/{Tqeih6W38cSM3E9aJvlBI → hQ8VxCM9KDLkb5wLIRxn3}/_buildManifest.js +1 -1
  52. package/dist/preview/.next/trace +19 -16
  53. package/package.json +7 -6
  54. package/src/components/variables/form.tsx +1 -1
  55. package/src/lib/hooks/use-hot-reload.ts +3 -2
  56. package/src/lib/variables/default.ts +2 -2
  57. package/src/lib/variables/description.ts +1 -1
  58. package/src/utils/get-config-file.ts +9 -5
  59. package/dist/preview/.next/server/chunks/191.js +0 -20
  60. package/dist/preview/.next/server/chunks/601.js +0 -5
  61. package/dist/preview/.next/static/chunks/315-850927f416f0524a.js +0 -1
  62. package/dist/preview/.next/static/chunks/87c73c54-a773d57d245aca41.js +0 -1
  63. package/dist/preview/.next/static/chunks/985-f32f025f8cdc74d3.js +0 -1
  64. package/dist/preview/.next/static/chunks/app/_not-found/page-60c07ed561e86dd9.js +0 -1
  65. package/dist/preview/.next/static/chunks/app/page-9e503b3c88017a01.js +0 -1
  66. package/dist/preview/.next/static/chunks/main-app-fd962d6f95339794.js +0 -1
  67. package/dist/preview/.next/static/chunks/main-c9e901861bf9798e.js +0 -1
  68. /package/dist/preview/.next/static/chunks/pages/{_app-a48f070af90c9683.js → _app-a050a8e6e4fb04cf.js} +0 -0
  69. /package/dist/preview/.next/static/chunks/{webpack-464ea5083b838c17.js → webpack-6fd1f9e039b848f1.js} +0 -0
  70. /package/dist/preview/.next/static/{Tqeih6W38cSM3E9aJvlBI → hQ8VxCM9KDLkb5wLIRxn3}/_ssgManifest.js +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.