@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
@@ -1,21 +1,19 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[7132,[],""]
3
3
  3:I[5082,[],""]
4
- 5:I[700,[],"MetadataBoundary"]
5
- 7:I[700,[],"OutletBoundary"]
6
- a:I[7748,[],"AsyncMetadataOutlet"]
7
- c:I[700,[],"ViewportBoundary"]
8
- e:I[9699,[],""]
4
+ 5:I[700,[],"OutletBoundary"]
5
+ 7:I[7748,[],"AsyncMetadataOutlet"]
6
+ 9:I[700,[],"ViewportBoundary"]
7
+ b:I[700,[],"MetadataBoundary"]
8
+ c:"$Sreact.suspense"
9
+ e:I[1256,[],""]
9
10
  :HL["/_next/static/media/569ce4b8f30dc480-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
10
11
  :HL["/_next/static/media/93f479601ee12b01-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
11
12
  :HL["/_next/static/css/add540dce4b888a2.css","style"]
12
- 0:{"P":null,"b":"Tqeih6W38cSM3E9aJvlBI","p":"","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/add540dce4b888a2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_5cfdac __variable_9a8899 antialiased","children":["$","div",null,{"className":"flex flex-col h-full gap-4 py-6 px-8","children":[["$","header",null,{"className":"flex items-center gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-shrub size-11 text-primary","aria-hidden":"true","children":[["$","path","eqv9mc",{"d":"M12 22v-7l-2-2"}],["$","path","ubcgy",{"d":"M17 8v.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0Z"}],["$","path","847xa2",{"d":"m14 14-2 2"}],"$undefined"]}],["$","div",null,{"className":"flex flex-col","children":[["$","h1",null,{"className":"text-2xl font-bold","children":"Envin"}],["$","p",null,{"className":"text-sm text-muted-foreground","children":"Manage environment variables for your project. Validate and set them up in seconds."}]]}]]}],["$","main",null,{"className":"flex flex-col gap-4 min-h-0 h-full","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":["$L4",["$","$L5",null,{"children":"$L6"}],null,["$","$L7",null,{"children":["$L8","$L9",["$","$La",null,{"promise":"$@b"}]]}]]}],{},null,false]},null,false],["$","$1","h",{"children":[null,["$","$1","ptXJvkvtbPW8boRVVpnix",{"children":[["$","$Lc",null,{"children":"$Ld"}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],null]}],false]],"m":"$undefined","G":["$e","$undefined"],"s":false,"S":true}
13
- f:"$Sreact.suspense"
14
- 10:I[7748,[],"AsyncMetadata"]
15
- 6:["$","$f",null,{"fallback":null,"children":["$","$L10",null,{"promise":"$@11"}]}]
16
- 9:null
17
- d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
18
- 8:null
19
- 11:{"metadata":[["$","title","0",{"children":"Envin"}],["$","meta","1",{"name":"description","content":"Framework-agnostic, type-safe tool to validate and preview your environment variables—powered by your favorite schema validator."}],["$","link","2",{"rel":"icon","href":"/favicon.ico","type":"image/x-icon","sizes":"24x24"}]],"error":null,"digest":"$undefined"}
20
- b:{"metadata":"$11:metadata","error":null,"digest":"$undefined"}
13
+ 0:{"P":null,"b":"hQ8VxCM9KDLkb5wLIRxn3","p":"","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/add540dce4b888a2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_5cfdac __variable_9a8899 antialiased","children":["$","div",null,{"className":"flex flex-col h-full gap-4 py-6 px-8","children":[["$","header",null,{"className":"flex items-center gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-shrub size-11 text-primary","aria-hidden":"true","children":[["$","path","eqv9mc",{"d":"M12 22v-7l-2-2"}],["$","path","ubcgy",{"d":"M17 8v.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0Z"}],["$","path","847xa2",{"d":"m14 14-2 2"}],"$undefined"]}],["$","div",null,{"className":"flex flex-col","children":[["$","h1",null,{"className":"text-2xl font-bold","children":"Envin"}],["$","p",null,{"className":"text-sm text-muted-foreground","children":"Manage environment variables for your project. Validate and set them up in seconds."}]]}]]}],["$","main",null,{"className":"flex flex-col gap-4 min-h-0 h-full","children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":["$L4",null,["$","$L5",null,{"children":["$L6",["$","$L7",null,{"promise":"$@8"}]]}]]}],{},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L9",null,{"children":"$La"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$Lb",null,{"children":["$","div",null,{"hidden":true,"children":["$","$c",null,{"fallback":null,"children":"$Ld"}]}]}]]}],false]],"m":"$undefined","G":["$e",[]],"s":false,"S":true}
14
+ a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
15
+ 6:null
16
+ f:I[4780,[],"IconMark"]
17
+ 8:{"metadata":[["$","title","0",{"children":"Envin"}],["$","meta","1",{"name":"description","content":"Framework-agnostic, type-safe tool to validate and preview your environment variables—powered by your favorite schema validator."}],["$","link","2",{"rel":"icon","href":"/favicon.ico","type":"image/x-icon","sizes":"24x24"}],["$","$Lf","3",{}]],"error":null,"digest":"$undefined"}
18
+ d:"$8:metadata"
21
19
  4:["$","div",null,{"className":"flex grow h-full border-destructive border-dashed border-2 rounded-lg flex-col items-center justify-center","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-ban size-20 mb-6 text-destructive","aria-hidden":"true","children":[["$","circle","1mglay",{"cx":"12","cy":"12","r":"10"}],["$","path","1m5liu",{"d":"m4.9 4.9 14.2 14.2"}],"$undefined"]}],["$","code",null,{"className":"text-muted-foreground bg-muted py-0.5 px-2.5 rounded-md mb-2","children":"Error"}],["$","span",null,{"className":"text-2xl font-medium","children":"There was an error loading the config."}],["$","p",null,{"className":"text-muted-foreground","children":"Build failed with 1 error:\nerror: Could not resolve \"env.config.ts\""}],["$","pre",null,{"className":"text-muted-foreground bg-muted py-4 px-6 max-w-4xl mt-6 rounded-md overflow-x-auto","children":"Error: Build failed with 1 error:\nerror: Could not resolve \"env.config.ts\"\n at failureErrorWithLog (/home/runner/work/envin/envin/node_modules/esbuild/lib/main.js:1463:15)\n at /home/runner/work/envin/envin/node_modules/esbuild/lib/main.js:924:25\n at /home/runner/work/envin/envin/node_modules/esbuild/lib/main.js:876:52\n at buildResponseToResult (/home/runner/work/envin/envin/node_modules/esbuild/lib/main.js:922:7)\n at /home/runner/work/envin/envin/node_modules/esbuild/lib/main.js:949:16\n at responseCallbacks.<computed> (/home/runner/work/envin/envin/node_modules/esbuild/lib/main.js:601:9)\n at handleIncomingPacket (/home/runner/work/envin/envin/node_modules/esbuild/lib/main.js:656:12)\n at Socket.readFromStdout (/home/runner/work/envin/envin/node_modules/esbuild/lib/main.js:579:7)\n at Socket.emit (node:events:518:28)\n at Socket.emit (node:domain:489:12)"}]]}]