solid-panes 3.5.28-alpha → 3.5.29-alpha
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/README.md +0 -2
- package/lib/RDFXMLPane.js +6 -8
- package/lib/RDFXMLPane.js.map +1 -1
- package/lib/argument/argumentPane.js +10 -11
- package/lib/argument/argumentPane.js.map +1 -1
- package/lib/attach/attachPane.js +47 -85
- package/lib/attach/attachPane.js.map +1 -1
- package/lib/audio/audioPane.js +11 -36
- package/lib/audio/audioPane.js.map +1 -1
- package/lib/classInstancePane.js +11 -20
- package/lib/classInstancePane.js.map +1 -1
- package/lib/dashboard/basicPreferences.js +3 -53
- package/lib/dashboard/basicPreferences.js.map +1 -1
- package/lib/dashboard/dashboardPane.js +2 -18
- package/lib/dashboard/dashboardPane.js.map +1 -1
- package/lib/dashboard/homepage.js +1 -19
- package/lib/dashboard/homepage.js.map +1 -1
- package/lib/dataContentPane.js +15 -58
- package/lib/dataContentPane.js.map +1 -1
- package/lib/defaultPane.js +13 -21
- package/lib/defaultPane.js.map +1 -1
- package/lib/dokieli/dokieliPane.js +19 -28
- package/lib/dokieli/dokieliPane.js.map +1 -1
- package/lib/dokieli/new.js.map +1 -1
- package/lib/form/pane.js +26 -40
- package/lib/form/pane.js.map +1 -1
- package/lib/home/homePane.js +7 -23
- package/lib/home/homePane.js.map +1 -1
- package/lib/humanReadablePane.js +14 -28
- package/lib/humanReadablePane.js.map +1 -1
- package/lib/imagePane.js +9 -13
- package/lib/imagePane.js.map +1 -1
- package/lib/index.js +4 -18
- package/lib/index.js.map +1 -1
- package/lib/internal/internalPane.js +10 -41
- package/lib/internal/internalPane.js.map +1 -1
- package/lib/mainPage/footer.js +0 -4
- package/lib/mainPage/footer.js.map +1 -1
- package/lib/mainPage/header.js +2 -28
- package/lib/mainPage/header.js.map +1 -1
- package/lib/mainPage/index.js +1 -12
- package/lib/mainPage/index.js.map +1 -1
- package/lib/microblogPane/microblogPane.js +100 -237
- package/lib/microblogPane/microblogPane.js.map +1 -1
- package/lib/n3Pane.js +2 -7
- package/lib/n3Pane.js.map +1 -1
- package/lib/outline/context.js +0 -2
- package/lib/outline/context.js.map +1 -1
- package/lib/outline/licenseOptions.js +9 -25
- package/lib/outline/licenseOptions.js.map +1 -1
- package/lib/outline/manager.js +178 -580
- package/lib/outline/manager.js.map +1 -1
- package/lib/outline/manager.test.js +1 -11
- package/lib/outline/manager.test.js.map +1 -1
- package/lib/outline/outlineIcons.js +30 -25
- package/lib/outline/outlineIcons.js.map +1 -1
- package/lib/outline/propertyViews.js +0 -10
- package/lib/outline/propertyViews.js.map +1 -1
- package/lib/outline/propertyViews.test.js +1 -3
- package/lib/outline/propertyViews.test.js.map +1 -1
- package/lib/outline/queryByExample.js +24 -76
- package/lib/outline/queryByExample.js.map +1 -1
- package/lib/outline/userInput.js +214 -454
- package/lib/outline/userInput.js.map +1 -1
- package/lib/outline/viewAsImage.js +0 -6
- package/lib/outline/viewAsImage.js.map +1 -1
- package/lib/outline/viewAsMbox.js +3 -4
- package/lib/outline/viewAsMbox.js.map +1 -1
- package/lib/pad/padPane.js +45 -93
- package/lib/pad/padPane.js.map +1 -1
- package/lib/playlist/playlistPane.js +3 -20
- package/lib/playlist/playlistPane.js.map +1 -1
- package/lib/profile/editProfile.view.js +7 -24
- package/lib/profile/editProfile.view.js.map +1 -1
- package/lib/profile/profile.dom.js +0 -3
- package/lib/profile/profile.dom.js.map +1 -1
- package/lib/registerPanes.js +29 -27
- package/lib/registerPanes.js.map +1 -1
- package/lib/schedule/formsForSchedule.js.map +1 -1
- package/lib/schedule/schedulePane.js +62 -122
- package/lib/schedule/schedulePane.js.map +1 -1
- package/lib/sharing/sharingPane.js +2 -10
- package/lib/sharing/sharingPane.js.map +1 -1
- package/lib/slideshow/slideshowPane.js +9 -14
- package/lib/slideshow/slideshowPane.js.map +1 -1
- package/lib/socialPane.js +43 -124
- package/lib/socialPane.js.map +1 -1
- package/lib/tabbed/tabbedPane.js +1 -15
- package/lib/tabbed/tabbedPane.js.map +1 -1
- package/lib/tableViewPane.js +4 -7
- package/lib/tableViewPane.js.map +1 -1
- package/lib/test-import-export/common.js +2 -1
- package/lib/test-import-export/common.js.map +1 -1
- package/lib/test-import-export/edit-importer.js +7 -9
- package/lib/test-import-export/edit-importer.js.map +1 -1
- package/lib/transaction/pane.js +31 -90
- package/lib/transaction/pane.js.map +1 -1
- package/lib/transaction/period.js +20 -71
- package/lib/transaction/period.js.map +1 -1
- package/lib/trip/tripPane.js +30 -34
- package/lib/trip/tripPane.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.dom.js +8 -34
- package/lib/trustedApplications/trustedApplications.dom.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.test.js +3 -8
- package/lib/trustedApplications/trustedApplications.test.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.utils.js +0 -10
- package/lib/trustedApplications/trustedApplications.utils.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.view.js +1 -22
- package/lib/trustedApplications/trustedApplications.view.js.map +1 -1
- package/lib/ui/pane.js +22 -28
- package/lib/ui/pane.js.map +1 -1
- package/lib/versionInfo.d.ts +2 -0
- package/lib/versionInfo.d.ts.map +1 -1
- package/lib/versionInfo.js +18 -16
- package/lib/versionInfo.js.map +1 -1
- package/lib/video/videoPane.js +2 -5
- package/lib/video/videoPane.js.map +1 -1
- package/package.json +24 -24
- package/src/versionInfo.ts +18 -16
package/lib/versionInfo.js
CHANGED
|
@@ -5,26 +5,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = {
|
|
8
|
-
buildTime: "2022-11-
|
|
9
|
-
commit: "
|
|
8
|
+
buildTime: "2022-11-28T20:06:14Z",
|
|
9
|
+
commit: "c27afb0d74f76ea0197a38a0b20f78a1df749e92",
|
|
10
10
|
npmInfo: {
|
|
11
|
-
'solid-panes': '3.5.
|
|
12
|
-
npm: '8.
|
|
13
|
-
node: '14.
|
|
14
|
-
v8: '
|
|
15
|
-
uv: '1.
|
|
11
|
+
'solid-panes': '3.5.29-alpha',
|
|
12
|
+
npm: '8.19.3',
|
|
13
|
+
node: '16.14.0',
|
|
14
|
+
v8: '9.4.146.24-node.20',
|
|
15
|
+
uv: '1.43.0',
|
|
16
16
|
zlib: '1.2.11',
|
|
17
17
|
brotli: '1.0.9',
|
|
18
|
-
ares: '1.
|
|
19
|
-
modules: '
|
|
20
|
-
nghttp2: '1.
|
|
18
|
+
ares: '1.18.1',
|
|
19
|
+
modules: '93',
|
|
20
|
+
nghttp2: '1.45.1',
|
|
21
21
|
napi: '8',
|
|
22
|
-
llhttp: '
|
|
23
|
-
openssl: '1.1.
|
|
24
|
-
cldr: '
|
|
25
|
-
icu: '
|
|
26
|
-
tz: '
|
|
27
|
-
unicode: '
|
|
22
|
+
llhttp: '6.0.4',
|
|
23
|
+
openssl: '1.1.1m+quic',
|
|
24
|
+
cldr: '40.0',
|
|
25
|
+
icu: '70.1',
|
|
26
|
+
tz: '2021a3',
|
|
27
|
+
unicode: '14.0',
|
|
28
|
+
ngtcp2: '0.1.0-DEV',
|
|
29
|
+
nghttp3: '0.1.0-DEV'
|
|
28
30
|
}
|
|
29
31
|
};
|
|
30
32
|
exports["default"] = _default;
|
package/lib/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionInfo.js","names":["buildTime","commit","npmInfo","npm","node","v8","uv","zlib","brotli","ares","modules","nghttp2","napi","llhttp","openssl","cldr","icu","tz","unicode"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export default {\nbuildTime: \"2022-11-
|
|
1
|
+
{"version":3,"file":"versionInfo.js","names":["buildTime","commit","npmInfo","npm","node","v8","uv","zlib","brotli","ares","modules","nghttp2","napi","llhttp","openssl","cldr","icu","tz","unicode","ngtcp2","nghttp3"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export default {\nbuildTime: \"2022-11-28T20:06:14Z\",\ncommit: \"c27afb0d74f76ea0197a38a0b20f78a1df749e92\",\nnpmInfo:\n{\n 'solid-panes': '3.5.29-alpha',\n npm: '8.19.3',\n node: '16.14.0',\n v8: '9.4.146.24-node.20',\n uv: '1.43.0',\n zlib: '1.2.11',\n brotli: '1.0.9',\n ares: '1.18.1',\n modules: '93',\n nghttp2: '1.45.1',\n napi: '8',\n llhttp: '6.0.4',\n openssl: '1.1.1m+quic',\n cldr: '40.0',\n icu: '70.1',\n tz: '2021a3',\n unicode: '14.0',\n ngtcp2: '0.1.0-DEV',\n nghttp3: '0.1.0-DEV'\n}\n};\n"],"mappings":";;;;;;eAAe;EACfA,SAAS,EAAE,sBAAsB;EACjCC,MAAM,EAAE,0CAA0C;EAClDC,OAAO,EACP;IACE,aAAa,EAAE,cAAc;IAC7BC,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,SAAS;IACfC,EAAE,EAAE,oBAAoB;IACxBC,EAAE,EAAE,QAAQ;IACZC,IAAI,EAAE,QAAQ;IACdC,MAAM,EAAE,OAAO;IACfC,IAAI,EAAE,QAAQ;IACdC,OAAO,EAAE,IAAI;IACbC,OAAO,EAAE,QAAQ;IACjBC,IAAI,EAAE,GAAG;IACTC,MAAM,EAAE,OAAO;IACfC,OAAO,EAAE,aAAa;IACtBC,IAAI,EAAE,MAAM;IACZC,GAAG,EAAE,MAAM;IACXC,EAAE,EAAE,QAAQ;IACZC,OAAO,EAAE,MAAM;IACfC,MAAM,EAAE,WAAW;IACnBC,OAAO,EAAE;EACX;AACA,CAAC;AAAA"}
|
package/lib/video/videoPane.js
CHANGED
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
**
|
|
5
5
|
*/
|
|
6
6
|
var UI = require('solid-ui');
|
|
7
|
-
|
|
8
7
|
var $rdf = require('rdflib');
|
|
9
|
-
|
|
10
8
|
module.exports = {
|
|
11
9
|
icon: UI.icons.iconBase + 'noun_1619.svg',
|
|
12
10
|
name: 'video',
|
|
@@ -15,11 +13,9 @@ module.exports = {
|
|
|
15
13
|
var kb = context.session.store;
|
|
16
14
|
var typeURIs = kb.findTypeURIs(subject);
|
|
17
15
|
var prefix = $rdf.Util.mediaTypeClass('video/*').uri.split('*')[0];
|
|
18
|
-
|
|
19
16
|
for (var t in typeURIs) {
|
|
20
17
|
if (t.startsWith(prefix)) return 'Play video';
|
|
21
18
|
}
|
|
22
|
-
|
|
23
19
|
return null;
|
|
24
20
|
},
|
|
25
21
|
render: function render(subject, context) {
|
|
@@ -31,5 +27,6 @@ module.exports = {
|
|
|
31
27
|
video.setAttribute('width', '100%');
|
|
32
28
|
return div;
|
|
33
29
|
}
|
|
34
|
-
};
|
|
30
|
+
};
|
|
31
|
+
// ends
|
|
35
32
|
//# sourceMappingURL=videoPane.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"videoPane.js","names":["UI","require","$rdf","module","exports","icon","icons","iconBase","name","label","subject","context","kb","session","store","typeURIs","findTypeURIs","prefix","Util","mediaTypeClass","uri","split","t","startsWith","render","dom","div","createElement","video","appendChild","setAttribute"],"sources":["../../src/video/videoPane.js"],"sourcesContent":["/* Single video play Pane\n **\n */\nconst UI = require('solid-ui')\nconst $rdf = require('rdflib')\n\nmodule.exports = {\n icon: UI.icons.iconBase + 'noun_1619.svg',\n\n name: 'video',\n\n // Does the subject deserve an slideshow pane?\n label: function (subject, context) {\n const kb = context.session.store\n const typeURIs = kb.findTypeURIs(subject)\n const prefix = $rdf.Util.mediaTypeClass('video/*').uri.split('*')[0]\n for (const t in typeURIs) {\n if (t.startsWith(prefix)) return 'Play video'\n }\n\n return null\n },\n\n render: function (subject, context) {\n const dom = context.dom\n const div = dom.createElement('div')\n const video = div.appendChild(dom.createElement('video'))\n video.setAttribute('controls', 'yes')\n video.setAttribute('src', subject.uri)\n video.setAttribute('width', '100%')\n return div\n }\n}\n// ends\n"],"mappings":";;AAAA;AACA;AACA;AACA,IAAMA,EAAE,GAAGC,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"videoPane.js","names":["UI","require","$rdf","module","exports","icon","icons","iconBase","name","label","subject","context","kb","session","store","typeURIs","findTypeURIs","prefix","Util","mediaTypeClass","uri","split","t","startsWith","render","dom","div","createElement","video","appendChild","setAttribute"],"sources":["../../src/video/videoPane.js"],"sourcesContent":["/* Single video play Pane\n **\n */\nconst UI = require('solid-ui')\nconst $rdf = require('rdflib')\n\nmodule.exports = {\n icon: UI.icons.iconBase + 'noun_1619.svg',\n\n name: 'video',\n\n // Does the subject deserve an slideshow pane?\n label: function (subject, context) {\n const kb = context.session.store\n const typeURIs = kb.findTypeURIs(subject)\n const prefix = $rdf.Util.mediaTypeClass('video/*').uri.split('*')[0]\n for (const t in typeURIs) {\n if (t.startsWith(prefix)) return 'Play video'\n }\n\n return null\n },\n\n render: function (subject, context) {\n const dom = context.dom\n const div = dom.createElement('div')\n const video = div.appendChild(dom.createElement('video'))\n video.setAttribute('controls', 'yes')\n video.setAttribute('src', subject.uri)\n video.setAttribute('width', '100%')\n return div\n }\n}\n// ends\n"],"mappings":";;AAAA;AACA;AACA;AACA,IAAMA,EAAE,GAAGC,OAAO,CAAC,UAAU,CAAC;AAC9B,IAAMC,IAAI,GAAGD,OAAO,CAAC,QAAQ,CAAC;AAE9BE,MAAM,CAACC,OAAO,GAAG;EACfC,IAAI,EAAEL,EAAE,CAACM,KAAK,CAACC,QAAQ,GAAG,eAAe;EAEzCC,IAAI,EAAE,OAAO;EAEb;EACAC,KAAK,EAAE,eAAUC,OAAO,EAAEC,OAAO,EAAE;IACjC,IAAMC,EAAE,GAAGD,OAAO,CAACE,OAAO,CAACC,KAAK;IAChC,IAAMC,QAAQ,GAAGH,EAAE,CAACI,YAAY,CAACN,OAAO,CAAC;IACzC,IAAMO,MAAM,GAAGf,IAAI,CAACgB,IAAI,CAACC,cAAc,CAAC,SAAS,CAAC,CAACC,GAAG,CAACC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IACpE,KAAK,IAAMC,CAAC,IAAIP,QAAQ,EAAE;MACxB,IAAIO,CAAC,CAACC,UAAU,CAACN,MAAM,CAAC,EAAE,OAAO,YAAY;IAC/C;IAEA,OAAO,IAAI;EACb,CAAC;EAEDO,MAAM,EAAE,gBAAUd,OAAO,EAAEC,OAAO,EAAE;IAClC,IAAMc,GAAG,GAAGd,OAAO,CAACc,GAAG;IACvB,IAAMC,GAAG,GAAGD,GAAG,CAACE,aAAa,CAAC,KAAK,CAAC;IACpC,IAAMC,KAAK,GAAGF,GAAG,CAACG,WAAW,CAACJ,GAAG,CAACE,aAAa,CAAC,OAAO,CAAC,CAAC;IACzDC,KAAK,CAACE,YAAY,CAAC,UAAU,EAAE,KAAK,CAAC;IACrCF,KAAK,CAACE,YAAY,CAAC,KAAK,EAAEpB,OAAO,CAACU,GAAG,CAAC;IACtCQ,KAAK,CAACE,YAAY,CAAC,OAAO,EAAE,MAAM,CAAC;IACnC,OAAOJ,GAAG;EACZ;AACF,CAAC;AACD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-panes",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.29-alpha",
|
|
4
4
|
"description": "Solid-compatible Panes: applets and views for the mashlib and databrowser",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -46,37 +46,37 @@
|
|
|
46
46
|
"homepage": "https://github.com/solidos/solid-panes",
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@solid/better-simple-slideshow": "^0.1.0",
|
|
49
|
-
"activitystreams-pane": "0.6.
|
|
50
|
-
"chat-pane": "2.4.
|
|
51
|
-
"contacts-pane": "^2.6.5-
|
|
52
|
-
"folder-pane": "^2.4.
|
|
53
|
-
"issue-pane": "2.4.
|
|
54
|
-
"marked": "^4.
|
|
55
|
-
"meeting-pane": "^2.3.
|
|
49
|
+
"activitystreams-pane": "0.6.8",
|
|
50
|
+
"chat-pane": "2.4.20",
|
|
51
|
+
"contacts-pane": "^2.6.5-ea0d5381",
|
|
52
|
+
"folder-pane": "^2.4.20",
|
|
53
|
+
"issue-pane": "2.4.14",
|
|
54
|
+
"marked": "^4.2.2",
|
|
55
|
+
"meeting-pane": "^2.3.14",
|
|
56
56
|
"mime-types": "^2.1.35",
|
|
57
|
-
"pane-registry": "2.4.
|
|
58
|
-
"profile-pane": "^1.0.13
|
|
59
|
-
"rdflib": "^2.2.
|
|
60
|
-
"solid-logic": "^2.0.
|
|
57
|
+
"pane-registry": "2.4.13",
|
|
58
|
+
"profile-pane": "^1.0.13",
|
|
59
|
+
"rdflib": "^2.2.21",
|
|
60
|
+
"solid-logic": "^2.0.1",
|
|
61
61
|
"solid-namespace": "^0.5.2",
|
|
62
|
-
"solid-ui": "2.4.
|
|
63
|
-
"source-pane": "2.2.
|
|
62
|
+
"solid-ui": "2.4.24",
|
|
63
|
+
"source-pane": "2.2.19"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@babel/cli": "^7.
|
|
67
|
-
"@babel/core": "^7.
|
|
68
|
-
"@babel/preset-env": "^7.
|
|
66
|
+
"@babel/cli": "^7.19.3",
|
|
67
|
+
"@babel/core": "^7.20.2",
|
|
68
|
+
"@babel/preset-env": "^7.20.2",
|
|
69
69
|
"@babel/preset-typescript": "^7.18.6",
|
|
70
|
-
"@testing-library/dom": "^8.
|
|
70
|
+
"@testing-library/dom": "^8.19.0",
|
|
71
71
|
"@testing-library/jest-dom": "^5.16.5",
|
|
72
72
|
"@types/jest": "^27.5.2",
|
|
73
73
|
"@types/webpack-env": "^1.18.0",
|
|
74
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
75
|
-
"@typescript-eslint/parser": "^5.
|
|
76
|
-
"babel-loader": "^8.
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
75
|
+
"@typescript-eslint/parser": "^5.43.0",
|
|
76
|
+
"babel-loader": "^8.3.0",
|
|
77
77
|
"babel-plugin-inline-import": "^3.0.0",
|
|
78
78
|
"buffer": "^6.0.3",
|
|
79
|
-
"eslint": "^8.
|
|
79
|
+
"eslint": "^8.27.0",
|
|
80
80
|
"html-webpack-plugin": "^5.5.0",
|
|
81
81
|
"husky": "^7.0.4",
|
|
82
82
|
"jest": "^27.5.1",
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
"react-dom": "^18.2.0",
|
|
88
88
|
"ts-jest": "^27.1.5",
|
|
89
89
|
"typescript": "^4.8.2",
|
|
90
|
-
"webpack": "^5.
|
|
90
|
+
"webpack": "^5.75.0",
|
|
91
91
|
"webpack-cli": "^4.10.0",
|
|
92
|
-
"webpack-dev-server": "^4.
|
|
92
|
+
"webpack-dev-server": "^4.11.1"
|
|
93
93
|
},
|
|
94
94
|
"husky": {
|
|
95
95
|
"hooks": {
|
package/src/versionInfo.ts
CHANGED
|
@@ -1,24 +1,26 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
buildTime: "2022-11-
|
|
3
|
-
commit: "
|
|
2
|
+
buildTime: "2022-11-28T20:06:14Z",
|
|
3
|
+
commit: "c27afb0d74f76ea0197a38a0b20f78a1df749e92",
|
|
4
4
|
npmInfo:
|
|
5
5
|
{
|
|
6
|
-
'solid-panes': '3.5.
|
|
7
|
-
npm: '8.
|
|
8
|
-
node: '14.
|
|
9
|
-
v8: '
|
|
10
|
-
uv: '1.
|
|
6
|
+
'solid-panes': '3.5.29-alpha',
|
|
7
|
+
npm: '8.19.3',
|
|
8
|
+
node: '16.14.0',
|
|
9
|
+
v8: '9.4.146.24-node.20',
|
|
10
|
+
uv: '1.43.0',
|
|
11
11
|
zlib: '1.2.11',
|
|
12
12
|
brotli: '1.0.9',
|
|
13
|
-
ares: '1.
|
|
14
|
-
modules: '
|
|
15
|
-
nghttp2: '1.
|
|
13
|
+
ares: '1.18.1',
|
|
14
|
+
modules: '93',
|
|
15
|
+
nghttp2: '1.45.1',
|
|
16
16
|
napi: '8',
|
|
17
|
-
llhttp: '
|
|
18
|
-
openssl: '1.1.
|
|
19
|
-
cldr: '
|
|
20
|
-
icu: '
|
|
21
|
-
tz: '
|
|
22
|
-
unicode: '
|
|
17
|
+
llhttp: '6.0.4',
|
|
18
|
+
openssl: '1.1.1m+quic',
|
|
19
|
+
cldr: '40.0',
|
|
20
|
+
icu: '70.1',
|
|
21
|
+
tz: '2021a3',
|
|
22
|
+
unicode: '14.0',
|
|
23
|
+
ngtcp2: '0.1.0-DEV',
|
|
24
|
+
nghttp3: '0.1.0-DEV'
|
|
23
25
|
}
|
|
24
26
|
};
|