@vef-framework/dev 1.0.110 → 1.0.112

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 (62) hide show
  1. package/bin/hoist-patterns.js +1 -1
  2. package/es/cli.js +1 -1
  3. package/es/commitlint-config.js +1 -1
  4. package/es/config.js +1 -1
  5. package/es/constants.js +1 -1
  6. package/es/eslint-config.js +1 -1
  7. package/es/index.js +1 -1
  8. package/es/json/monaco.nls.json.js +15920 -300
  9. package/es/json/monaco.theme.github-light.json.js +349 -1
  10. package/es/modules.d.js +1 -1
  11. package/es/plugin-app-config.js +1 -1
  12. package/es/plugin-conventional-config.js +2 -2
  13. package/es/plugin-eslint.js +1 -1
  14. package/es/plugin-html.js +1 -1
  15. package/es/plugin-icons.js +1 -1
  16. package/es/plugin-initialization.js +2 -2
  17. package/es/plugin-injection.js +1 -1
  18. package/es/plugin-inspect.js +1 -1
  19. package/es/plugin-monaco-nls.js +2 -2
  20. package/es/plugin-react-swc.js +1 -1
  21. package/es/plugin-router.js +1 -1
  22. package/es/plugin-stylelint.js +1 -1
  23. package/es/plugin-svgr.js +1 -1
  24. package/es/plugin-tailwind.js +1 -1
  25. package/es/plugin-tailwindcss.js +1 -1
  26. package/es/plugin-tsconfig-paths.js +1 -1
  27. package/es/plugin-visualizer.js +1 -1
  28. package/es/plugin-webfont.js +1 -1
  29. package/es/stylelint-config.js +1 -1
  30. package/es/tailwind-config.js +1 -1
  31. package/lib/cli.cjs +1 -1
  32. package/lib/commitlint-config.cjs +1 -1
  33. package/lib/config.cjs +1 -1
  34. package/lib/constants.cjs +1 -1
  35. package/lib/eslint-config.cjs +1 -1
  36. package/lib/index.cjs +1 -1
  37. package/lib/json/monaco.nls.json.cjs +15920 -300
  38. package/lib/json/monaco.theme.github-light.json.cjs +349 -1
  39. package/lib/modules.d.cjs +1 -1
  40. package/lib/plugin-app-config.cjs +1 -1
  41. package/lib/plugin-conventional-config.cjs +2 -2
  42. package/lib/plugin-eslint.cjs +1 -1
  43. package/lib/plugin-html.cjs +1 -1
  44. package/lib/plugin-icons.cjs +1 -1
  45. package/lib/plugin-initialization.cjs +2 -2
  46. package/lib/plugin-injection.cjs +1 -1
  47. package/lib/plugin-inspect.cjs +1 -1
  48. package/lib/plugin-monaco-nls.cjs +2 -2
  49. package/lib/plugin-react-swc.cjs +1 -1
  50. package/lib/plugin-router.cjs +1 -1
  51. package/lib/plugin-stylelint.cjs +1 -1
  52. package/lib/plugin-svgr.cjs +1 -1
  53. package/lib/plugin-tailwind.cjs +1 -1
  54. package/lib/plugin-tailwindcss.cjs +1 -1
  55. package/lib/plugin-tsconfig-paths.cjs +1 -1
  56. package/lib/plugin-visualizer.cjs +1 -1
  57. package/lib/plugin-webfont.cjs +1 -1
  58. package/lib/stylelint-config.cjs +1 -1
  59. package/lib/tailwind-config.cjs +1 -1
  60. package/lib/types.cjs +1 -1
  61. package/package.json +1 -1
  62. package/template/_package.json +5 -5
package/lib/types.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";/*! VefFramework version: 1.0.110, build time: 2025-03-10T01:54:40.756Z, made by Venus. *//*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
1
+ "use strict";/*! VefFramework version: 1.0.112, build time: 2025-03-10T02:36:06.138Z, made by Venus. *//*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vef-framework/dev",
3
3
  "type": "module",
4
- "version": "1.0.110",
4
+ "version": "1.0.112",
5
5
  "private": false,
6
6
  "packageManager": "pnpm@9.15.0",
7
7
  "description": "The development tools of the VEF framework",
@@ -18,11 +18,11 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@tanstack/react-router": "^1.0.0",
21
- "@vef-framework/components": "1.0.110",
22
- "@vef-framework/core": "1.0.110",
23
- "@vef-framework/hooks": "1.0.110",
24
- "@vef-framework/shared": "1.0.110",
25
- "@vef-framework/starter": "1.0.110",
21
+ "@vef-framework/components": "1.0.112",
22
+ "@vef-framework/core": "1.0.112",
23
+ "@vef-framework/hooks": "1.0.112",
24
+ "@vef-framework/shared": "1.0.112",
25
+ "@vef-framework/starter": "1.0.112",
26
26
  "react": "18.3.1",
27
27
  "react-dom": "18.3.1",
28
28
  "zod": "^3.0.0"