solid-panes 3.6.1 → 3.6.2-65d80a4a
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/coverage/clover.xml +152 -0
- package/coverage/coverage-final.json +6 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +131 -0
- package/coverage/lcov-report/outline/index.html +161 -0
- package/coverage/lcov-report/outline/outlineIcons.js.html +565 -0
- package/coverage/lcov-report/outline/propertyViews.ts.html +196 -0
- package/coverage/lcov-report/outline/viewAsImage.ts.html +121 -0
- package/coverage/lcov-report/outline/viewAsMbox.ts.html +127 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +196 -0
- package/coverage/lcov-report/trustedApplications/index.html +116 -0
- package/coverage/lcov-report/trustedApplications/trustedApplications.utils.ts.html +238 -0
- package/coverage/lcov.info +202 -0
- package/lib/dataContentPane.js +1 -0
- package/lib/dataContentPane.js.map +1 -1
- package/lib/dokieli/dokieliPane.js +21 -8
- package/lib/dokieli/dokieliPane.js.map +1 -1
- package/lib/humanReadablePane.js +12 -14
- package/lib/humanReadablePane.js.map +1 -1
- package/lib/trustedApplications/trustedApplications.utils.js +1 -1
- package/lib/trustedApplications/trustedApplications.utils.js.map +1 -1
- package/lib/versionInfo.d.ts +10 -17
- package/lib/versionInfo.d.ts.map +1 -1
- package/lib/versionInfo.js +20 -27
- package/lib/versionInfo.js.map +1 -1
- package/package.json +30 -30
- package/src/dashboard/languages/get-language-names.sh +0 -0
- package/src/dataContentPane.js +2 -1
- package/src/dokieli/dokieliPane.js +23 -9
- package/src/humanReadablePane.js +11 -10
- package/src/trustedApplications/trustedApplications.utils.ts +1 -1
- package/src/versionInfo.ts +20 -27
- package/timestamp.sh +0 -0
- package/.babelrc +0 -16
- package/.eslintignore +0 -3
- package/.eslintrc +0 -26
- package/.github/workflows/ci.yml +0 -82
- package/.nvmrc +0 -1
package/lib/versionInfo.d.ts
CHANGED
|
@@ -5,29 +5,22 @@ declare const _default: {
|
|
|
5
5
|
'solid-panes': string;
|
|
6
6
|
npm: string;
|
|
7
7
|
node: string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
base64: string;
|
|
8
|
+
v8: string;
|
|
9
|
+
uv: string;
|
|
10
|
+
zlib: string;
|
|
12
11
|
brotli: string;
|
|
13
|
-
|
|
14
|
-
cldr: string;
|
|
15
|
-
icu: string;
|
|
16
|
-
llhttp: string;
|
|
12
|
+
ares: string;
|
|
17
13
|
modules: string;
|
|
18
|
-
napi: string;
|
|
19
14
|
nghttp2: string;
|
|
20
|
-
|
|
21
|
-
|
|
15
|
+
napi: string;
|
|
16
|
+
llhttp: string;
|
|
22
17
|
openssl: string;
|
|
23
|
-
|
|
18
|
+
cldr: string;
|
|
19
|
+
icu: string;
|
|
24
20
|
tz: string;
|
|
25
|
-
undici: string;
|
|
26
21
|
unicode: string;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
v8: string;
|
|
30
|
-
zlib: string;
|
|
22
|
+
ngtcp2: string;
|
|
23
|
+
nghttp3: string;
|
|
31
24
|
};
|
|
32
25
|
};
|
|
33
26
|
export default _default;
|
package/lib/versionInfo.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionInfo.d.ts","sourceRoot":"","sources":["../src/versionInfo.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"versionInfo.d.ts","sourceRoot":"","sources":["../src/versionInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyBE"}
|
package/lib/versionInfo.js
CHANGED
|
@@ -5,35 +5,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _default = exports["default"] = {
|
|
8
|
-
buildTime: "
|
|
9
|
-
commit: "
|
|
8
|
+
buildTime: "2025-02-05T10:12:21Z",
|
|
9
|
+
commit: "65d80a4a704e8b79647cd2bc4b9985e9659a326e",
|
|
10
10
|
npmInfo: {
|
|
11
|
-
'solid-panes': '3.6.
|
|
11
|
+
'solid-panes': '3.6.2',
|
|
12
12
|
npm: '8.19.4',
|
|
13
|
-
node: '20.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
llhttp: '
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
tz: '2024a',
|
|
31
|
-
undici: '6.19.8',
|
|
32
|
-
unicode: '15.1',
|
|
33
|
-
uv: '1.46.0',
|
|
34
|
-
uvwasi: '0.0.21',
|
|
35
|
-
v8: '11.3.244.8-node.23',
|
|
36
|
-
zlib: '1.3.0.1-motley-71660e1'
|
|
13
|
+
node: '16.20.2',
|
|
14
|
+
v8: '9.4.146.26-node.26',
|
|
15
|
+
uv: '1.43.0',
|
|
16
|
+
zlib: '1.2.11',
|
|
17
|
+
brotli: '1.0.9',
|
|
18
|
+
ares: '1.19.1',
|
|
19
|
+
modules: '93',
|
|
20
|
+
nghttp2: '1.47.0',
|
|
21
|
+
napi: '8',
|
|
22
|
+
llhttp: '6.0.11',
|
|
23
|
+
openssl: '1.1.1v+quic',
|
|
24
|
+
cldr: '41.0',
|
|
25
|
+
icu: '71.1',
|
|
26
|
+
tz: '2022f',
|
|
27
|
+
unicode: '14.0',
|
|
28
|
+
ngtcp2: '0.8.1',
|
|
29
|
+
nghttp3: '0.7.0'
|
|
37
30
|
}
|
|
38
31
|
};
|
|
39
32
|
//# sourceMappingURL=versionInfo.js.map
|
package/lib/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionInfo.js","names":["buildTime","commit","npmInfo","npm","node","
|
|
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: \"2025-02-05T10:12:21Z\",\ncommit: \"65d80a4a704e8b79647cd2bc4b9985e9659a326e\",\nnpmInfo:\n{\n 'solid-panes': '3.6.2',\n npm: '8.19.4',\n node: '16.20.2',\n v8: '9.4.146.26-node.26',\n uv: '1.43.0',\n zlib: '1.2.11',\n brotli: '1.0.9',\n ares: '1.19.1',\n modules: '93',\n nghttp2: '1.47.0',\n napi: '8',\n llhttp: '6.0.11',\n openssl: '1.1.1v+quic',\n cldr: '41.0',\n icu: '71.1',\n tz: '2022f',\n unicode: '14.0',\n ngtcp2: '0.8.1',\n nghttp3: '0.7.0'\n}\n};\n"],"mappings":";;;;;;oCAAe;EACfA,SAAS,EAAE,sBAAsB;EACjCC,MAAM,EAAE,0CAA0C;EAClDC,OAAO,EACP;IACE,aAAa,EAAE,OAAO;IACtBC,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,QAAQ;IAChBC,OAAO,EAAE,aAAa;IACtBC,IAAI,EAAE,MAAM;IACZC,GAAG,EAAE,MAAM;IACXC,EAAE,EAAE,OAAO;IACXC,OAAO,EAAE,MAAM;IACfC,MAAM,EAAE,OAAO;IACfC,OAAO,EAAE;EACX;AACA,CAAC","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-panes",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.2-65d80a4a",
|
|
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",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"lint-fix": "eslint 'src/**/*.js' 'src/**/*.ts' --fix",
|
|
18
18
|
"test": "npm run lint && jest src/**/*test*",
|
|
19
19
|
"test-watch": "npm run lint && jest --onlyChanged --watch",
|
|
20
|
-
"prepublishOnly": "npm test && npm run build",
|
|
20
|
+
"ignore:prepublishOnly": "npm test && npm run build",
|
|
21
21
|
"postversion": "git push origin main --follow-tags",
|
|
22
22
|
"start": "npm install && npm run build-version && npx webpack serve --open"
|
|
23
23
|
},
|
|
@@ -46,49 +46,49 @@
|
|
|
46
46
|
"homepage": "https://github.com/solidos/solid-panes",
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@solid/better-simple-slideshow": "^0.1.0",
|
|
49
|
-
"@types/jest": "^29.5.
|
|
50
|
-
"activitystreams-pane": "^0.6.
|
|
51
|
-
"chat-pane": "^2.4.
|
|
52
|
-
"contacts-pane": "^2.6.
|
|
53
|
-
"dompurify": "^3.
|
|
54
|
-
"folder-pane": "^2.4.
|
|
55
|
-
"issue-pane": "^2.4.
|
|
49
|
+
"@types/jest": "^29.5.14",
|
|
50
|
+
"activitystreams-pane": "^0.6.14",
|
|
51
|
+
"chat-pane": "^2.4.27",
|
|
52
|
+
"contacts-pane": "^2.6.13",
|
|
53
|
+
"dompurify": "^3.2.4",
|
|
54
|
+
"folder-pane": "^2.4.28",
|
|
55
|
+
"issue-pane": "^2.4.20",
|
|
56
56
|
"marked": "^11.2.0",
|
|
57
|
-
"meeting-pane": "^2.4.
|
|
57
|
+
"meeting-pane": "^2.4.20",
|
|
58
58
|
"mime-types": "^2.1.35",
|
|
59
|
-
"profile-pane": "^1.1.
|
|
60
|
-
"rdflib": "^2.2.
|
|
61
|
-
"solid-namespace": "^0.5.
|
|
62
|
-
"solid-ui": "^2.5.
|
|
63
|
-
"source-pane": "^2.2.
|
|
59
|
+
"profile-pane": "^1.1.2",
|
|
60
|
+
"rdflib": "^2.2.36",
|
|
61
|
+
"solid-namespace": "^0.5.4",
|
|
62
|
+
"solid-ui": "^2.5.1",
|
|
63
|
+
"source-pane": "^2.2.28"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@babel/cli": "^7.
|
|
67
|
-
"@babel/core": "^7.
|
|
68
|
-
"@babel/preset-env": "^7.
|
|
69
|
-
"@babel/preset-typescript": "^7.
|
|
66
|
+
"@babel/cli": "^7.26.4",
|
|
67
|
+
"@babel/core": "^7.26.7",
|
|
68
|
+
"@babel/preset-env": "^7.26.7",
|
|
69
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
70
70
|
"@testing-library/dom": "^9.3.4",
|
|
71
|
-
"@testing-library/jest-dom": "^6.
|
|
72
|
-
"@types/webpack-env": "^1.18.
|
|
71
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
72
|
+
"@types/webpack-env": "^1.18.8",
|
|
73
73
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
74
74
|
"@typescript-eslint/parser": "^6.21.0",
|
|
75
|
-
"babel-loader": "^9.1
|
|
75
|
+
"babel-loader": "^9.2.1",
|
|
76
76
|
"babel-plugin-inline-import": "^3.0.0",
|
|
77
77
|
"buffer": "^6.0.3",
|
|
78
|
-
"eslint": "^8.57.
|
|
79
|
-
"html-webpack-plugin": "^5.6.
|
|
78
|
+
"eslint": "^8.57.1",
|
|
79
|
+
"html-webpack-plugin": "^5.6.3",
|
|
80
80
|
"husky": "^8.0.3",
|
|
81
81
|
"jest": "^29.7.0",
|
|
82
82
|
"jest-environment-jsdom": "^29.7.0",
|
|
83
83
|
"jest-fetch-mock": "^3.0.3",
|
|
84
|
-
"lint-staged": "^15.
|
|
84
|
+
"lint-staged": "^15.4.3",
|
|
85
85
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
|
86
86
|
"path-browserify": "^1.0.1",
|
|
87
|
-
"react": "^18.
|
|
88
|
-
"react-dom": "^18.
|
|
89
|
-
"ts-jest": "^29.
|
|
90
|
-
"typescript": "^5.
|
|
91
|
-
"webpack": "^5.
|
|
87
|
+
"react": "^18.3.1",
|
|
88
|
+
"react-dom": "^18.3.1",
|
|
89
|
+
"ts-jest": "^29.2.5",
|
|
90
|
+
"typescript": "^5.7.3",
|
|
91
|
+
"webpack": "^5.97.1",
|
|
92
92
|
"webpack-cli": "^5.1.4",
|
|
93
93
|
"webpack-dev-server": "^4.15.2"
|
|
94
94
|
},
|
|
File without changes
|
package/src/dataContentPane.js
CHANGED
|
@@ -153,7 +153,7 @@ export const dataContentPane = {
|
|
|
153
153
|
if (
|
|
154
154
|
UI.utils.ancestor(newTable, 'TABLE') &&
|
|
155
155
|
UI.utils.ancestor(newTable, 'TABLE').style.backgroundColor ===
|
|
156
|
-
|
|
156
|
+
'white'
|
|
157
157
|
) {
|
|
158
158
|
newTable.style.backgroundColor = '#eee'
|
|
159
159
|
} else {
|
|
@@ -198,6 +198,7 @@ export const dataContentPane = {
|
|
|
198
198
|
}
|
|
199
199
|
for (let i = 0; i < roots.length; i++) {
|
|
200
200
|
const tr = myDocument.createElement('tr')
|
|
201
|
+
tr.setAttribute('style', `background-color: ${i % 2 === 0 ? '#f0f0f0' : 'white'};`)
|
|
201
202
|
rep.appendChild(tr)
|
|
202
203
|
const subjectTD = myDocument.createElement('td')
|
|
203
204
|
tr.appendChild(subjectTD)
|
|
@@ -90,7 +90,7 @@ export default {
|
|
|
90
90
|
}
|
|
91
91
|
newPaneOptions.newInstance = newInstance // Save for creation system
|
|
92
92
|
|
|
93
|
-
console.log('New dokieli will make: ' + newInstance)
|
|
93
|
+
// console.log('New dokieli will make: ' + newInstance)
|
|
94
94
|
|
|
95
95
|
let htmlContents = DOKIELI_TEMPLATE
|
|
96
96
|
let filename = newInstance.uri.split('/').slice(-1)[0]
|
|
@@ -104,7 +104,7 @@ export default {
|
|
|
104
104
|
'</article>',
|
|
105
105
|
'<h1>' + encodedTitle + '</h1></article>'
|
|
106
106
|
)
|
|
107
|
-
console.log('@@ New HTML for Dok:' + htmlContents)
|
|
107
|
+
// console.log('@@ New HTML for Dok:' + htmlContents)
|
|
108
108
|
return new Promise(function (resolve) {
|
|
109
109
|
kb.fetcher
|
|
110
110
|
.webOperation('PUT', newInstance.uri, {
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
119
119
|
})
|
|
120
120
|
.catch(function (err) {
|
|
121
121
|
console.log(
|
|
122
|
-
'Error creating
|
|
122
|
+
'Error creating dokieli doc at ' +
|
|
123
123
|
newPaneOptions.newInstance +
|
|
124
124
|
': ' +
|
|
125
125
|
err
|
|
@@ -137,8 +137,25 @@ export default {
|
|
|
137
137
|
// @@ When we can, use CSP to turn off scripts within the iframe
|
|
138
138
|
div.setAttribute('class', 'docView')
|
|
139
139
|
const iframe = myDocument.createElement('IFRAME')
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
|
|
141
|
+
// get with authenticated fetch
|
|
142
|
+
kb.fetcher._fetch(subject.uri)
|
|
143
|
+
.then(function(response) {
|
|
144
|
+
return response.blob()
|
|
145
|
+
})
|
|
146
|
+
.then(function(blob) {
|
|
147
|
+
const objectURL = URL.createObjectURL(blob)
|
|
148
|
+
iframe.setAttribute('src', objectURL) // w640 h480 //
|
|
149
|
+
iframe.setAttribute('type', blob.type)
|
|
150
|
+
iframe.setAttribute('class', 'doc')
|
|
151
|
+
return blob.text()
|
|
152
|
+
})
|
|
153
|
+
.then(function(blobText) {
|
|
154
|
+
const newLines = blobText.includes('<script src="https://dokie.li/scripts/dokieli.js">') ? -10 : 5
|
|
155
|
+
const lines = Math.min(30, blobText.split(/\n/).length + newLines)
|
|
156
|
+
iframe.setAttribute('style', `border: 1px solid; padding: 1em; height:${lines}em; width:800px; resize: both; overflow: auto;`)
|
|
157
|
+
})
|
|
158
|
+
.catch(err => { console.log(err) })
|
|
142
159
|
|
|
143
160
|
const cts = kb.fetcher.getHeader(subject.doc(), 'content-type')
|
|
144
161
|
const ct = cts ? cts[0] : null
|
|
@@ -156,10 +173,7 @@ export default {
|
|
|
156
173
|
|
|
157
174
|
// iframe.setAttribute('sandbox', 'allow-same-origin allow-forms'); // allow-scripts ?? no documents should be static
|
|
158
175
|
|
|
159
|
-
|
|
160
|
-
// iframe.setAttribute('height', '480')
|
|
161
|
-
// iframe.setAttribute('width', '640')
|
|
162
|
-
const tr = myDocument.createElement('tr')
|
|
176
|
+
const tr = myDocument.createElement('tr')
|
|
163
177
|
tr.appendChild(iframe)
|
|
164
178
|
div.appendChild(tr)
|
|
165
179
|
return div
|
package/src/humanReadablePane.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { icons, ns } from 'solid-ui'
|
|
7
7
|
import { Util } from 'rdflib'
|
|
8
8
|
import { marked } from 'marked'
|
|
9
|
-
import
|
|
9
|
+
import DOMPurify from 'dompurify';
|
|
10
10
|
|
|
11
11
|
const humanReadablePane = {
|
|
12
12
|
icon: icons.originalIconBase + 'tango/22-text-x-generic.png',
|
|
@@ -102,7 +102,7 @@ const humanReadablePane = {
|
|
|
102
102
|
|
|
103
103
|
if (ct === 'text/markdown') {
|
|
104
104
|
markdownHtml()
|
|
105
|
-
} else
|
|
105
|
+
} else {
|
|
106
106
|
// get with authenticated fetch
|
|
107
107
|
kb.fetcher._fetch(subject.uri)
|
|
108
108
|
.then(function(response) {
|
|
@@ -110,15 +110,18 @@ const humanReadablePane = {
|
|
|
110
110
|
})
|
|
111
111
|
.then(function(blob) {
|
|
112
112
|
const objectURL = URL.createObjectURL(blob)
|
|
113
|
-
frame.setAttribute('src', objectURL)
|
|
113
|
+
frame.setAttribute('src', objectURL)
|
|
114
|
+
frame.setAttribute('type', blob.type)
|
|
114
115
|
frame.setAttribute('class', 'doc')
|
|
115
|
-
|
|
116
|
+
return blob.type.startsWith('text') ? blob.text() : ''
|
|
117
|
+
})
|
|
118
|
+
.then(function(blobText) {
|
|
119
|
+
const newLines = blobText.includes('<script src="https://dokie.li/scripts/dokieli.js">') ? -10 : 5
|
|
120
|
+
const lines = Math.min(30, blobText.split(/\n/).length + newLines)
|
|
121
|
+
frame.setAttribute('style', `border: 1px solid; padding: 1em; height:${lines}em; width:800px; resize: both; overflow: auto;`)
|
|
116
122
|
})
|
|
117
|
-
} else {
|
|
118
|
-
frame.setAttribute('src', subject.uri) // allow-same-origin
|
|
119
|
-
frame.setAttribute('class', 'doc')
|
|
120
|
-
frame.setAttribute('style', 'resize = both; height:120em; width:80em;')
|
|
121
123
|
}
|
|
124
|
+
|
|
122
125
|
// @@ Note below - if we set ANY sandbox, then Chrome and Safari won't display it if it is PDF.
|
|
123
126
|
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
|
|
124
127
|
// You can't have any sandbox and allow plugins.
|
|
@@ -127,8 +130,6 @@ const humanReadablePane = {
|
|
|
127
130
|
|
|
128
131
|
// iframe.setAttribute('sandbox', 'allow-same-origin allow-forms'); // allow-scripts ?? no documents should be static
|
|
129
132
|
|
|
130
|
-
// iframe.setAttribute('height', '480')
|
|
131
|
-
// iframe.setAttribute('width', '640')
|
|
132
133
|
const tr = myDocument.createElement('TR')
|
|
133
134
|
tr.appendChild(frame)
|
|
134
135
|
div.appendChild(tr)
|
|
@@ -36,7 +36,7 @@ export function getStatementsToAdd (
|
|
|
36
36
|
person: NamedNode,
|
|
37
37
|
ns: Namespaces
|
|
38
38
|
): any {
|
|
39
|
-
const application = new BlankNode(`bn_${nodeName}`)
|
|
39
|
+
const application = new BlankNode(`bn_${nodeName}`) // NamedNode(`${person.doc().uri}#${nodeName}`)
|
|
40
40
|
return [
|
|
41
41
|
st(person, ns.acl('trustedApp'), application, person.doc()),
|
|
42
42
|
st(application, ns.acl('origin'), origin, person.doc()),
|
package/src/versionInfo.ts
CHANGED
|
@@ -1,33 +1,26 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
buildTime: "
|
|
3
|
-
commit: "
|
|
2
|
+
buildTime: "2025-02-05T10:12:21Z",
|
|
3
|
+
commit: "65d80a4a704e8b79647cd2bc4b9985e9659a326e",
|
|
4
4
|
npmInfo:
|
|
5
5
|
{
|
|
6
|
-
'solid-panes': '3.6.
|
|
6
|
+
'solid-panes': '3.6.2',
|
|
7
7
|
npm: '8.19.4',
|
|
8
|
-
node: '20.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
llhttp: '
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
tz: '2024a',
|
|
26
|
-
undici: '6.19.8',
|
|
27
|
-
unicode: '15.1',
|
|
28
|
-
uv: '1.46.0',
|
|
29
|
-
uvwasi: '0.0.21',
|
|
30
|
-
v8: '11.3.244.8-node.23',
|
|
31
|
-
zlib: '1.3.0.1-motley-71660e1'
|
|
8
|
+
node: '16.20.2',
|
|
9
|
+
v8: '9.4.146.26-node.26',
|
|
10
|
+
uv: '1.43.0',
|
|
11
|
+
zlib: '1.2.11',
|
|
12
|
+
brotli: '1.0.9',
|
|
13
|
+
ares: '1.19.1',
|
|
14
|
+
modules: '93',
|
|
15
|
+
nghttp2: '1.47.0',
|
|
16
|
+
napi: '8',
|
|
17
|
+
llhttp: '6.0.11',
|
|
18
|
+
openssl: '1.1.1v+quic',
|
|
19
|
+
cldr: '41.0',
|
|
20
|
+
icu: '71.1',
|
|
21
|
+
tz: '2022f',
|
|
22
|
+
unicode: '14.0',
|
|
23
|
+
ngtcp2: '0.8.1',
|
|
24
|
+
nghttp3: '0.7.0'
|
|
32
25
|
}
|
|
33
26
|
};
|
package/timestamp.sh
CHANGED
|
File without changes
|
package/.babelrc
DELETED
package/.eslintignore
DELETED
package/.eslintrc
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"root": true,
|
|
3
|
-
"env": {
|
|
4
|
-
"browser": true,
|
|
5
|
-
"es6": true,
|
|
6
|
-
"node": true
|
|
7
|
-
},
|
|
8
|
-
"globals": {
|
|
9
|
-
"Atomics": "readonly",
|
|
10
|
-
"SharedArrayBuffer": "readonly"
|
|
11
|
-
},
|
|
12
|
-
"parser": "@typescript-eslint/parser",
|
|
13
|
-
"plugins": [
|
|
14
|
-
"@typescript-eslint"
|
|
15
|
-
],
|
|
16
|
-
"rules": {
|
|
17
|
-
"no-unused-vars": ["warn", {
|
|
18
|
-
"argsIgnorePattern": "^_",
|
|
19
|
-
"varsIgnorePattern": "^_"
|
|
20
|
-
}],
|
|
21
|
-
"@typescript-eslint/no-unused-vars": ["warn", {
|
|
22
|
-
"argsIgnorePattern": "^_",
|
|
23
|
-
"varsIgnorePattern": "^_"
|
|
24
|
-
}]
|
|
25
|
-
}
|
|
26
|
-
}
|
package/.github/workflows/ci.yml
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
|
2
|
-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
|
3
|
-
|
|
4
|
-
name: CI
|
|
5
|
-
|
|
6
|
-
on:
|
|
7
|
-
push:
|
|
8
|
-
branches:
|
|
9
|
-
- "**"
|
|
10
|
-
pull_request:
|
|
11
|
-
branches:
|
|
12
|
-
- "**"
|
|
13
|
-
workflow_dispatch:
|
|
14
|
-
|
|
15
|
-
jobs:
|
|
16
|
-
build:
|
|
17
|
-
|
|
18
|
-
runs-on: ubuntu-latest
|
|
19
|
-
|
|
20
|
-
strategy:
|
|
21
|
-
matrix:
|
|
22
|
-
node-version:
|
|
23
|
-
- 16.x
|
|
24
|
-
- 18.x
|
|
25
|
-
|
|
26
|
-
steps:
|
|
27
|
-
- uses: actions/checkout@v4
|
|
28
|
-
- name: Use Node.js ${{ matrix.node-version }}
|
|
29
|
-
uses: actions/setup-node@v4
|
|
30
|
-
with:
|
|
31
|
-
node-version: ${{ matrix.node-version }}
|
|
32
|
-
- run: npm ci
|
|
33
|
-
- run: npm run lint --if-present
|
|
34
|
-
- run: npm test
|
|
35
|
-
- run: npm run build --if-present
|
|
36
|
-
- name: Save build
|
|
37
|
-
if: matrix.node-version == '16.x'
|
|
38
|
-
uses: actions/upload-artifact@v4
|
|
39
|
-
with:
|
|
40
|
-
name: build
|
|
41
|
-
path: |
|
|
42
|
-
.
|
|
43
|
-
!node_modules
|
|
44
|
-
retention-days: 1
|
|
45
|
-
|
|
46
|
-
npm-publish-build:
|
|
47
|
-
needs: build
|
|
48
|
-
runs-on: ubuntu-latest
|
|
49
|
-
steps:
|
|
50
|
-
- uses: actions/download-artifact@v4
|
|
51
|
-
with:
|
|
52
|
-
name: build
|
|
53
|
-
- uses: actions/setup-node@v4
|
|
54
|
-
with:
|
|
55
|
-
node-version: 16.x
|
|
56
|
-
- uses: rlespinasse/github-slug-action@v3.x
|
|
57
|
-
- name: Append commit hash to package version
|
|
58
|
-
run: 'sed -i -E "s/(\"version\": *\"[^\"]+)/\1-${GITHUB_SHA_SHORT}/" package.json'
|
|
59
|
-
- name: Disable pre- and post-publish actions
|
|
60
|
-
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
|
|
61
|
-
- uses: JS-DevTools/npm-publish@v1
|
|
62
|
-
with:
|
|
63
|
-
token: ${{ secrets.NPM_TOKEN }}
|
|
64
|
-
tag: ${{ env.GITHUB_REF_SLUG }}
|
|
65
|
-
|
|
66
|
-
npm-publish-latest:
|
|
67
|
-
needs: build
|
|
68
|
-
runs-on: ubuntu-latest
|
|
69
|
-
if: github.ref == 'refs/heads/main'
|
|
70
|
-
steps:
|
|
71
|
-
- uses: actions/download-artifact@v4
|
|
72
|
-
with:
|
|
73
|
-
name: build
|
|
74
|
-
- uses: actions/setup-node@v1
|
|
75
|
-
with:
|
|
76
|
-
node-version: 16.x
|
|
77
|
-
- name: Disable pre- and post-publish actions
|
|
78
|
-
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
|
|
79
|
-
- uses: JS-DevTools/npm-publish@v1
|
|
80
|
-
with:
|
|
81
|
-
token: ${{ secrets.NPM_TOKEN }}
|
|
82
|
-
tag: latest
|
package/.nvmrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
v18.19.0
|