@scm-manager/ui-core 4.0.0-REACT19-20250910-124634 → 4.0.0-REACT19-20250913-143258
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/.turbo/turbo-test.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
yarn run v1.22.22
|
|
2
2
|
$ jest
|
|
3
|
-
PASS src/base/shortcuts/iterator/keyboardIterator.test.tsx (
|
|
4
|
-
PASS src/base/helpers/useDocumentTitle.test.ts (11.
|
|
5
|
-
PASS src/base/text/textSplitAndReplace.test.ts (13.
|
|
3
|
+
PASS src/base/shortcuts/iterator/keyboardIterator.test.tsx (10.899 s)
|
|
4
|
+
PASS src/base/helpers/useDocumentTitle.test.ts (11.466 s)
|
|
5
|
+
PASS src/base/text/textSplitAndReplace.test.ts (13.01 s)
|
|
6
6
|
----------------------------------------|---------|----------|---------|---------|-------------------
|
|
7
7
|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
|
|
8
8
|
----------------------------------------|---------|----------|---------|---------|-------------------
|
|
@@ -169,6 +169,6 @@ All files | 2.3 | 2.15 | 1.33 | 2.27
|
|
|
169
169
|
Test Suites: 3 passed, 3 total
|
|
170
170
|
Tests: 9 passed, 9 total
|
|
171
171
|
Snapshots: 0 total
|
|
172
|
-
Time: 39.
|
|
172
|
+
Time: 39.158 s
|
|
173
173
|
Ran all test suites.
|
|
174
|
-
Done in
|
|
174
|
+
Done in 40.97s.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scm-manager/ui-core",
|
|
3
|
-
"version": "4.0.0-REACT19-
|
|
3
|
+
"version": "4.0.0-REACT19-20250913-143258",
|
|
4
4
|
"main": "./src/index.ts",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"scripts": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
31
31
|
"@radix-ui/react-tooltip": "1.0.2",
|
|
32
32
|
"@radix-ui/react-visually-hidden": "^1.0.3",
|
|
33
|
-
"@scm-manager/ui-api": "4.0.0-REACT19-
|
|
33
|
+
"@scm-manager/ui-api": "4.0.0-REACT19-20250913-143258",
|
|
34
34
|
"mousetrap": "1.6.5"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@scm-manager/eslint-config": "^2.18.2",
|
|
40
40
|
"@scm-manager/prettier-config": "^2.12.0",
|
|
41
41
|
"@scm-manager/tsconfig": "^2.12.0",
|
|
42
|
-
"@scm-manager/ui-types": "4.0.0-REACT19-
|
|
42
|
+
"@scm-manager/ui-types": "4.0.0-REACT19-20250913-143258",
|
|
43
43
|
"@storybook/addon-actions": "^9.0.8",
|
|
44
44
|
"@storybook/addon-docs": "^9.1.5",
|
|
45
45
|
"@storybook/addon-essentials": "^9.0.0-alpha.12",
|