@taimos/radball-digital-api 0.0.36 → 0.0.37

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.
@@ -1595,9 +1595,9 @@
1595
1595
  .container-main {
1596
1596
  grid-template-columns:
1597
1597
  minmax(0, 1fr) minmax(0, 2.5fr) minmax(
1598
- 0,
1599
- 20rem
1600
- );
1598
+ 0,
1599
+ 20rem
1600
+ );
1601
1601
  grid-template-areas: "sidebar content toc";
1602
1602
  }
1603
1603
 
package/package.json CHANGED
@@ -51,11 +51,11 @@
51
51
  "eslint-plugin-import": "^2.32.0",
52
52
  "jest": "^29.7.0",
53
53
  "jest-junit": "^16",
54
- "projen": "0.98.20",
54
+ "projen": "0.98.26",
55
55
  "projen-pipelines": "^0.3.0",
56
56
  "ts-jest": "^29.4.5",
57
57
  "ts-node": "^10.9.2",
58
- "typedoc": "^0.28.14",
58
+ "typedoc": "^0.28.15",
59
59
  "typescript": "^5.9.3"
60
60
  },
61
61
  "dependencies": {
@@ -74,7 +74,7 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "version": "0.0.36",
77
+ "version": "0.0.37",
78
78
  "jest": {
79
79
  "coverageProvider": "v8",
80
80
  "moduleNameMapper": {