@vef-framework/dev 2.0.1 → 2.0.3

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 (55) hide show
  1. package/dist/cjs/index.cjs +1 -1
  2. package/dist/cjs/lint/commitlint.cjs +1 -1
  3. package/dist/cjs/lint/eslint.cjs +1 -1
  4. package/dist/cjs/lint/index.cjs +1 -1
  5. package/dist/cjs/lint/stylelint.cjs +1 -1
  6. package/dist/cjs/vite/chunks.cjs +16 -4
  7. package/dist/cjs/vite/config.cjs +1 -1
  8. package/dist/cjs/vite/constants.cjs +1 -1
  9. package/dist/cjs/vite/define.cjs +1 -1
  10. package/dist/cjs/vite/index.cjs +1 -1
  11. package/dist/cjs/vite/plugin-app-config.cjs +1 -1
  12. package/dist/cjs/vite/plugin-auto-enhance/core.cjs +1 -1
  13. package/dist/cjs/vite/plugin-auto-enhance/index.cjs +1 -1
  14. package/dist/cjs/vite/plugin-auto-enhance/plugins/index.cjs +1 -1
  15. package/dist/cjs/vite/plugin-auto-enhance/plugins/operation-column-width.cjs +1 -1
  16. package/dist/cjs/vite/plugin-conventional-config.cjs +1 -1
  17. package/dist/cjs/vite/plugin-eslint.cjs +1 -1
  18. package/dist/cjs/vite/plugin-html.cjs +1 -1
  19. package/dist/cjs/vite/plugin-icons.cjs +1 -1
  20. package/dist/cjs/vite/plugin-injection.cjs +1 -1
  21. package/dist/cjs/vite/plugin-inspect.cjs +1 -1
  22. package/dist/cjs/vite/plugin-react.cjs +1 -1
  23. package/dist/cjs/vite/plugin-router.cjs +1 -1
  24. package/dist/cjs/vite/plugin-stylelint.cjs +1 -1
  25. package/dist/cjs/vite/plugin-svgr.cjs +1 -1
  26. package/dist/cjs/vite/plugin-tsconfig-paths.cjs +1 -1
  27. package/dist/cjs/vite/postcss.cjs +1 -1
  28. package/dist/es/index.js +1 -1
  29. package/dist/es/lint/commitlint.js +1 -1
  30. package/dist/es/lint/eslint.js +1 -1
  31. package/dist/es/lint/index.js +1 -1
  32. package/dist/es/lint/stylelint.js +1 -1
  33. package/dist/es/vite/chunks.js +16 -4
  34. package/dist/es/vite/config.js +1 -1
  35. package/dist/es/vite/constants.js +1 -1
  36. package/dist/es/vite/define.js +1 -1
  37. package/dist/es/vite/index.js +1 -1
  38. package/dist/es/vite/plugin-app-config.js +1 -1
  39. package/dist/es/vite/plugin-auto-enhance/core.js +1 -1
  40. package/dist/es/vite/plugin-auto-enhance/index.js +1 -1
  41. package/dist/es/vite/plugin-auto-enhance/plugins/index.js +1 -1
  42. package/dist/es/vite/plugin-auto-enhance/plugins/operation-column-width.js +1 -1
  43. package/dist/es/vite/plugin-conventional-config.js +1 -1
  44. package/dist/es/vite/plugin-eslint.js +1 -1
  45. package/dist/es/vite/plugin-html.js +1 -1
  46. package/dist/es/vite/plugin-icons.js +1 -1
  47. package/dist/es/vite/plugin-injection.js +1 -1
  48. package/dist/es/vite/plugin-inspect.js +1 -1
  49. package/dist/es/vite/plugin-react.js +1 -1
  50. package/dist/es/vite/plugin-router.js +1 -1
  51. package/dist/es/vite/plugin-stylelint.js +1 -1
  52. package/dist/es/vite/plugin-svgr.js +1 -1
  53. package/dist/es/vite/plugin-tsconfig-paths.js +1 -1
  54. package/dist/es/vite/postcss.js +1 -1
  55. package/package.json +10 -7
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,13 +1,25 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
5
5
 
6
6
  function getChunk(id) {
7
- if (id.includes("node_modules/@vef-framework/")) {
8
- return "vef-framework";
7
+ if (id.includes("node_modules/@vef-framework/shared/")) {
8
+ return "vef-framework-shared";
9
9
  }
10
- if (id.includes("node_modules/lucide-react")) {
10
+ if (id.includes("node_modules/@vef-framework/core/")) {
11
+ return "vef-framework-core";
12
+ }
13
+ if (id.includes("node_modules/@vef-framework/hooks/")) {
14
+ return "vef-framework-hooks";
15
+ }
16
+ if (id.includes("node_modules/@vef-framework/components/")) {
17
+ return "vef-framework-components";
18
+ }
19
+ if (id.includes("node_modules/@vef-framework/starter/")) {
20
+ return "vef-framework-starter";
21
+ }
22
+ if (id.includes("node_modules/lucide-react/")) {
11
23
  return "lucide-icons";
12
24
  }
13
25
  if (id.includes("node_modules/react/") || id.includes("node_modules/react-dom/") || id.includes("node_modules/scheduler/")) {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
package/dist/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import './lint/index.js';
3
3
  import './vite/index.js';
4
4
  export { defineCommitlintConfig } from './lint/commitlint.js';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  function defineCommitlintConfig() {
3
3
  const config = {
4
4
  extends: ["@commitlint/config-conventional"],
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import comments from '@eslint-community/eslint-plugin-eslint-comments/configs';
3
3
  import react from '@eslint-react/eslint-plugin';
4
4
  import eslint from '@eslint/js';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  export { defineCommitlintConfig } from './commitlint.js';
3
3
  export { defineEslintConfig } from './eslint.js';
4
4
  export { defineStylelintConfig } from './stylelint.js';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import propertyGroups from 'stylelint-config-recess-order/groups';
3
3
 
4
4
  function defineStylelintConfig() {
@@ -1,9 +1,21 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  function getChunk(id) {
3
- if (id.includes("node_modules/@vef-framework/")) {
4
- return "vef-framework";
3
+ if (id.includes("node_modules/@vef-framework/shared/")) {
4
+ return "vef-framework-shared";
5
5
  }
6
- if (id.includes("node_modules/lucide-react")) {
6
+ if (id.includes("node_modules/@vef-framework/core/")) {
7
+ return "vef-framework-core";
8
+ }
9
+ if (id.includes("node_modules/@vef-framework/hooks/")) {
10
+ return "vef-framework-hooks";
11
+ }
12
+ if (id.includes("node_modules/@vef-framework/components/")) {
13
+ return "vef-framework-components";
14
+ }
15
+ if (id.includes("node_modules/@vef-framework/starter/")) {
16
+ return "vef-framework-starter";
17
+ }
18
+ if (id.includes("node_modules/lucide-react/")) {
7
19
  return "lucide-icons";
8
20
  }
9
21
  if (id.includes("node_modules/react/") || id.includes("node_modules/react-dom/") || id.includes("node_modules/scheduler/")) {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import { resolve } from 'node:path';
3
3
  import process from 'node:process';
4
4
  import consola from 'consola';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  const VEF_FRAMEWORK_VERSION = "1.0.0";
3
3
  const PUBLIC_DIR = "public";
4
4
  const ENV_DIR = "env";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import { DEFAULT_APP_NAME, VEF_FRAMEWORK_VERSION, ENV_APP_PREFIX } from './constants.js';
3
3
 
4
4
  function defineConstants(appName, appVersion, isDev) {
@@ -1,3 +1,3 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  export { defineViteConfig } from './config.js';
3
3
  import './plugin-auto-enhance/index.js';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import { snake } from 'radashi';
3
3
  import config from 'unplugin-config/vite';
4
4
  import { ENV_APP_PREFIX, DEFAULT_OUTPUT_DIR, DEFAULT_APP_NAME } from './constants.js';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import { basename } from 'node:path';
3
3
  import { parse as parse$1 } from '@babel/parser';
4
4
  import { parse, print } from 'recast';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import { AutoEnhanceCore } from './core.js';
3
3
  import './plugins/index.js';
4
4
  export { types } from 'recast';
@@ -1,2 +1,2 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  export { operationColumnWidthPlugin } from './operation-column-width.js';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import { visit, types } from 'recast';
3
3
 
4
4
  const CJK_CHAR_REGEX = /[\u4E00-\u9FFF\u3400-\u4DBF\uFF00-\uFFEF]/;
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import { createChunksConfig } from './chunks.js';
3
3
  import { DEFAULT_SERVER_PORT, ASSETS_DIR, VEF_FRAMEWORK_VERSION, DEFAULT_OUTPUT_DIR, ENV_BUILD_PREFIX, ENV_APP_PREFIX, ENV_DIR, PUBLIC_DIR } from './constants.js';
4
4
  import { defineConstants } from './define.js';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import eslint from 'vite-plugin-eslint2';
3
3
 
4
4
  function createEslintPlugin() {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import { minify } from 'html-minifier-terser';
3
3
 
4
4
  const virtualModuleId = "index.html";
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import { resolve, dirname } from 'node:path';
3
3
  import { fileURLToPath } from 'node:url';
4
4
  import icons from 'unplugin-icons/vite';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  function createInjectionPlugin() {
3
3
  return {
4
4
  name: "vef-framework:injection"
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import inspect from 'vite-plugin-inspect';
3
3
 
4
4
  function createInspectPlugin() {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import react from '@vitejs/plugin-react';
3
3
  import chalk from 'chalk';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import { resolve } from 'node:path';
3
3
  import { tanstackRouter } from '@tanstack/router-plugin/vite';
4
4
  import { SRC_DIR, ROUTER_DIR, PAGES_DIR } from './constants.js';
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import stylelint from 'vite-plugin-stylelint';
3
3
 
4
4
  function createStylelintPlugin() {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import svgr from 'vite-plugin-svgr';
3
3
 
4
4
  function createSvgrPlugin() {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  import tsconfigPaths from 'vite-tsconfig-paths';
3
3
 
4
4
  function createTsconfigPathsPlugin(projectDir) {
@@ -1,4 +1,4 @@
1
- /*! @vef-framework/dev v2.0.0 made with ❤️ by Venus | 2025-11-25T10:06:28.561Z */
1
+ /*! @vef-framework/dev v2.0.2 made with ❤️ by Venus | 2025-11-25T15:03:13.100Z */
2
2
  function createPostcssConfig() {
3
3
  return {
4
4
  map: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vef-framework/dev",
3
3
  "type": "module",
4
- "version": "2.0.1",
4
+ "version": "2.0.3",
5
5
  "private": false,
6
6
  "description": "Dev tools for VEF framework",
7
7
  "author": {
@@ -55,6 +55,10 @@
55
55
  "eslint": "^9.37.0",
56
56
  "lint-staged": "^16.2.3",
57
57
  "stylelint": "^16.25.0",
58
+ "stylelint-config-recess-order": "^7.4.0",
59
+ "stylelint-config-recommended": "^17.0.0",
60
+ "stylelint-config-standard-scss": "^16.0.0",
61
+ "stylelint-order": "^7.0.0",
58
62
  "vite": "^7.1.9"
59
63
  },
60
64
  "dependencies": {
@@ -91,10 +95,6 @@
91
95
  "radashi": "^12.7.1",
92
96
  "recast": "^0.23.11",
93
97
  "sass-embedded": "^1.93.3",
94
- "stylelint-config-recess-order": "^7.4.0",
95
- "stylelint-config-recommended": "^17.0.0",
96
- "stylelint-config-standard-scss": "^16.0.0",
97
- "stylelint-order": "^7.0.0",
98
98
  "typescript-eslint": "^8.47.0",
99
99
  "unplugin-config": "^0.1.5",
100
100
  "unplugin-icons": "^22.5.0",
@@ -111,13 +111,16 @@
111
111
  "eslint": "^9.39.1",
112
112
  "lint-staged": "^16.2.7",
113
113
  "stylelint": "^16.26.0",
114
+ "stylelint-config-recess-order": "^7.4.0",
115
+ "stylelint-config-recommended": "^17.0.0",
116
+ "stylelint-config-standard-scss": "^16.0.0",
117
+ "stylelint-order": "^7.0.0",
114
118
  "type-fest": "^5.2.0",
115
119
  "vite": "^7.2.4"
116
120
  },
117
121
  "scripts": {
118
122
  "clean": "rimraf dist",
119
123
  "typecheck": "tsc --noEmit",
120
- "build": "vite build",
121
- "pub": "tsx ../../scripts/publish.ts"
124
+ "build": "vite build"
122
125
  }
123
126
  }