solid-panes 4.4.2 → 4.5.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.
@@ -5,12 +5,12 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = exports.default = {
8
- buildTime: '2026-06-04T15:44:09Z',
9
- commit: '62f2c2392b2ca3c41f6bc231084469f08503c2bf',
8
+ buildTime: '2026-08-19T14:48:36Z',
9
+ commit: '855a29d6e3dd76abed3e80ca267bb2fe47fe5745',
10
10
  npmInfo: {
11
- 'solid-panes': '4.4.1',
12
- npm: '10.9.8',
13
- node: '22.22.3',
11
+ 'solid-panes': '4.5.0',
12
+ npm: '11.19.0',
13
+ node: '22.23.2',
14
14
  acorn: '8.16.0',
15
15
  ada: '2.9.2',
16
16
  amaro: '1.1.8',
@@ -19,18 +19,18 @@ var _default = exports.default = {
19
19
  cjs_module_lexer: '2.2.0',
20
20
  cldr: '48.0',
21
21
  icu: '78.2',
22
- llhttp: '9.3.1',
22
+ llhttp: '9.4.3',
23
23
  modules: '127',
24
24
  napi: '10',
25
25
  nbytes: '0.1.3',
26
26
  ncrypto: '0.0.1',
27
- nghttp2: '1.64.0',
28
- openssl: '3.5.6',
27
+ nghttp2: '1.69.0',
28
+ openssl: '3.5.7',
29
29
  simdjson: '4.5.0',
30
30
  simdutf: '6.4.2',
31
31
  sqlite: '3.51.3',
32
32
  tz: '2026a',
33
- undici: '6.24.1',
33
+ undici: '6.28.0',
34
34
  unicode: '17.0',
35
35
  uv: '1.51.0',
36
36
  uvwasi: '0.0.23',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-panes",
3
- "version": "4.4.2",
3
+ "version": "4.5.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\"",
@@ -71,10 +71,10 @@
71
71
  "marked": "^18.0.3",
72
72
  "meeting-pane": "^3.0.2",
73
73
  "mime-types": "^3.0.2",
74
- "pane-registry": "^3.1.1",
74
+ "pane-registry": "^4.0.0",
75
75
  "profile-pane": "^3.2.2",
76
76
  "solid-namespace": "^0.5.4",
77
- "solid-ui": "^3.1.2",
77
+ "solid-ui": "^4.0.0",
78
78
  "source-pane": "^3.1.0"
79
79
  },
80
80
  "overrides": {
@@ -111,10 +111,10 @@
111
111
  "node-polyfill-webpack-plugin": "^4.1.0",
112
112
  "path-browserify": "^1.0.1",
113
113
  "raw-loader": "^4.0.2",
114
- "rdflib": "^2.3.9",
114
+ "rdflib": "^2.4.0",
115
115
  "react": "^19.2.6",
116
116
  "react-dom": "^19.2.6",
117
- "solid-logic": "^4.0.7",
117
+ "solid-logic": "^5.0.0",
118
118
  "style-loader": "^4.0.0",
119
119
  "terser-webpack-plugin": "^5.6.0",
120
120
  "ts-jest": "^29.4.9",