forked from SolidOS/solid-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversionInfo.js
More file actions
36 lines (36 loc) · 915 Bytes
/
versionInfo.js
File metadata and controls
36 lines (36 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
export default {
buildTime: '2026-01-18T06:59:03Z',
commit: '51e41def52ed7dec4189e3eb8ee006e7138863dd',
npmInfo: {
'solid-ui-jss': '3.0.4',
npm: '11.5.1',
node: '24.5.0',
acorn: '8.15.0',
ada: '3.2.6',
amaro: '1.1.1',
ares: '1.34.5',
brotli: '1.1.0',
cjs_module_lexer: '2.1.0',
cldr: '47.0',
icu: '77.1',
llhttp: '9.3.0',
modules: '137',
napi: '10',
nbytes: '0.1.1',
ncrypto: '0.0.1',
nghttp2: '1.66.0',
openssl: '3.5.1',
simdjson: '3.13.0',
simdutf: '6.4.0',
sqlite: '3.50.3',
tz: '2025b',
undici: '7.12.0',
unicode: '16.0',
uv: '1.51.0',
uvwasi: '0.0.21',
v8: '13.6.233.10-node.21',
zlib: '1.3.1-470d3a2',
zstd: '1.5.7',
}
};
//# sourceMappingURL=versionInfo.js.map