@open-xchange/vite-plugin-ox-manifests 1.0.4 → 1.0.5
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/CHANGELOG.md +6 -0
- package/dist/plugins/manifests.d.ts.map +1 -1
- package/dist/plugins/manifests.js +12 -3
- package/output/coverage/cobertura-coverage.xml +1014 -0
- package/output/junit.xml +98 -104
- package/package.json +8 -8
package/output/junit.xml
CHANGED
|
@@ -1,221 +1,215 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
-
<testsuites name="vitest tests" tests="
|
|
3
|
-
<testsuite name="test/deps/main.test.js" timestamp="2026-
|
|
4
|
-
<testcase classname="test/deps/main.test.js" name="deps > should deliver empty deps in dev mode via /api/deps.json" time="0.
|
|
2
|
+
<testsuites name="vitest tests" tests="46" failures="0" errors="0" time="5.313048375">
|
|
3
|
+
<testsuite name="test/deps/main.test.js" timestamp="2026-05-08T07:09:24.000Z" hostname="DavidsMacStudio.localdomain" tests="3" failures="0" errors="0" skipped="0" time="0.203144958">
|
|
4
|
+
<testcase classname="test/deps/main.test.js" name="deps > should deliver empty deps in dev mode via /api/deps.json" time="0.099317458">
|
|
5
5
|
</testcase>
|
|
6
|
-
<testcase classname="test/deps/main.test.js" name="deps > should deliver empty deps in dev mode via /dependencies" time="0.
|
|
6
|
+
<testcase classname="test/deps/main.test.js" name="deps > should deliver empty deps in dev mode via /dependencies" time="0.049374958">
|
|
7
7
|
</testcase>
|
|
8
|
-
<testcase classname="test/deps/main.test.js" name="deps > should deliver empty deps with custom base path" time="0.
|
|
8
|
+
<testcase classname="test/deps/main.test.js" name="deps > should deliver empty deps with custom base path" time="0.052798708">
|
|
9
9
|
</testcase>
|
|
10
10
|
</testsuite>
|
|
11
|
-
<testsuite name="test/ejs/main.test.js" timestamp="2026-
|
|
12
|
-
<testcase classname="test/ejs/main.test.js" name="EJS template emission > emits index.ejs as a bundle asset" time="0.
|
|
11
|
+
<testsuite name="test/ejs/main.test.js" timestamp="2026-05-08T07:09:24.001Z" hostname="DavidsMacStudio.localdomain" tests="1" failures="0" errors="0" skipped="0" time="0.039704459">
|
|
12
|
+
<testcase classname="test/ejs/main.test.js" name="EJS template emission > emits index.ejs as a bundle asset" time="0.038596334">
|
|
13
13
|
<system-out>
|
|
14
14
|
[vite-plugin-ox-manifests/ejs] Added index.ejs to bundle
|
|
15
15
|
|
|
16
16
|
</system-out>
|
|
17
17
|
</testcase>
|
|
18
18
|
</testsuite>
|
|
19
|
-
<testsuite name="test/gettext-
|
|
20
|
-
<testcase classname="test/gettext-
|
|
19
|
+
<testsuite name="test/gettext-chunked/main.test.js" timestamp="2026-05-08T07:09:24.001Z" hostname="DavidsMacStudio.localdomain" tests="2" failures="0" errors="0" skipped="0" time="0.326874">
|
|
20
|
+
<testcase classname="test/gettext-chunked/main.test.js" name="Dictionary in modules with dynamic imports > works" time="0.16721225">
|
|
21
21
|
<system-out>
|
|
22
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
22
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/gettext-chunked/index.ejs )
|
|
23
23
|
|
|
24
24
|
</system-out>
|
|
25
25
|
</testcase>
|
|
26
|
-
<testcase classname="test/gettext-
|
|
26
|
+
<testcase classname="test/gettext-chunked/main.test.js" name="Dictionary in modules with dynamic imports > works in dev mode" time="0.157870958">
|
|
27
27
|
</testcase>
|
|
28
28
|
</testsuite>
|
|
29
|
-
<testsuite name="test/gettext-
|
|
30
|
-
<testcase classname="test/gettext-
|
|
29
|
+
<testsuite name="test/gettext-simple/main.test.js" timestamp="2026-05-08T07:09:24.001Z" hostname="DavidsMacStudio.localdomain" tests="3" failures="0" errors="0" skipped="0" time="0.46877025">
|
|
30
|
+
<testcase classname="test/gettext-simple/main.test.js" name="Simple gettext scenario > works" time="0.149096625">
|
|
31
31
|
<system-out>
|
|
32
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
32
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/gettext-simple/index.ejs )
|
|
33
33
|
|
|
34
34
|
</system-out>
|
|
35
35
|
</testcase>
|
|
36
|
-
<testcase classname="test/gettext-
|
|
36
|
+
<testcase classname="test/gettext-simple/main.test.js" name="Simple gettext scenario > works in dev mode" time="0.240036042">
|
|
37
37
|
</testcase>
|
|
38
|
-
|
|
39
|
-
<testsuite name="test/gettext-simple/main.test.js" timestamp="2026-04-07T14:03:14.487Z" hostname="MacBook-Pro-3.fritz.box" tests="3" failures="0" errors="0" skipped="0" time="0.239969959">
|
|
40
|
-
<testcase classname="test/gettext-simple/main.test.js" name="Simple gettext scenario > works" time="0.114001583">
|
|
41
|
-
<system-out>
|
|
42
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/maik.schaefer/repos/tools/packages/vite-plugin-ox-manifests/test/gettext-simple/index.ejs )
|
|
43
|
-
|
|
44
|
-
</system-out>
|
|
45
|
-
</testcase>
|
|
46
|
-
<testcase classname="test/gettext-simple/main.test.js" name="Simple gettext scenario > works in dev mode" time="0.070583125">
|
|
47
|
-
</testcase>
|
|
48
|
-
<testcase classname="test/gettext-simple/main.test.js" name="Simple gettext scenario > preserves virtual module raw URL for i18n manifests in dev mode" time="0.054536042">
|
|
38
|
+
<testcase classname="test/gettext-simple/main.test.js" name="Simple gettext scenario > preserves virtual module raw URL for i18n manifests in dev mode" time="0.077606333">
|
|
49
39
|
</testcase>
|
|
50
40
|
</testsuite>
|
|
51
|
-
<testsuite name="test/html-relative-paths/main.test.js" timestamp="2026-
|
|
52
|
-
<testcase classname="test/html-relative-paths/main.test.js" name="HTML relative paths > transforms paths" time="0.
|
|
41
|
+
<testsuite name="test/html-relative-paths/main.test.js" timestamp="2026-05-08T07:09:24.002Z" hostname="DavidsMacStudio.localdomain" tests="2" failures="0" errors="0" skipped="0" time="0.575522833">
|
|
42
|
+
<testcase classname="test/html-relative-paths/main.test.js" name="HTML relative paths > transforms paths" time="0.537744334">
|
|
53
43
|
</testcase>
|
|
54
|
-
<testcase classname="test/html-relative-paths/main.test.js" name="HTML relative paths > warns about deprecated transformAbsolutePaths option" time="0.
|
|
44
|
+
<testcase classname="test/html-relative-paths/main.test.js" name="HTML relative paths > warns about deprecated transformAbsolutePaths option" time="0.03623925">
|
|
55
45
|
</testcase>
|
|
56
46
|
</testsuite>
|
|
57
|
-
<testsuite name="test/manifest-
|
|
58
|
-
<testcase classname="test/manifest-
|
|
47
|
+
<testsuite name="test/manifest-dynamic-deps/main.test.js" timestamp="2026-05-08T07:09:24.002Z" hostname="DavidsMacStudio.localdomain" tests="1" failures="0" errors="0" skipped="0" time="0.124374541">
|
|
48
|
+
<testcase classname="test/manifest-dynamic-deps/main.test.js" name="Manifest with dynamic dependencies > works" time="0.123339542">
|
|
59
49
|
<system-out>
|
|
60
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
50
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/manifest-dynamic-deps/index.ejs )
|
|
61
51
|
|
|
62
52
|
</system-out>
|
|
63
53
|
</testcase>
|
|
64
|
-
|
|
54
|
+
</testsuite>
|
|
55
|
+
<testsuite name="test/manifest-dependencies/main.test.js" timestamp="2026-05-08T07:09:24.002Z" hostname="DavidsMacStudio.localdomain" tests="1" failures="0" errors="0" skipped="0" time="0.300595667">
|
|
56
|
+
<testcase classname="test/manifest-dependencies/main.test.js" name="Manifest with dependencies > works" time="0.298988875">
|
|
65
57
|
<system-out>
|
|
66
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
58
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/manifest-dependencies/index.ejs )
|
|
67
59
|
|
|
68
60
|
</system-out>
|
|
69
61
|
</testcase>
|
|
70
62
|
</testsuite>
|
|
71
|
-
<testsuite name="test/
|
|
72
|
-
<testcase classname="test/
|
|
63
|
+
<testsuite name="test/gettext-multiple/main.test.js" timestamp="2026-05-08T07:09:24.003Z" hostname="DavidsMacStudio.localdomain" tests="2" failures="0" errors="0" skipped="0" time="0.394266625">
|
|
64
|
+
<testcase classname="test/gettext-multiple/main.test.js" name="Multiple dictionaries gettext scenario > works" time="0.1362285">
|
|
73
65
|
<system-out>
|
|
74
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
66
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/gettext-multiple/index.ejs )
|
|
75
67
|
|
|
76
68
|
</system-out>
|
|
77
69
|
</testcase>
|
|
70
|
+
<testcase classname="test/gettext-multiple/main.test.js" name="Multiple dictionaries gettext scenario > works in dev mode" time="0.256284958">
|
|
71
|
+
</testcase>
|
|
72
|
+
</testsuite>
|
|
73
|
+
<testsuite name="test/hmr/main.test.js" timestamp="2026-05-08T07:09:24.003Z" hostname="DavidsMacStudio.localdomain" tests="3" failures="0" errors="0" skipped="0" time="0.556329625">
|
|
74
|
+
<testcase classname="test/hmr/main.test.js" name="HMR > adds timestamps to manifest files" time="0.176942">
|
|
75
|
+
</testcase>
|
|
76
|
+
<testcase classname="test/hmr/main.test.js" name="HMR > adds timestamps to settings manifest files" time="0.149469167">
|
|
77
|
+
</testcase>
|
|
78
|
+
<testcase classname="test/hmr/main.test.js" name="HMR > includes base-path in manifests" time="0.228604958">
|
|
79
|
+
</testcase>
|
|
78
80
|
</testsuite>
|
|
79
|
-
<testsuite name="test/manifest-
|
|
80
|
-
<testcase classname="test/manifest-
|
|
81
|
+
<testsuite name="test/manifest-multiple/main.test.js" timestamp="2026-05-08T07:09:24.003Z" hostname="DavidsMacStudio.localdomain" tests="2" failures="0" errors="0" skipped="0" time="0.272357458">
|
|
82
|
+
<testcase classname="test/manifest-multiple/main.test.js" name="Multiple manifest scenario > works" time="0.143853292">
|
|
81
83
|
<system-out>
|
|
82
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
84
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/manifest-multiple/index.ejs )
|
|
83
85
|
|
|
84
86
|
</system-out>
|
|
85
87
|
</testcase>
|
|
88
|
+
<testcase classname="test/manifest-multiple/main.test.js" name="Multiple manifest scenario > works in dev mode" time="0.127288">
|
|
89
|
+
</testcase>
|
|
86
90
|
</testsuite>
|
|
87
|
-
<testsuite name="test/manifest-
|
|
88
|
-
<testcase classname="test/manifest-
|
|
91
|
+
<testsuite name="test/manifest-externals/main.test.js" timestamp="2026-05-08T07:09:24.004Z" hostname="DavidsMacStudio.localdomain" tests="1" failures="0" errors="0" skipped="0" time="0.140925416">
|
|
92
|
+
<testcase classname="test/manifest-externals/main.test.js" name="Manifest with externalised imports > drops externals from imports/dynamicImports in manifest.json" time="0.139785833">
|
|
89
93
|
<system-out>
|
|
90
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
94
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/manifest-externals/index.ejs )
|
|
91
95
|
|
|
92
96
|
</system-out>
|
|
93
97
|
</testcase>
|
|
94
|
-
|
|
98
|
+
</testsuite>
|
|
99
|
+
<testsuite name="test/manifest-ts/main.test.js" timestamp="2026-05-08T07:09:24.004Z" hostname="DavidsMacStudio.localdomain" tests="2" failures="0" errors="0" skipped="0" time="0.240242792">
|
|
100
|
+
<testcase classname="test/manifest-ts/main.test.js" name="TypeScript manifest entry in dev mode > sets raw with .ts extension on first request (before HMR)" time="0.101531917">
|
|
101
|
+
</testcase>
|
|
102
|
+
<testcase classname="test/manifest-ts/main.test.js" name="TypeScript manifest entry in dev mode > sets raw with .ts extension and HMR timestamp after file change" time="0.137498833">
|
|
95
103
|
</testcase>
|
|
96
104
|
</testsuite>
|
|
97
|
-
<testsuite name="test/manifest-simple/main.test.js" timestamp="2026-
|
|
98
|
-
<testcase classname="test/manifest-simple/main.test.js" name="Simple manifest scenario > works" time="0.
|
|
105
|
+
<testsuite name="test/manifest-simple/main.test.js" timestamp="2026-05-08T07:09:24.004Z" hostname="DavidsMacStudio.localdomain" tests="5" failures="0" errors="0" skipped="0" time="0.261263125">
|
|
106
|
+
<testcase classname="test/manifest-simple/main.test.js" name="Simple manifest scenario > works" time="0.053535833">
|
|
99
107
|
<system-out>
|
|
100
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
108
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/manifest-simple/index.ejs )
|
|
101
109
|
|
|
102
110
|
</system-out>
|
|
103
111
|
</testcase>
|
|
104
|
-
<testcase classname="test/manifest-simple/main.test.js" name="Simple manifest scenario > works in dev mode" time="0.
|
|
112
|
+
<testcase classname="test/manifest-simple/main.test.js" name="Simple manifest scenario > works in dev mode" time="0.078761667">
|
|
105
113
|
</testcase>
|
|
106
|
-
<testcase classname="test/manifest-simple/main.test.js" name="Simple manifest scenario > works in dev mode with base set" time="0.
|
|
114
|
+
<testcase classname="test/manifest-simple/main.test.js" name="Simple manifest scenario > works in dev mode with base set" time="0.042141833">
|
|
107
115
|
</testcase>
|
|
108
|
-
<testcase classname="test/manifest-simple/main.test.js" name="Simple manifest scenario > works in dev mode with base set (new endpoint)" time="0.
|
|
116
|
+
<testcase classname="test/manifest-simple/main.test.js" name="Simple manifest scenario > works in dev mode with base set (new endpoint)" time="0.039807416">
|
|
109
117
|
</testcase>
|
|
110
|
-
<testcase classname="test/manifest-simple/main.test.js" name="Simple manifest scenario > does not empty files on transform" time="0.
|
|
118
|
+
<testcase classname="test/manifest-simple/main.test.js" name="Simple manifest scenario > does not empty files on transform" time="0.045618125">
|
|
111
119
|
</testcase>
|
|
112
120
|
</testsuite>
|
|
113
|
-
<testsuite name="test/
|
|
114
|
-
<testcase classname="test/
|
|
115
|
-
</testcase>
|
|
116
|
-
<testcase classname="test/manifest-ts/main.test.js" name="TypeScript manifest entry in dev mode > sets raw with .ts extension and HMR timestamp after file change" time="0.132073458">
|
|
117
|
-
</testcase>
|
|
118
|
-
</testsuite>
|
|
119
|
-
<testsuite name="test/meta/main.test.js" timestamp="2026-04-07T14:03:14.489Z" hostname="MacBook-Pro-3.fritz.box" tests="1" failures="0" errors="0" skipped="0" time="0.031414625">
|
|
120
|
-
<testcase classname="test/meta/main.test.js" name="Meta option > works" time="0.030664375">
|
|
121
|
+
<testsuite name="test/meta/main.test.js" timestamp="2026-05-08T07:09:24.004Z" hostname="DavidsMacStudio.localdomain" tests="1" failures="0" errors="0" skipped="0" time="0.038965292">
|
|
122
|
+
<testcase classname="test/meta/main.test.js" name="Meta option > works" time="0.037907084">
|
|
121
123
|
<system-out>
|
|
122
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
124
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/meta/index.ejs )
|
|
123
125
|
|
|
124
126
|
</system-out>
|
|
125
127
|
</testcase>
|
|
126
128
|
</testsuite>
|
|
127
|
-
<testsuite name="test/preload-helper-bundled/main.test.js" timestamp="2026-
|
|
128
|
-
<testcase classname="test/preload-helper-bundled/main.test.js" name="Preload helper bundled > works" time="0.
|
|
129
|
+
<testsuite name="test/preload-helper-bundled/main.test.js" timestamp="2026-05-08T07:09:24.005Z" hostname="DavidsMacStudio.localdomain" tests="1" failures="0" errors="0" skipped="0" time="0.157466417">
|
|
130
|
+
<testcase classname="test/preload-helper-bundled/main.test.js" name="Preload helper bundled > works" time="0.155624917">
|
|
129
131
|
<system-out>
|
|
130
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
132
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/preload-helper-bundled/index.ejs )
|
|
131
133
|
|
|
132
134
|
</system-out>
|
|
133
135
|
</testcase>
|
|
134
136
|
</testsuite>
|
|
135
|
-
<testsuite name="test/
|
|
136
|
-
<testcase classname="test/
|
|
137
|
+
<testsuite name="test/settings-core/main.test.js" timestamp="2026-05-08T07:09:24.005Z" hostname="DavidsMacStudio.localdomain" tests="3" failures="0" errors="0" skipped="0" time="0.181796959">
|
|
138
|
+
<testcase classname="test/settings-core/main.test.js" name="Settings like in core > works" time="0.067674542">
|
|
137
139
|
<system-out>
|
|
138
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
140
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/settings-core/index.ejs )
|
|
139
141
|
|
|
140
142
|
</system-out>
|
|
141
143
|
</testcase>
|
|
142
|
-
|
|
143
|
-
<testsuite name="test/hmr/main.test.js" timestamp="2026-04-07T14:03:14.489Z" hostname="MacBook-Pro-3.fritz.box" tests="3" failures="0" errors="0" skipped="0" time="0.412873375">
|
|
144
|
-
<testcase classname="test/hmr/main.test.js" name="HMR > adds timestamps to manifest files" time="0.170893875">
|
|
145
|
-
</testcase>
|
|
146
|
-
<testcase classname="test/hmr/main.test.js" name="HMR > adds timestamps to settings manifest files" time="0.126451291">
|
|
147
|
-
</testcase>
|
|
148
|
-
<testcase classname="test/hmr/main.test.js" name="HMR > includes base-path in manifests" time="0.114840541">
|
|
149
|
-
</testcase>
|
|
150
|
-
</testsuite>
|
|
151
|
-
<testsuite name="test/settings-core/main.test.js" timestamp="2026-04-07T14:03:14.490Z" hostname="MacBook-Pro-3.fritz.box" tests="3" failures="0" errors="0" skipped="0" time="0.146671875">
|
|
152
|
-
<testcase classname="test/settings-core/main.test.js" name="Settings like in core > works" time="0.061365292">
|
|
144
|
+
<testcase classname="test/settings-core/main.test.js" name="Settings like in core > skips settings detection when autoloadSettings is false" time="0.029917375">
|
|
153
145
|
<system-out>
|
|
154
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
146
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/settings-core/index.ejs )
|
|
155
147
|
|
|
156
148
|
</system-out>
|
|
157
149
|
</testcase>
|
|
158
|
-
<testcase classname="test/settings-core/main.test.js" name="Settings like in core >
|
|
150
|
+
<testcase classname="test/settings-core/main.test.js" name="Settings like in core > works in dev mode" time="0.083008833">
|
|
151
|
+
</testcase>
|
|
152
|
+
</testsuite>
|
|
153
|
+
<testsuite name="test/preload-helper-separate/main.test.js" timestamp="2026-05-08T07:09:24.005Z" hostname="DavidsMacStudio.localdomain" tests="1" failures="0" errors="0" skipped="0" time="0.215514084">
|
|
154
|
+
<testcase classname="test/preload-helper-separate/main.test.js" name="Preload helper separate > replaces code for relative path loading" time="0.211644833">
|
|
159
155
|
<system-out>
|
|
160
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
156
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/preload-helper-separate/index.ejs )
|
|
161
157
|
|
|
162
158
|
</system-out>
|
|
163
159
|
</testcase>
|
|
164
|
-
<testcase classname="test/settings-core/main.test.js" name="Settings like in core > works in dev mode" time="0.060228958">
|
|
165
|
-
</testcase>
|
|
166
160
|
</testsuite>
|
|
167
|
-
<testsuite name="test/settings-external/main.test.js" timestamp="2026-
|
|
168
|
-
<testcase classname="test/settings-external/main.test.js" name="Settings external > works" time="0.
|
|
161
|
+
<testsuite name="test/settings-external/main.test.js" timestamp="2026-05-08T07:09:24.006Z" hostname="DavidsMacStudio.localdomain" tests="2" failures="0" errors="0" skipped="0" time="0.213691333">
|
|
162
|
+
<testcase classname="test/settings-external/main.test.js" name="Settings external > works" time="0.129855334">
|
|
169
163
|
<system-out>
|
|
170
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
164
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/settings-external/index.ejs )
|
|
171
165
|
|
|
172
166
|
</system-out>
|
|
173
167
|
</testcase>
|
|
174
|
-
<testcase classname="test/settings-external/main.test.js" name="Settings external > works in dev mode" time="0.
|
|
168
|
+
<testcase classname="test/settings-external/main.test.js" name="Settings external > works in dev mode" time="0.082249">
|
|
175
169
|
</testcase>
|
|
176
170
|
</testsuite>
|
|
177
|
-
<testsuite name="test/settings-ts/main.test.js" timestamp="2026-
|
|
178
|
-
<testcase classname="test/settings-ts/main.test.js" name="Settings typescript > works" time="0.
|
|
171
|
+
<testsuite name="test/settings-ts/main.test.js" timestamp="2026-05-08T07:09:24.006Z" hostname="DavidsMacStudio.localdomain" tests="1" failures="0" errors="0" skipped="0" time="0.180561833">
|
|
172
|
+
<testcase classname="test/settings-ts/main.test.js" name="Settings typescript > works" time="0.17906225">
|
|
179
173
|
<system-out>
|
|
180
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
174
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/settings-ts/index.ejs )
|
|
181
175
|
|
|
182
176
|
</system-out>
|
|
183
177
|
</testcase>
|
|
184
178
|
</testsuite>
|
|
185
|
-
<testsuite name="test/util/deep-merge.test.js" timestamp="2026-
|
|
186
|
-
<testcase classname="test/util/deep-merge.test.js" name="Deep merge > with objects" time="0.
|
|
179
|
+
<testsuite name="test/util/deep-merge.test.js" timestamp="2026-05-08T07:09:24.006Z" hostname="DavidsMacStudio.localdomain" tests="5" failures="0" errors="0" skipped="0" time="0.0035865">
|
|
180
|
+
<testcase classname="test/util/deep-merge.test.js" name="Deep merge > with objects" time="0.001725958">
|
|
187
181
|
</testcase>
|
|
188
|
-
<testcase classname="test/util/deep-merge.test.js" name="Deep merge > with arrays" time="0.
|
|
182
|
+
<testcase classname="test/util/deep-merge.test.js" name="Deep merge > with arrays" time="0.000134208">
|
|
189
183
|
</testcase>
|
|
190
|
-
<testcase classname="test/util/deep-merge.test.js" name="Deep merge > with strings" time="0.
|
|
184
|
+
<testcase classname="test/util/deep-merge.test.js" name="Deep merge > with strings" time="0.000079792">
|
|
191
185
|
</testcase>
|
|
192
|
-
<testcase classname="test/util/deep-merge.test.js" name="Deep merge > with different types - arrays / object" time="0.
|
|
186
|
+
<testcase classname="test/util/deep-merge.test.js" name="Deep merge > with different types - arrays / object" time="0.000513791">
|
|
193
187
|
</testcase>
|
|
194
|
-
<testcase classname="test/util/deep-merge.test.js" name="Deep merge > with different types - object / string" time="0.
|
|
188
|
+
<testcase classname="test/util/deep-merge.test.js" name="Deep merge > with different types - object / string" time="0.000121625">
|
|
195
189
|
</testcase>
|
|
196
190
|
</testsuite>
|
|
197
|
-
<testsuite name="test/settings-with-requirements/main.test.js" timestamp="2026-
|
|
198
|
-
<testcase classname="test/settings-with-requirements/main.test.js" name="Settings like in core, with requirements > works" time="0.
|
|
191
|
+
<testsuite name="test/settings-with-requirements/main.test.js" timestamp="2026-05-08T07:09:24.007Z" hostname="DavidsMacStudio.localdomain" tests="4" failures="0" errors="0" skipped="0" time="0.417094208">
|
|
192
|
+
<testcase classname="test/settings-with-requirements/main.test.js" name="Settings like in core, with requirements > works" time="0.165529125">
|
|
199
193
|
<system-out>
|
|
200
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
194
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/settings-with-requirements/index.ejs )
|
|
201
195
|
|
|
202
196
|
</system-out>
|
|
203
197
|
</testcase>
|
|
204
|
-
<testcase classname="test/settings-with-requirements/main.test.js" name="Settings like in core, with requirements > merges requirements for manifests" time="0.
|
|
198
|
+
<testcase classname="test/settings-with-requirements/main.test.js" name="Settings like in core, with requirements > merges requirements for manifests" time="0.039539125">
|
|
205
199
|
<system-out>
|
|
206
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
200
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/settings-with-requirements/index.ejs )
|
|
207
201
|
|
|
208
202
|
</system-out>
|
|
209
203
|
</testcase>
|
|
210
|
-
<testcase classname="test/settings-with-requirements/main.test.js" name="Settings like in core, with requirements > merges single requirement for manifests" time="0.
|
|
204
|
+
<testcase classname="test/settings-with-requirements/main.test.js" name="Settings like in core, with requirements > merges single requirement for manifests" time="0.144911958">
|
|
211
205
|
<system-out>
|
|
212
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
206
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/settings-with-requirements/index.ejs )
|
|
213
207
|
|
|
214
208
|
</system-out>
|
|
215
209
|
</testcase>
|
|
216
|
-
<testcase classname="test/settings-with-requirements/main.test.js" name="Settings like in core, with requirements > merges multiple requirement for manifests" time="0.
|
|
210
|
+
<testcase classname="test/settings-with-requirements/main.test.js" name="Settings like in core, with requirements > merges multiple requirement for manifests" time="0.063810333">
|
|
217
211
|
<system-out>
|
|
218
|
-
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/
|
|
212
|
+
[vite-plugin-ox-manifests/ejs] Skipped (no index.ejs found at /Users/db/Repositories/gitlab.com/openxchange/appsuite/web-foundation/tools/packages/vite-plugin-ox-manifests/test/settings-with-requirements/index.ejs )
|
|
219
213
|
|
|
220
214
|
</system-out>
|
|
221
215
|
</testcase>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-xchange/vite-plugin-ox-manifests",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "A vite plugin to concat and serve ox manifests",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"chokidar": "^5.0.0",
|
|
26
26
|
"fast-glob": "^3.3.3",
|
|
27
27
|
"parseurl": "^1.3.3",
|
|
28
|
-
"@open-xchange/vite-plugin-
|
|
29
|
-
"@open-xchange/vite-plugin-
|
|
28
|
+
"@open-xchange/vite-plugin-po2json": "1.1.5",
|
|
29
|
+
"@open-xchange/vite-plugin-ox-externals": "1.0.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"vite": "^8.0.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@types/node": "^25.
|
|
35
|
+
"@types/node": "^25.6.0",
|
|
36
36
|
"@types/parseurl": "^1.3.3",
|
|
37
37
|
"less": "^4.6.4",
|
|
38
|
-
"rollup": "^4.
|
|
39
|
-
"typescript": "^6.0.
|
|
40
|
-
"vite": "^8.0.
|
|
41
|
-
"vitest": "^4.1.
|
|
38
|
+
"rollup": "^4.60.3",
|
|
39
|
+
"typescript": "^6.0.3",
|
|
40
|
+
"vite": "^8.0.10",
|
|
41
|
+
"vitest": "^4.1.5",
|
|
42
42
|
"@open-xchange/lint": "0.3.0"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|