solid-panes 4.0.0-newStyle-1df8879e → 4.0.0-newStyle-2618565f
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 +2 -2
- package/dist/versionInfo.js.map +1 -1
- package/package.json +9 -5
package/dist/versionInfo.js
CHANGED
|
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _default = exports.default = {
|
|
8
|
-
buildTime: '2026-01-
|
|
9
|
-
commit: '
|
|
8
|
+
buildTime: '2026-01-16T15:16:34Z',
|
|
9
|
+
commit: '2618565ff6942019e09ad38a92e274c8dc75d32e',
|
|
10
10
|
npmInfo: {
|
|
11
11
|
'solid-panes': '4.0.0-newStyle',
|
|
12
12
|
npm: '10.8.2',
|
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-01-
|
|
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-01-16T15:16:34Z',\n commit: '2618565ff6942019e09ad38a92e274c8dc75d32e',\n npmInfo: {\n 'solid-panes': '4.0.0-newStyle',\n npm: '10.8.2',\n node: '20.19.6',\n acorn: '8.15.0',\n ada: '2.9.2',\n ares: '1.34.5',\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.22.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,gBAAgB;IAC/BC,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,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-panes",
|
|
3
|
-
"version": "4.0.0-newStyle-
|
|
3
|
+
"version": "4.0.0-newStyle-2618565f",
|
|
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",
|
|
7
|
-
"sideEffects":
|
|
7
|
+
"sideEffects": [
|
|
8
|
+
"*.css"
|
|
9
|
+
],
|
|
8
10
|
"files": [
|
|
9
11
|
"dist/",
|
|
10
12
|
"README.md",
|
|
@@ -67,7 +69,7 @@
|
|
|
67
69
|
"meeting-pane": "^3.0.0",
|
|
68
70
|
"mime-types": "^3.0.1",
|
|
69
71
|
"pane-registry": "^3.0.0",
|
|
70
|
-
"profile-pane": "
|
|
72
|
+
"profile-pane": "2.0.0-newStyle-f09cb9e6",
|
|
71
73
|
"solid-namespace": "^0.5.4",
|
|
72
74
|
"source-pane": "^3.0.0"
|
|
73
75
|
},
|
|
@@ -101,6 +103,7 @@
|
|
|
101
103
|
"neostandard": "^0.12.2",
|
|
102
104
|
"node-polyfill-webpack-plugin": "^4.1.0",
|
|
103
105
|
"path-browserify": "^1.0.1",
|
|
106
|
+
"raw-loader": "^4.0.2",
|
|
104
107
|
"rdflib": "^2.3.0",
|
|
105
108
|
"react": "^19.1.1",
|
|
106
109
|
"react-dom": "^19.1.1",
|
|
@@ -108,9 +111,10 @@
|
|
|
108
111
|
"solid-ui": "^3.0.1",
|
|
109
112
|
"style-loader": "^4.0.0",
|
|
110
113
|
"ts-jest": "^29.4.1",
|
|
114
|
+
"ts-loader": "^9.5.4",
|
|
111
115
|
"typescript": "^5.9.2",
|
|
112
|
-
"webpack": "^5.
|
|
116
|
+
"webpack": "^5.104.1",
|
|
113
117
|
"webpack-cli": "^6.0.1",
|
|
114
|
-
"webpack-dev-server": "^5.2.
|
|
118
|
+
"webpack-dev-server": "^5.2.3"
|
|
115
119
|
}
|
|
116
120
|
}
|