@adminforth/upload 2.14.1 → 2.14.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/.woodpecker/release.yml +4 -4
- package/build.log +3 -2
- package/custom/package-lock.json +126 -111
- package/custom/pnpm-lock.yaml +265 -0
- package/dist/custom/package-lock.json +126 -111
- package/dist/custom/pnpm-lock.yaml +265 -0
- package/package.json +3 -3
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@iconify-prerendered/vue-mdi':
|
|
12
|
+
specifier: ^0.25.1718880438
|
|
13
|
+
version: 0.25.1718880438(vue@3.5.29)
|
|
14
|
+
handlebars:
|
|
15
|
+
specifier: ^4.7.8
|
|
16
|
+
version: 4.7.8
|
|
17
|
+
medium-zoom:
|
|
18
|
+
specifier: ^1.1.0
|
|
19
|
+
version: 1.1.0
|
|
20
|
+
|
|
21
|
+
packages:
|
|
22
|
+
|
|
23
|
+
'@babel/helper-string-parser@7.27.1':
|
|
24
|
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
25
|
+
engines: {node: '>=6.9.0'}
|
|
26
|
+
|
|
27
|
+
'@babel/helper-validator-identifier@7.28.5':
|
|
28
|
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
29
|
+
engines: {node: '>=6.9.0'}
|
|
30
|
+
|
|
31
|
+
'@babel/parser@7.29.0':
|
|
32
|
+
resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
|
|
33
|
+
engines: {node: '>=6.0.0'}
|
|
34
|
+
hasBin: true
|
|
35
|
+
|
|
36
|
+
'@babel/types@7.29.0':
|
|
37
|
+
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
38
|
+
engines: {node: '>=6.9.0'}
|
|
39
|
+
|
|
40
|
+
'@iconify-prerendered/vue-mdi@0.25.1718880438':
|
|
41
|
+
resolution: {integrity: sha512-C4ITBtuANNw7ehCjymK6KNqP65Gtp/P7cLgBqwbyZoVU55cxbsUwseW5s4WfuqBd5RdHd2HXZgm+4SJ8E6l8Wg==}
|
|
42
|
+
peerDependencies:
|
|
43
|
+
vue: ^3.0.0
|
|
44
|
+
|
|
45
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
46
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
47
|
+
|
|
48
|
+
'@vue/compiler-core@3.5.29':
|
|
49
|
+
resolution: {integrity: sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw==}
|
|
50
|
+
|
|
51
|
+
'@vue/compiler-dom@3.5.29':
|
|
52
|
+
resolution: {integrity: sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg==}
|
|
53
|
+
|
|
54
|
+
'@vue/compiler-sfc@3.5.29':
|
|
55
|
+
resolution: {integrity: sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA==}
|
|
56
|
+
|
|
57
|
+
'@vue/compiler-ssr@3.5.29':
|
|
58
|
+
resolution: {integrity: sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw==}
|
|
59
|
+
|
|
60
|
+
'@vue/reactivity@3.5.29':
|
|
61
|
+
resolution: {integrity: sha512-zcrANcrRdcLtmGZETBxWqIkoQei8HaFpZWx/GHKxx79JZsiZ8j1du0VUJtu4eJjgFvU/iKL5lRXFXksVmI+5DA==}
|
|
62
|
+
|
|
63
|
+
'@vue/runtime-core@3.5.29':
|
|
64
|
+
resolution: {integrity: sha512-8DpW2QfdwIWOLqtsNcds4s+QgwSaHSJY/SUe04LptianUQ/0xi6KVsu/pYVh+HO3NTVvVJjIPL2t6GdeKbS4Lg==}
|
|
65
|
+
|
|
66
|
+
'@vue/runtime-dom@3.5.29':
|
|
67
|
+
resolution: {integrity: sha512-AHvvJEtcY9tw/uk+s/YRLSlxxQnqnAkjqvK25ZiM4CllCZWzElRAoQnCM42m9AHRLNJ6oe2kC5DCgD4AUdlvXg==}
|
|
68
|
+
|
|
69
|
+
'@vue/server-renderer@3.5.29':
|
|
70
|
+
resolution: {integrity: sha512-G/1k6WK5MusLlbxSE2YTcqAAezS+VuwHhOvLx2KnQU7G2zCH6KIb+5Wyt6UjMq7a3qPzNEjJXs1hvAxDclQH+g==}
|
|
71
|
+
peerDependencies:
|
|
72
|
+
vue: 3.5.29
|
|
73
|
+
|
|
74
|
+
'@vue/shared@3.5.29':
|
|
75
|
+
resolution: {integrity: sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg==}
|
|
76
|
+
|
|
77
|
+
csstype@3.2.3:
|
|
78
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
79
|
+
|
|
80
|
+
entities@7.0.1:
|
|
81
|
+
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
|
|
82
|
+
engines: {node: '>=0.12'}
|
|
83
|
+
|
|
84
|
+
estree-walker@2.0.2:
|
|
85
|
+
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
|
86
|
+
|
|
87
|
+
handlebars@4.7.8:
|
|
88
|
+
resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==}
|
|
89
|
+
engines: {node: '>=0.4.7'}
|
|
90
|
+
hasBin: true
|
|
91
|
+
|
|
92
|
+
magic-string@0.30.21:
|
|
93
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
94
|
+
|
|
95
|
+
medium-zoom@1.1.0:
|
|
96
|
+
resolution: {integrity: sha512-ewyDsp7k4InCUp3jRmwHBRFGyjBimKps/AJLjRSox+2q/2H4p/PNpQf+pwONWlJiOudkBXtbdmVbFjqyybfTmQ==}
|
|
97
|
+
|
|
98
|
+
minimist@1.2.8:
|
|
99
|
+
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
100
|
+
|
|
101
|
+
nanoid@3.3.11:
|
|
102
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
103
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
104
|
+
hasBin: true
|
|
105
|
+
|
|
106
|
+
neo-async@2.6.2:
|
|
107
|
+
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
|
|
108
|
+
|
|
109
|
+
picocolors@1.1.1:
|
|
110
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
111
|
+
|
|
112
|
+
postcss@8.5.8:
|
|
113
|
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
114
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
115
|
+
|
|
116
|
+
source-map-js@1.2.1:
|
|
117
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
118
|
+
engines: {node: '>=0.10.0'}
|
|
119
|
+
|
|
120
|
+
source-map@0.6.1:
|
|
121
|
+
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
|
122
|
+
engines: {node: '>=0.10.0'}
|
|
123
|
+
|
|
124
|
+
uglify-js@3.19.3:
|
|
125
|
+
resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==}
|
|
126
|
+
engines: {node: '>=0.8.0'}
|
|
127
|
+
hasBin: true
|
|
128
|
+
|
|
129
|
+
vue@3.5.29:
|
|
130
|
+
resolution: {integrity: sha512-BZqN4Ze6mDQVNAni0IHeMJ5mwr8VAJ3MQC9FmprRhcBYENw+wOAAjRj8jfmN6FLl0j96OXbR+CjWhmAmM+QGnA==}
|
|
131
|
+
peerDependencies:
|
|
132
|
+
typescript: '*'
|
|
133
|
+
peerDependenciesMeta:
|
|
134
|
+
typescript:
|
|
135
|
+
optional: true
|
|
136
|
+
|
|
137
|
+
wordwrap@1.0.0:
|
|
138
|
+
resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==}
|
|
139
|
+
|
|
140
|
+
snapshots:
|
|
141
|
+
|
|
142
|
+
'@babel/helper-string-parser@7.27.1': {}
|
|
143
|
+
|
|
144
|
+
'@babel/helper-validator-identifier@7.28.5': {}
|
|
145
|
+
|
|
146
|
+
'@babel/parser@7.29.0':
|
|
147
|
+
dependencies:
|
|
148
|
+
'@babel/types': 7.29.0
|
|
149
|
+
|
|
150
|
+
'@babel/types@7.29.0':
|
|
151
|
+
dependencies:
|
|
152
|
+
'@babel/helper-string-parser': 7.27.1
|
|
153
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
154
|
+
|
|
155
|
+
'@iconify-prerendered/vue-mdi@0.25.1718880438(vue@3.5.29)':
|
|
156
|
+
dependencies:
|
|
157
|
+
vue: 3.5.29
|
|
158
|
+
|
|
159
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
160
|
+
|
|
161
|
+
'@vue/compiler-core@3.5.29':
|
|
162
|
+
dependencies:
|
|
163
|
+
'@babel/parser': 7.29.0
|
|
164
|
+
'@vue/shared': 3.5.29
|
|
165
|
+
entities: 7.0.1
|
|
166
|
+
estree-walker: 2.0.2
|
|
167
|
+
source-map-js: 1.2.1
|
|
168
|
+
|
|
169
|
+
'@vue/compiler-dom@3.5.29':
|
|
170
|
+
dependencies:
|
|
171
|
+
'@vue/compiler-core': 3.5.29
|
|
172
|
+
'@vue/shared': 3.5.29
|
|
173
|
+
|
|
174
|
+
'@vue/compiler-sfc@3.5.29':
|
|
175
|
+
dependencies:
|
|
176
|
+
'@babel/parser': 7.29.0
|
|
177
|
+
'@vue/compiler-core': 3.5.29
|
|
178
|
+
'@vue/compiler-dom': 3.5.29
|
|
179
|
+
'@vue/compiler-ssr': 3.5.29
|
|
180
|
+
'@vue/shared': 3.5.29
|
|
181
|
+
estree-walker: 2.0.2
|
|
182
|
+
magic-string: 0.30.21
|
|
183
|
+
postcss: 8.5.8
|
|
184
|
+
source-map-js: 1.2.1
|
|
185
|
+
|
|
186
|
+
'@vue/compiler-ssr@3.5.29':
|
|
187
|
+
dependencies:
|
|
188
|
+
'@vue/compiler-dom': 3.5.29
|
|
189
|
+
'@vue/shared': 3.5.29
|
|
190
|
+
|
|
191
|
+
'@vue/reactivity@3.5.29':
|
|
192
|
+
dependencies:
|
|
193
|
+
'@vue/shared': 3.5.29
|
|
194
|
+
|
|
195
|
+
'@vue/runtime-core@3.5.29':
|
|
196
|
+
dependencies:
|
|
197
|
+
'@vue/reactivity': 3.5.29
|
|
198
|
+
'@vue/shared': 3.5.29
|
|
199
|
+
|
|
200
|
+
'@vue/runtime-dom@3.5.29':
|
|
201
|
+
dependencies:
|
|
202
|
+
'@vue/reactivity': 3.5.29
|
|
203
|
+
'@vue/runtime-core': 3.5.29
|
|
204
|
+
'@vue/shared': 3.5.29
|
|
205
|
+
csstype: 3.2.3
|
|
206
|
+
|
|
207
|
+
'@vue/server-renderer@3.5.29(vue@3.5.29)':
|
|
208
|
+
dependencies:
|
|
209
|
+
'@vue/compiler-ssr': 3.5.29
|
|
210
|
+
'@vue/shared': 3.5.29
|
|
211
|
+
vue: 3.5.29
|
|
212
|
+
|
|
213
|
+
'@vue/shared@3.5.29': {}
|
|
214
|
+
|
|
215
|
+
csstype@3.2.3: {}
|
|
216
|
+
|
|
217
|
+
entities@7.0.1: {}
|
|
218
|
+
|
|
219
|
+
estree-walker@2.0.2: {}
|
|
220
|
+
|
|
221
|
+
handlebars@4.7.8:
|
|
222
|
+
dependencies:
|
|
223
|
+
minimist: 1.2.8
|
|
224
|
+
neo-async: 2.6.2
|
|
225
|
+
source-map: 0.6.1
|
|
226
|
+
wordwrap: 1.0.0
|
|
227
|
+
optionalDependencies:
|
|
228
|
+
uglify-js: 3.19.3
|
|
229
|
+
|
|
230
|
+
magic-string@0.30.21:
|
|
231
|
+
dependencies:
|
|
232
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
233
|
+
|
|
234
|
+
medium-zoom@1.1.0: {}
|
|
235
|
+
|
|
236
|
+
minimist@1.2.8: {}
|
|
237
|
+
|
|
238
|
+
nanoid@3.3.11: {}
|
|
239
|
+
|
|
240
|
+
neo-async@2.6.2: {}
|
|
241
|
+
|
|
242
|
+
picocolors@1.1.1: {}
|
|
243
|
+
|
|
244
|
+
postcss@8.5.8:
|
|
245
|
+
dependencies:
|
|
246
|
+
nanoid: 3.3.11
|
|
247
|
+
picocolors: 1.1.1
|
|
248
|
+
source-map-js: 1.2.1
|
|
249
|
+
|
|
250
|
+
source-map-js@1.2.1: {}
|
|
251
|
+
|
|
252
|
+
source-map@0.6.1: {}
|
|
253
|
+
|
|
254
|
+
uglify-js@3.19.3:
|
|
255
|
+
optional: true
|
|
256
|
+
|
|
257
|
+
vue@3.5.29:
|
|
258
|
+
dependencies:
|
|
259
|
+
'@vue/compiler-dom': 3.5.29
|
|
260
|
+
'@vue/compiler-sfc': 3.5.29
|
|
261
|
+
'@vue/runtime-dom': 3.5.29
|
|
262
|
+
'@vue/server-renderer': 3.5.29(vue@3.5.29)
|
|
263
|
+
'@vue/shared': 3.5.29
|
|
264
|
+
|
|
265
|
+
wordwrap@1.0.0: {}
|