@public-ui/kolibri-cli 3.0.0-rc.0 → 3.0.0-rc.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.
- package/README.md +9 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# KoliBri - CLI-Tools
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@public-ui/components)
|
|
4
|
+
[](https://github.com/public-ui/kolibri/blob/main/LICENSE)
|
|
5
|
+
[](https://www.npmjs.com/package/@public-ui/kolibri-cli)
|
|
6
|
+
[](https://github.com/public-ui/kolibri/issues)
|
|
7
|
+
[](https://github.com/public-ui/kolibri/pulls)
|
|
8
|
+
[](https://bundlephobia.com/result?p=@public-ui/kolibri-cli)
|
|
9
|
+

|
|
10
|
+
|
|
3
11
|
## Motivation
|
|
4
12
|
|
|
5
13
|
The `KoliBri` CLI-Tools are a collection of tools to support the development with `KoliBri` components.
|
|
@@ -45,6 +53,7 @@ Commands:
|
|
|
45
53
|
```
|
|
46
54
|
|
|
47
55
|
### Info
|
|
56
|
+
|
|
48
57
|
With the `info` command you can show the current system and KoliBri package information.
|
|
49
58
|
|
|
50
59
|
This command is mainly needed for our bug issue templates.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/kolibri-cli",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"deepmerge": "4.3.1",
|
|
27
27
|
"gradient-string": "2.0.2",
|
|
28
28
|
"loglevel": "1.9.2",
|
|
29
|
-
"prettier": "3.
|
|
29
|
+
"prettier": "3.4.2",
|
|
30
30
|
"semver": "7.6.3"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
"eslint": "8.57.1",
|
|
38
38
|
"eslint-config-prettier": "9.1.0",
|
|
39
39
|
"eslint-plugin-html": "8.1.2",
|
|
40
|
-
"eslint-plugin-jsdoc": "50.
|
|
40
|
+
"eslint-plugin-jsdoc": "50.6.1",
|
|
41
41
|
"eslint-plugin-json": "3.1.0",
|
|
42
42
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
43
43
|
"eslint-plugin-react": "7.37.2",
|
|
44
|
-
"knip": "5.
|
|
44
|
+
"knip": "5.40.0",
|
|
45
45
|
"mocha": "10.8.2",
|
|
46
|
-
"nodemon": "3.1.
|
|
46
|
+
"nodemon": "3.1.9",
|
|
47
47
|
"rimraf": "6.0.1",
|
|
48
48
|
"ts-node": "10.9.2",
|
|
49
|
-
"typescript": "5.
|
|
50
|
-
"@public-ui/components": "3.0.0-rc.
|
|
49
|
+
"typescript": "5.7.2",
|
|
50
|
+
"@public-ui/components": "3.0.0-rc.2"
|
|
51
51
|
},
|
|
52
52
|
"files": [
|
|
53
53
|
"dist"
|