@directus/extensions-sdk 13.1.1 → 14.0.0
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/cli/commands/build.js +1 -2
- package/package.json +10 -10
|
@@ -13,7 +13,7 @@ import ora from 'ora';
|
|
|
13
13
|
import path from 'path';
|
|
14
14
|
import { rollup, watch as rollupWatch } from 'rollup';
|
|
15
15
|
import esbuild from 'rollup-plugin-esbuild';
|
|
16
|
-
import
|
|
16
|
+
import styles from 'rollup-plugin-styler';
|
|
17
17
|
import { getFileExt } from '../utils/file.js';
|
|
18
18
|
import { clear, log } from '../utils/logger.js';
|
|
19
19
|
import tryParseJson from '../utils/try-parse-json.js';
|
|
@@ -22,7 +22,6 @@ import loadConfig from './helpers/load-config.js';
|
|
|
22
22
|
import { validateSplitEntrypointOption } from './helpers/validate-cli-options.js';
|
|
23
23
|
// Workaround for https://github.com/rollup/plugins/issues/1329
|
|
24
24
|
const virtual = virtualDefault;
|
|
25
|
-
const styles = stylesDefault;
|
|
26
25
|
const commonjs = commonjsDefault;
|
|
27
26
|
const json = jsonDefault;
|
|
28
27
|
const replace = replaceDefault;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@directus/extensions-sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"description": "A toolkit to develop extensions to extend Directus",
|
|
5
5
|
"homepage": "https://directus.io",
|
|
6
6
|
"repository": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@rollup/plugin-replace": "5.0.7",
|
|
33
33
|
"@rollup/plugin-terser": "0.4.4",
|
|
34
34
|
"@rollup/plugin-virtual": "3.0.2",
|
|
35
|
-
"@vitejs/plugin-vue": "
|
|
35
|
+
"@vitejs/plugin-vue": "5.2.3",
|
|
36
36
|
"chalk": "5.4.1",
|
|
37
37
|
"commander": "10.0.1",
|
|
38
38
|
"esbuild": "0.25.0",
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"fs-extra": "11.3.0",
|
|
41
41
|
"inquirer": "12.4.2",
|
|
42
42
|
"ora": "6.3.1",
|
|
43
|
-
"rollup": "
|
|
43
|
+
"rollup": "4.34.9",
|
|
44
44
|
"rollup-plugin-esbuild": "6.2.1",
|
|
45
|
-
"rollup-plugin-
|
|
45
|
+
"rollup-plugin-styler": "2.0.0",
|
|
46
46
|
"semver": "7.7.1",
|
|
47
|
-
"vite": "4.5.
|
|
47
|
+
"vite": "4.5.14",
|
|
48
48
|
"vue": "3.5.13",
|
|
49
|
-
"@directus/extensions": "3.0.
|
|
49
|
+
"@directus/extensions": "3.0.7",
|
|
50
|
+
"@directus/composables": "11.2.0",
|
|
51
|
+
"@directus/themes": "1.1.2",
|
|
50
52
|
"@directus/constants": "13.0.1",
|
|
51
|
-
"@directus/
|
|
52
|
-
"@directus/
|
|
53
|
-
"@directus/composables": "11.1.11",
|
|
54
|
-
"@directus/utils": "13.0.6"
|
|
53
|
+
"@directus/types": "13.2.0",
|
|
54
|
+
"@directus/utils": "13.0.7"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@directus/tsconfig": "3.0.0",
|