solid-ui 3.0.2 → 3.0.3-133fc2e

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.
@@ -1,8 +1,8 @@
1
1
  export default {
2
- buildTime: '2026-01-24T17:33:20Z',
3
- commit: '25ca0c81234b136bcaecfe242cde01af4080bac5',
2
+ buildTime: '2026-01-24T18:09:36Z',
3
+ commit: '133fc2ecf4c449910d556b5d4eda16fddc86c6d6',
4
4
  npmInfo: {
5
- 'solid-ui': '3.0.2',
5
+ 'solid-ui': '3.0.3',
6
6
  npm: '10.8.2',
7
7
  node: '20.20.0',
8
8
  acorn: '8.15.0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-ui",
3
- "version": "3.0.2",
3
+ "version": "3.0.3-133fc2e",
4
4
  "description": "UI library for Solid applications",
5
5
  "main": "dist/solid-ui.js",
6
6
  "types": "dist/index.d.ts",
@@ -74,8 +74,8 @@
74
74
  "uuid": "^13.0.0"
75
75
  },
76
76
  "peerDependencies": {
77
- "rdflib": "^2.3.0",
78
- "solid-logic": "^4.0.1"
77
+ "rdflib": "^2.3.5",
78
+ "solid-logic": "^4.0.2"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@babel/cli": "^7.28.6",
@@ -116,11 +116,9 @@
116
116
  "jsdom": "^27.4.0",
117
117
  "neostandard": "^0.12.2",
118
118
  "nock": "^15.0.0",
119
- "rdflib": "^2.3.5",
120
119
  "react": "^17.0.2",
121
120
  "react-dom": "^17.0.2",
122
121
  "react-is": "^17.0.2",
123
- "solid-logic": "^4.0.2",
124
122
  "storybook": "8.6.15",
125
123
  "terser-webpack-plugin": "^5.3.16",
126
124
  "typedoc": "^0.28.16",