@jsenv/cli 0.3.18 → 0.3.20

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 (49) hide show
  1. package/package.json +1 -1
  2. package/template-node-package/package.json +2 -2
  3. package/template-web/.jsenv/entry_index/craft/@fs/Users/dmail/Documents/dev/core/dist/client/inline_content/inline_content.js +17 -0
  4. package/template-web/.jsenv/entry_index/craft/main.css7as_css_module=.js +1 -1
  5. package/template-web/.jsenv/entry_index/shape/index.html +24 -0
  6. package/template-web/.jsenv/entry_index/shape/jsenv_logo.svg +91 -0
  7. package/template-web/.jsenv/entry_index/shape/main.js +1 -0
  8. package/template-web/dist/index.html +1 -1
  9. package/template-web/dist/js/main.js +1 -1
  10. package/template-web/package.json +3 -3
  11. package/template-web-components/.jsenv/entry_index/craft/@fs/Users/dmail/Documents/dev/core/dist/client/inline_content/inline_content.js +17 -0
  12. package/template-web-components/.jsenv/entry_index/craft/app/app_custom_element.css7as_css_module=.js +1 -1
  13. package/template-web-components/.jsenv/entry_index/shape/index.html +24 -0
  14. package/template-web-components/.jsenv/entry_index/shape/jsenv_logo.svg +91 -0
  15. package/template-web-components/.jsenv/entry_index/shape/main.js +1 -0
  16. package/template-web-components/dist/index.html +1 -1
  17. package/template-web-components/dist/js/main.js +1 -1
  18. package/template-web-components/package.json +3 -3
  19. package/template-web-preact/.jsenv/entry_index/craft/@fs/Users/dmail/Documents/dev/core/dist/client/inline_content/inline_content.js +17 -0
  20. package/template-web-preact/.jsenv/entry_index/craft/app/app.css7as_css_module=.js +1 -1
  21. package/template-web-preact/.jsenv/entry_index/shape/@fs/Users/dmail/Documents/dev/core/packages/related/cli/template-web-preact/dist/jsenv_template_web_preact_node_modules.js +1 -0
  22. package/template-web-preact/.jsenv/entry_index/shape/index.html +31 -0
  23. package/template-web-preact/.jsenv/entry_index/shape/main.jsx +1 -0
  24. package/template-web-preact/.jsenv/entry_index/shape/preact_logo.svg +6 -0
  25. package/template-web-preact/dist/index.html +1 -1
  26. package/template-web-preact/dist/js/main.js +1 -1
  27. package/template-web-preact/package.json +3 -3
  28. package/template-web-react/.jsenv/entry_index/craft/@fs/Users/dmail/Documents/dev/core/dist/client/inline_content/inline_content.js +17 -0
  29. package/template-web-react/.jsenv/entry_index/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react/react/jsx-runtime7cjs_as_js_module=.jsx +69 -0
  30. package/template-web-react/.jsenv/entry_index/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react/react7cjs_as_js_module=.jsx +617 -0
  31. package/template-web-react/.jsenv/entry_index/craft/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/react-dom/client7cjs_as_js_module=.jsx +15859 -0
  32. package/template-web-react/.jsenv/entry_index/craft/app/app.css7as_css_module=.js +1 -1
  33. package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.js +617 -0
  34. package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.js__compile_info__.json +26 -0
  35. package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/index.production.map +1 -0
  36. package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/jsx-runtime.production.js +69 -0
  37. package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/jsx-runtime.production.js__compile_info__.json +18 -0
  38. package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react/jsx-runtime.production.map +1 -0
  39. package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.production.js +15859 -0
  40. package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.production.js__compile_info__.json +42 -0
  41. package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/@fs/Users/dmail/Documents/dev/core/node_modules/react-dom/client.production.map +1 -0
  42. package/template-web-react/.jsenv/entry_index/craft/cjs_to_esm/__compile_context__.json +3 -0
  43. package/template-web-react/.jsenv/entry_index/shape/@fs/Users/dmail/Documents/dev/core/packages/related/cli/template-web-react/dist/jsenv_template_web_react_node_modules.js +1 -0
  44. package/template-web-react/.jsenv/entry_index/shape/index.html +31 -0
  45. package/template-web-react/.jsenv/entry_index/shape/main.jsx +1 -0
  46. package/template-web-react/.jsenv/entry_index/shape/react_logo.svg +7 -0
  47. package/template-web-react/dist/index.html +1 -1
  48. package/template-web-react/dist/js/main.js +1 -1
  49. package/template-web-react/package.json +3 -3

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.