solid-ui 2.6.1-4197a45 → 2.6.1-45faa7b
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/README.md +8 -0
- package/dist/index.html +1 -1
- package/dist/versionInfo.js +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -119,6 +119,14 @@ When you want to test the component within a solid-pane, you can use the [develo
|
|
|
119
119
|
|
|
120
120
|
## Adding Tests
|
|
121
121
|
|
|
122
|
+
One can run extisting tests with:
|
|
123
|
+
```
|
|
124
|
+
npm run test
|
|
125
|
+
```
|
|
126
|
+
or with coverage
|
|
127
|
+
```
|
|
128
|
+
npm run test-coverage
|
|
129
|
+
```
|
|
122
130
|
The following document gives guidance on how to add and perform testing in solid-ui.
|
|
123
131
|
[Testing in solid-ui](https://github.com/SolidOS/solid-ui/blob/18070a02fa8159a2b83d9503ee400f8e046bf1f6/test/unit/README.md)
|
|
124
132
|
|
package/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html><head><meta charset="utf-8"><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="solid-ui.external.min.js"></script></head><body></body></html>
|
|
1
|
+
<!doctype html><html><head><meta charset="utf-8"><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="solid-ui.esm.external.min.js"></script></head><body></body></html>
|
package/dist/versionInfo.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = {
|
|
4
|
-
buildTime: '2025-10-
|
|
5
|
-
commit: '
|
|
4
|
+
buildTime: '2025-10-24T07:38:04Z',
|
|
5
|
+
commit: '45faa7bcd08cfed594c1220c327f43f3aec6576e',
|
|
6
6
|
npmInfo: {
|
|
7
7
|
'\'solid-ui\'': '\'2.6.1\',',
|
|
8
8
|
npm: '\'10.8.2\',',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "solid-ui",
|
|
3
|
-
"version": "2.6.1-
|
|
3
|
+
"version": "2.6.1-45faa7b",
|
|
4
4
|
"description": "UI library for Solid applications",
|
|
5
5
|
"main": "dist/solid-ui.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"escape-html": "^1.0.3",
|
|
63
63
|
"i": "^0.3.7",
|
|
64
64
|
"mime-types": "^3.0.1",
|
|
65
|
-
"pane-registry": "^2.5.1-
|
|
65
|
+
"pane-registry": "^2.5.1-0c3d1cb",
|
|
66
66
|
"rdflib": "^2.2.37",
|
|
67
|
-
"solid-logic": "^3.1.1-
|
|
67
|
+
"solid-logic": "^3.1.1-da65b2c",
|
|
68
68
|
"solid-namespace": "^0.5.4",
|
|
69
69
|
"uuid": "^11.1.0"
|
|
70
70
|
},
|