solid-ui 2.4.25-2c72c08a → 2.4.25-3d353685
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/main.js +14 -12
- package/dist/main.js.map +1 -1
- package/lib/versionInfo.d.ts +2 -0
- package/lib/versionInfo.d.ts.map +1 -1
- package/lib/versionInfo.js +14 -12
- package/lib/versionInfo.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -13119,26 +13119,28 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
13119
13119
|
}));
|
|
13120
13120
|
exports.versionInfo = void 0;
|
|
13121
13121
|
var versionInfo = {
|
|
13122
|
-
buildTime: '2023-02-
|
|
13123
|
-
commit: '
|
|
13122
|
+
buildTime: '2023-02-13T18:33:53Z',
|
|
13123
|
+
commit: '3d3536854bc96f1a76b3da3788eb578207ead433',
|
|
13124
13124
|
npmInfo: {
|
|
13125
13125
|
'solid-ui': '2.4.25',
|
|
13126
13126
|
npm: '8.19.3',
|
|
13127
|
-
node: '
|
|
13128
|
-
v8: '
|
|
13129
|
-
uv: '1.
|
|
13127
|
+
node: '16.19.0',
|
|
13128
|
+
v8: '9.4.146.26-node.24',
|
|
13129
|
+
uv: '1.43.0',
|
|
13130
13130
|
zlib: '1.2.11',
|
|
13131
13131
|
brotli: '1.0.9',
|
|
13132
13132
|
ares: '1.18.1',
|
|
13133
|
-
modules: '
|
|
13134
|
-
nghttp2: '1.
|
|
13133
|
+
modules: '93',
|
|
13134
|
+
nghttp2: '1.47.0',
|
|
13135
13135
|
napi: '8',
|
|
13136
|
-
llhttp: '
|
|
13137
|
-
openssl: '1.1.1s',
|
|
13138
|
-
cldr: '
|
|
13139
|
-
icu: '
|
|
13136
|
+
llhttp: '6.0.10',
|
|
13137
|
+
openssl: '1.1.1s+quic',
|
|
13138
|
+
cldr: '41.0',
|
|
13139
|
+
icu: '71.1',
|
|
13140
13140
|
tz: '2022f',
|
|
13141
|
-
unicode: '14.0'
|
|
13141
|
+
unicode: '14.0',
|
|
13142
|
+
ngtcp2: '0.8.1',
|
|
13143
|
+
nghttp3: '0.7.0'
|
|
13142
13144
|
}
|
|
13143
13145
|
};
|
|
13144
13146
|
exports.versionInfo = versionInfo;
|