@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.
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/lint/commitlint.cjs +1 -1
- package/dist/cjs/lint/eslint.cjs +1 -1
- package/dist/cjs/lint/index.cjs +1 -1
- package/dist/cjs/lint/stylelint.cjs +1 -1
- package/dist/cjs/vite/chunks.cjs +16 -4
- package/dist/cjs/vite/config.cjs +1 -1
- package/dist/cjs/vite/constants.cjs +1 -1
- package/dist/cjs/vite/define.cjs +1 -1
- package/dist/cjs/vite/index.cjs +1 -1
- package/dist/cjs/vite/plugin-app-config.cjs +1 -1
- package/dist/cjs/vite/plugin-auto-enhance/core.cjs +1 -1
- package/dist/cjs/vite/plugin-auto-enhance/index.cjs +1 -1
- package/dist/cjs/vite/plugin-auto-enhance/plugins/index.cjs +1 -1
- package/dist/cjs/vite/plugin-auto-enhance/plugins/operation-column-width.cjs +1 -1
- package/dist/cjs/vite/plugin-conventional-config.cjs +1 -1
- package/dist/cjs/vite/plugin-eslint.cjs +1 -1
- package/dist/cjs/vite/plugin-html.cjs +1 -1
- package/dist/cjs/vite/plugin-icons.cjs +1 -1
- package/dist/cjs/vite/plugin-injection.cjs +1 -1
- package/dist/cjs/vite/plugin-inspect.cjs +1 -1
- package/dist/cjs/vite/plugin-react.cjs +1 -1
- package/dist/cjs/vite/plugin-router.cjs +1 -1
- package/dist/cjs/vite/plugin-stylelint.cjs +1 -1
- package/dist/cjs/vite/plugin-svgr.cjs +1 -1
- package/dist/cjs/vite/plugin-tsconfig-paths.cjs +1 -1
- package/dist/cjs/vite/postcss.cjs +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/lint/commitlint.js +1 -1
- package/dist/es/lint/eslint.js +1 -1
- package/dist/es/lint/index.js +1 -1
- package/dist/es/lint/stylelint.js +1 -1
- package/dist/es/vite/chunks.js +16 -4
- package/dist/es/vite/config.js +1 -1
- package/dist/es/vite/constants.js +1 -1
- package/dist/es/vite/define.js +1 -1
- package/dist/es/vite/index.js +1 -1
- package/dist/es/vite/plugin-app-config.js +1 -1
- package/dist/es/vite/plugin-auto-enhance/core.js +1 -1
- package/dist/es/vite/plugin-auto-enhance/index.js +1 -1
- package/dist/es/vite/plugin-auto-enhance/plugins/index.js +1 -1
- package/dist/es/vite/plugin-auto-enhance/plugins/operation-column-width.js +1 -1
- package/dist/es/vite/plugin-conventional-config.js +1 -1
- package/dist/es/vite/plugin-eslint.js +1 -1
- package/dist/es/vite/plugin-html.js +1 -1
- package/dist/es/vite/plugin-icons.js +1 -1
- package/dist/es/vite/plugin-injection.js +1 -1
- package/dist/es/vite/plugin-inspect.js +1 -1
- package/dist/es/vite/plugin-react.js +1 -1
- package/dist/es/vite/plugin-router.js +1 -1
- package/dist/es/vite/plugin-stylelint.js +1 -1
- package/dist/es/vite/plugin-svgr.js +1 -1
- package/dist/es/vite/plugin-tsconfig-paths.js +1 -1
- package/dist/es/vite/postcss.js +1 -1
- package/package.json +10 -7
package/dist/cjs/index.cjs
CHANGED
package/dist/cjs/lint/eslint.cjs
CHANGED
package/dist/cjs/lint/index.cjs
CHANGED
package/dist/cjs/vite/chunks.cjs
CHANGED
|
@@ -1,13 +1,25 @@
|
|
|
1
|
-
/*! @vef-framework/dev v2.0.
|
|
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/
|
|
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/")) {
|
package/dist/cjs/vite/config.cjs
CHANGED
package/dist/cjs/vite/define.cjs
CHANGED
package/dist/cjs/vite/index.cjs
CHANGED
package/dist/es/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework/dev v2.0.
|
|
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';
|
package/dist/es/lint/eslint.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework/dev v2.0.
|
|
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';
|
package/dist/es/lint/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework/dev v2.0.
|
|
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.
|
|
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() {
|
package/dist/es/vite/chunks.js
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
|
-
/*! @vef-framework/dev v2.0.
|
|
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/
|
|
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/")) {
|
package/dist/es/vite/config.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework/dev v2.0.
|
|
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';
|
package/dist/es/vite/define.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework/dev v2.0.
|
|
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) {
|
package/dist/es/vite/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @vef-framework/dev v2.0.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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';
|
package/dist/es/vite/postcss.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vef-framework/dev",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.
|
|
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
|
}
|