solid-panes 4.2.2 → 4.2.3-1e77dbe0
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/versionInfo.js +3 -3
- package/dist/versionInfo.js.map +1 -1
- package/package.json +9 -7
package/dist/versionInfo.js
CHANGED
|
@@ -5,10 +5,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _default = exports.default = {
|
|
8
|
-
buildTime: '2026-
|
|
9
|
-
commit: '
|
|
8
|
+
buildTime: '2026-03-10T11:17:32Z',
|
|
9
|
+
commit: '1e77dbe0a068518d8e7ea5399cde78ade9fc2793',
|
|
10
10
|
npmInfo: {
|
|
11
|
-
'solid-panes': '4.2.
|
|
11
|
+
'solid-panes': '4.2.3',
|
|
12
12
|
npm: '10.8.2',
|
|
13
13
|
node: '20.20.0',
|
|
14
14
|
acorn: '8.15.0',
|
package/dist/versionInfo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versionInfo.js","names":["buildTime","commit","npmInfo","npm","node","acorn","ada","ares","brotli","cjs_module_lexer","cldr","icu","llhttp","modules","napi","nghttp2","openssl","simdutf","tz","undici","unicode","uv","uvwasi","v8","zlib"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export default {\n buildTime: '2026-
|
|
1
|
+
{"version":3,"file":"versionInfo.js","names":["buildTime","commit","npmInfo","npm","node","acorn","ada","ares","brotli","cjs_module_lexer","cldr","icu","llhttp","modules","napi","nghttp2","openssl","simdutf","tz","undici","unicode","uv","uvwasi","v8","zlib"],"sources":["../src/versionInfo.ts"],"sourcesContent":["export default {\n buildTime: '2026-03-10T11:17:32Z',\n commit: '1e77dbe0a068518d8e7ea5399cde78ade9fc2793',\n npmInfo: {\n 'solid-panes': '4.2.3',\n npm: '10.8.2',\n node: '20.20.0',\n acorn: '8.15.0',\n ada: '2.9.2',\n ares: '1.34.6',\n brotli: '1.1.0',\n cjs_module_lexer: '2.1.0',\n cldr: '47.0',\n icu: '77.1',\n llhttp: '9.3.0',\n modules: '115',\n napi: '9',\n nghttp2: '1.61.0',\n openssl: '3.0.17',\n simdutf: '6.4.2',\n tz: '2025b',\n undici: '6.23.0',\n unicode: '16.0',\n uv: '1.46.0',\n uvwasi: '0.0.23',\n v8: '11.3.244.8-node.33',\n zlib: '1.3.1-470d3a2',\n }\n}\n"],"mappings":";;;;;;iCAAe;EACbA,SAAS,EAAE,sBAAsB;EACjCC,MAAM,EAAE,0CAA0C;EAClDC,OAAO,EAAE;IACP,aAAa,EAAE,OAAO;IACtBC,GAAG,EAAE,QAAQ;IACbC,IAAI,EAAE,SAAS;IACfC,KAAK,EAAE,QAAQ;IACfC,GAAG,EAAE,OAAO;IACZC,IAAI,EAAE,QAAQ;IACdC,MAAM,EAAE,OAAO;IACfC,gBAAgB,EAAE,OAAO;IACzBC,IAAI,EAAE,MAAM;IACZC,GAAG,EAAE,MAAM;IACXC,MAAM,EAAE,OAAO;IACfC,OAAO,EAAE,KAAK;IACdC,IAAI,EAAE,GAAG;IACTC,OAAO,EAAE,QAAQ;IACjBC,OAAO,EAAE,QAAQ;IACjBC,OAAO,EAAE,OAAO;IAChBC,EAAE,EAAE,OAAO;IACXC,MAAM,EAAE,QAAQ;IAChBC,OAAO,EAAE,MAAM;IACfC,EAAE,EAAE,QAAQ;IACZC,MAAM,EAAE,QAAQ;IAChBC,EAAE,EAAE,oBAAoB;IACxBC,IAAI,EAAE;EACR;AACF,CAAC","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-panes",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3-1e77dbe0",
|
|
4
4
|
"description": "Solid-compatible Panes: applets and views for the mashlib and databrowser",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -32,6 +32,8 @@
|
|
|
32
32
|
"preversion": "npm run lint && npm run typecheck && npm test",
|
|
33
33
|
"postversion": "git push origin main --follow-tags",
|
|
34
34
|
"watch": "npm run build-version && babel src -d dist --source-maps --extensions '.ts,.js' --watch",
|
|
35
|
+
"postinstall": "npm run build-version",
|
|
36
|
+
"prestart": "npm run build-version",
|
|
35
37
|
"start": "webpack serve --config webpack.dev.config.mjs --open"
|
|
36
38
|
},
|
|
37
39
|
"repository": {
|
|
@@ -65,11 +67,11 @@
|
|
|
65
67
|
"dompurify": "^3.3.1",
|
|
66
68
|
"folder-pane": "^3.0.1",
|
|
67
69
|
"issue-pane": "^3.0.1",
|
|
68
|
-
"marked": "^17.0.
|
|
70
|
+
"marked": "^17.0.3",
|
|
69
71
|
"meeting-pane": "^3.0.1",
|
|
70
72
|
"mime-types": "^3.0.2",
|
|
71
73
|
"pane-registry": "^3.0.1",
|
|
72
|
-
"profile-pane": "^3.1.
|
|
74
|
+
"profile-pane": "^3.1.2",
|
|
73
75
|
"solid-namespace": "^0.5.4",
|
|
74
76
|
"source-pane": "^3.0.1"
|
|
75
77
|
},
|
|
@@ -87,20 +89,20 @@
|
|
|
87
89
|
"@testing-library/jest-dom": "^6.9.1",
|
|
88
90
|
"@types/jest": "^30.0.0",
|
|
89
91
|
"@types/webpack-env": "^1.18.8",
|
|
90
|
-
"@typescript-eslint/parser": "^8.
|
|
92
|
+
"@typescript-eslint/parser": "^8.56.0",
|
|
91
93
|
"@webpack-cli/serve": "^3.0.1",
|
|
92
94
|
"babel-jest": "^30.2.0",
|
|
93
95
|
"babel-loader": "^10.0.0",
|
|
94
96
|
"babel-plugin-inline-import": "^3.0.0",
|
|
95
97
|
"buffer": "^6.0.3",
|
|
96
|
-
"css-loader": "^7.1.
|
|
97
|
-
"eslint": "^9.39.
|
|
98
|
+
"css-loader": "^7.1.4",
|
|
99
|
+
"eslint": "^9.39.3",
|
|
98
100
|
"globals": "^17.3.0",
|
|
99
101
|
"html-webpack-plugin": "^5.6.6",
|
|
100
102
|
"jest": "^30.2.0",
|
|
101
103
|
"jest-environment-jsdom": "^30.2.0",
|
|
102
104
|
"jest-fetch-mock": "^3.0.3",
|
|
103
|
-
"neostandard": "^0.
|
|
105
|
+
"neostandard": "^0.13.0",
|
|
104
106
|
"node-polyfill-webpack-plugin": "^4.1.0",
|
|
105
107
|
"path-browserify": "^1.0.1",
|
|
106
108
|
"raw-loader": "^4.0.2",
|