solid-panes 4.4.2-1 → 4.4.2-2

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,10 +5,10 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = exports.default = {
8
- buildTime: '2026-06-21T08:02:47Z',
9
- commit: 'fdae0deedf24c4329cf62f371877d440f7967fed',
8
+ buildTime: '2026-06-21T16:22:55Z',
9
+ commit: '647e747737da2fa509c55bf4510f87dd24806717',
10
10
  npmInfo: {
11
- 'solid-panes': '4.4.2-1',
11
+ 'solid-panes': '4.4.2-2',
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.2-1",
3
+ "version": "4.4.2-2",
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,7 +32,6 @@
32
32
  "test-debug": "node --inspect-brk ./node_modules/.bin/jest -i --env jest-environment-node-debug",
33
33
  "ignore:prepublishOnly": "npm run build && npm run lint && npm test",
34
34
  "preversion": "npm run lint && npm run typecheck && npm test",
35
- "postversion": "git push origin main --follow-tags",
36
35
  "watch": "npm run build-version && concurrently -k -n babel,types,webpack \"npm:watch-js\" \"npm:watch-types\" \"npm:watch-dist\"",
37
36
  "start": "webpack serve --config webpack.dev.config.mjs --open"
38
37
  },
@@ -71,11 +70,11 @@
71
70
  "marked": "^18.0.3",
72
71
  "meeting-pane": "^3.0.3-0",
73
72
  "mime-types": "^3.0.2",
74
- "pane-registry": "^3.1.2-test.0",
73
+ "pane-registry": "^3.1.2-0",
75
74
  "patch-package": "^8.0.1",
76
75
  "profile-pane": "^3.2.3-0",
77
76
  "solid-namespace": "^0.5.4",
78
- "solid-ui": "^3.1.3-0",
77
+ "solid-ui": "^3.1.3-1",
79
78
  "source-pane": "^3.1.1-0"
80
79
  },
81
80
  "overrides": {
@@ -116,7 +115,7 @@
116
115
  "rdflib": "^2.3.9",
117
116
  "react": "^19.2.6",
118
117
  "react-dom": "^19.2.6",
119
- "solid-logic": "^4.0.8-test.0",
118
+ "solid-logic": "^4.0.8-0",
120
119
  "style-loader": "^4.0.0",
121
120
  "terser-webpack-plugin": "^5.6.0",
122
121
  "ts-jest": "^29.4.9",
@@ -125,5 +124,19 @@
125
124
  "webpack": "^5.106.2",
126
125
  "webpack-cli": "^6.0.1",
127
126
  "webpack-dev-server": "^5.2.4"
128
- }
127
+ },
128
+ "solidosDependencies": [
129
+ "rdflib",
130
+ "solid-logic",
131
+ "solid-ui",
132
+ "pane-registry",
133
+ "activitystreams-pane",
134
+ "chat-pane",
135
+ "contacts-pane",
136
+ "folder-pane",
137
+ "issue-pane",
138
+ "meeting-pane",
139
+ "profile-pane",
140
+ "source-pane"
141
+ ]
129
142
  }