@cedx/ui 0.2.0 → 0.4.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/ReadMe.md +5 -5
- package/package.json +8 -8
package/ReadMe.md
CHANGED
|
@@ -6,12 +6,12 @@ Component library by [Cédric Belin](https://cedric-belin.fr), full stack develo
|
|
|
6
6
|
> **Use at your own risk!** No support will be provided.
|
|
7
7
|
|
|
8
8
|
## Documentation
|
|
9
|
-
- [User guide](https://github.com/
|
|
10
|
-
- [Examples](https://github.com/
|
|
9
|
+
- [User guide](https://github.com/CedX/UI/tree/main/docs)
|
|
10
|
+
- [Examples](https://github.com/CedX/UI/tree/main/example)
|
|
11
11
|
|
|
12
12
|
## Development
|
|
13
|
-
- [Git repository](https://github.com/
|
|
14
|
-
- [Submit an issue](https://github.com/
|
|
13
|
+
- [Git repository](https://github.com/CedX/UI)
|
|
14
|
+
- [Submit an issue](https://github.com/CedX/UI/issues)
|
|
15
15
|
|
|
16
16
|
## Licence
|
|
17
|
-
[Belin UI](https://github.com/
|
|
17
|
+
[Belin UI](https://github.com/CedX/UI) is distributed under the MIT License.
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Cédric Belin <cedx@outlook.com>",
|
|
3
|
-
"bugs": "https://github.com/
|
|
3
|
+
"bugs": "https://github.com/CedX/UI/issues",
|
|
4
4
|
"description": "Component library by Cédric Belin, full stack developer.",
|
|
5
|
-
"homepage": "https://github.com/
|
|
5
|
+
"homepage": "https://github.com/CedX/UI",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"name": "@cedx/ui",
|
|
8
|
-
"repository": "
|
|
8
|
+
"repository": "CedX/UI",
|
|
9
9
|
"type": "module",
|
|
10
|
-
"version": "0.
|
|
10
|
+
"version": "0.4.0",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@eslint/js": "^10.0.1",
|
|
13
13
|
"@types/bootstrap": "^5.2.10",
|
|
14
14
|
"@types/chai": "^5.2.3",
|
|
15
15
|
"@types/mocha": "^10.0.10",
|
|
16
|
-
"@types/node": "^25.
|
|
16
|
+
"@types/node": "^25.8.0",
|
|
17
17
|
"@types/serve-handler": "^6.1.4",
|
|
18
18
|
"bootstrap": "^5.3.8",
|
|
19
19
|
"chai": "^6.2.2",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"globals": "^17.6.0",
|
|
22
22
|
"htmx.org": "^2.0.10",
|
|
23
23
|
"mocha": "^11.7.5",
|
|
24
|
-
"playwright": "^1.
|
|
25
|
-
"playwright-chromium": "^1.
|
|
24
|
+
"playwright": "^1.60.0",
|
|
25
|
+
"playwright-chromium": "^1.60.0",
|
|
26
26
|
"serve-handler": "^6.1.7",
|
|
27
27
|
"typescript": "^6.0.3",
|
|
28
|
-
"typescript-eslint": "^8.59.
|
|
28
|
+
"typescript-eslint": "^8.59.3"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=24.0.0"
|