@mountainpass/problem-document 0.0.50 → 0.0.51
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/.dry-aged-deps.json +1 -2
- package/package.json +2 -2
package/.dry-aged-deps.json
CHANGED
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"jest": "Pinned to ^27; upgrade requires ts-jest migration",
|
|
19
19
|
"jest-junit": "Major version upgrade; blocked by jest 27.x constraint",
|
|
20
20
|
"prettier": "Major version upgrade; may cause formatting changes across codebase",
|
|
21
|
-
"ts-jest": "Pinned to jest 27.x; upgrade requires jest migration"
|
|
22
|
-
"typescript": "Major version upgrade; requires codebase compatibility verification"
|
|
21
|
+
"ts-jest": "Pinned to jest 27.x; upgrade requires jest migration"
|
|
23
22
|
}
|
|
24
23
|
}
|
package/package.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"json-schema": "^0.4.0",
|
|
52
52
|
"prettier": "^2.6.2",
|
|
53
53
|
"ts-jest": "^27",
|
|
54
|
-
"typescript": "^
|
|
54
|
+
"typescript": "^5"
|
|
55
55
|
},
|
|
56
56
|
"keywords": [
|
|
57
57
|
"problem-details",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"version": "0.0.
|
|
66
|
+
"version": "0.0.51",
|
|
67
67
|
"bugs": {
|
|
68
68
|
"url": "https://github.com/mountain-pass/problem-document/issues"
|
|
69
69
|
},
|