solid-panes 4.4.1-test.0 → 4.4.2-0
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/solid-panes.js +16889 -14016
- package/dist/solid-panes.js.map +1 -1
- package/dist/solid-panes.min.js +588 -710
- package/dist/solid-panes.min.js.map +1 -1
- package/dist/versionInfo.js +3 -3
- package/package.json +15 -13
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-06-20T10:43:46Z',
|
|
9
|
+
commit: '6c1af49d36f3d56f586fa442103fb6ff010f4428',
|
|
10
10
|
npmInfo: {
|
|
11
|
-
'solid-panes': '4.4.0',
|
|
11
|
+
'solid-panes': '4.4.2-0',
|
|
12
12
|
npm: '10.9.8',
|
|
13
13
|
node: '22.22.3',
|
|
14
14
|
acorn: '8.16.0',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-panes",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.2-0",
|
|
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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test-watch": "npm run lint && jest --onlyChanged --watch",
|
|
31
31
|
"test-coverage": "jest --coverage --collectCoverageFrom=src/**/*.[jt]s",
|
|
32
32
|
"test-debug": "node --inspect-brk ./node_modules/.bin/jest -i --env jest-environment-node-debug",
|
|
33
|
-
"prepublishOnly": "npm run build && npm run lint && npm test",
|
|
33
|
+
"ignore:prepublishOnly": "npm run build && npm run lint && npm test",
|
|
34
34
|
"preversion": "npm run lint && npm run typecheck && npm test",
|
|
35
35
|
"postversion": "git push origin main --follow-tags",
|
|
36
36
|
"watch": "npm run build-version && concurrently -k -n babel,types,webpack \"npm:watch-js\" \"npm:watch-types\" \"npm:watch-dist\"",
|
|
@@ -61,21 +61,22 @@
|
|
|
61
61
|
"homepage": "https://github.com/SolidOS/solid-panes",
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@solid/better-simple-slideshow": "^0.1.0",
|
|
64
|
-
"activitystreams-pane": "^1.0.
|
|
65
|
-
"chat-pane": "^3.0.
|
|
66
|
-
"contacts-pane": "^3.2.
|
|
64
|
+
"activitystreams-pane": "^1.0.3-0",
|
|
65
|
+
"chat-pane": "^3.0.4-0",
|
|
66
|
+
"contacts-pane": "^3.2.1-1",
|
|
67
67
|
"dompurify": "^3.4.4",
|
|
68
|
-
"folder-pane": "^3.1.0",
|
|
69
|
-
"issue-pane": "^3.0.
|
|
68
|
+
"folder-pane": "^3.1.1-0",
|
|
69
|
+
"issue-pane": "^3.0.3-0",
|
|
70
70
|
"lit-html": "^3.3.2",
|
|
71
71
|
"marked": "^18.0.3",
|
|
72
|
-
"meeting-pane": "^3.0.
|
|
72
|
+
"meeting-pane": "^3.0.3-0",
|
|
73
73
|
"mime-types": "^3.0.2",
|
|
74
|
-
"pane-registry": "^3.1.
|
|
75
|
-
"
|
|
74
|
+
"pane-registry": "^3.1.2-test.0",
|
|
75
|
+
"patch-package": "^8.0.1",
|
|
76
|
+
"profile-pane": "^3.2.3-0",
|
|
76
77
|
"solid-namespace": "^0.5.4",
|
|
77
|
-
"solid-ui": "^3.1.
|
|
78
|
-
"source-pane": "^3.1.0"
|
|
78
|
+
"solid-ui": "^3.1.3-0",
|
|
79
|
+
"source-pane": "^3.1.1-0"
|
|
79
80
|
},
|
|
80
81
|
"overrides": {
|
|
81
82
|
"rdflib": "$rdflib",
|
|
@@ -97,6 +98,7 @@
|
|
|
97
98
|
"babel-jest": "^30.4.1",
|
|
98
99
|
"babel-loader": "^10.1.1",
|
|
99
100
|
"babel-plugin-inline-import": "^3.0.0",
|
|
101
|
+
"babel-plugin-transform-import-meta": "^2.3.3",
|
|
100
102
|
"buffer": "^6.0.3",
|
|
101
103
|
"concurrently": "^9.2.1",
|
|
102
104
|
"copy-webpack-plugin": "^14.0.0",
|
|
@@ -114,7 +116,7 @@
|
|
|
114
116
|
"rdflib": "^2.3.9",
|
|
115
117
|
"react": "^19.2.6",
|
|
116
118
|
"react-dom": "^19.2.6",
|
|
117
|
-
"solid-logic": "^4.0.
|
|
119
|
+
"solid-logic": "^4.0.8-test.0",
|
|
118
120
|
"style-loader": "^4.0.0",
|
|
119
121
|
"terser-webpack-plugin": "^5.6.0",
|
|
120
122
|
"ts-jest": "^29.4.9",
|