@taimos/radball-digital-api 0.0.7 → 0.0.9
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/docs/assets/style.css +2 -9
- package/package.json +8 -8
package/docs/assets/style.css
CHANGED
|
@@ -504,15 +504,8 @@
|
|
|
504
504
|
body {
|
|
505
505
|
background: var(--color-background);
|
|
506
506
|
font-family:
|
|
507
|
-
-apple-system,
|
|
508
|
-
|
|
509
|
-
"Segoe UI",
|
|
510
|
-
"Noto Sans",
|
|
511
|
-
Helvetica,
|
|
512
|
-
Arial,
|
|
513
|
-
sans-serif,
|
|
514
|
-
"Apple Color Emoji",
|
|
515
|
-
"Segoe UI Emoji";
|
|
507
|
+
-apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
|
|
508
|
+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
|
516
509
|
font-size: 16px;
|
|
517
510
|
color: var(--color-text);
|
|
518
511
|
margin: 0;
|
package/package.json
CHANGED
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@graphql-codegen/cli": "^5.0.7",
|
|
39
39
|
"@graphql-codegen/typescript": "^4.1.6",
|
|
40
40
|
"@stylistic/eslint-plugin": "^2",
|
|
41
|
-
"@taimos/projen": "^0.1.
|
|
41
|
+
"@taimos/projen": "^0.1.18",
|
|
42
42
|
"@types/jest": "^30.0.0",
|
|
43
|
-
"@types/node": "^24.
|
|
43
|
+
"@types/node": "^24.2.1",
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
45
45
|
"@typescript-eslint/parser": "^8",
|
|
46
46
|
"commit-and-tag-version": "^12",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"eslint-plugin-import": "^2.32.0",
|
|
51
51
|
"jest": "^29.7.0",
|
|
52
52
|
"jest-junit": "^16",
|
|
53
|
-
"projen": "0.
|
|
54
|
-
"projen-pipelines": "^0.2.
|
|
55
|
-
"ts-jest": "^29.4.
|
|
53
|
+
"projen": "0.94.2",
|
|
54
|
+
"projen-pipelines": "^0.2.12",
|
|
55
|
+
"ts-jest": "^29.4.1",
|
|
56
56
|
"ts-node": "^10.9.2",
|
|
57
|
-
"typedoc": "^0.28.
|
|
58
|
-
"typescript": "^5.
|
|
57
|
+
"typedoc": "^0.28.10",
|
|
58
|
+
"typescript": "^5.9.2"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"date-fns": "^4.1.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"version": "0.0.
|
|
76
|
+
"version": "0.0.9",
|
|
77
77
|
"jest": {
|
|
78
78
|
"coverageProvider": "v8",
|
|
79
79
|
"moduleNameMapper": {
|