chore: update @scalar/docusaurus and @scalar/types versions to 0.7.16 and 0.2.16 respectively; add new SDK version compatibility entry in TypeScript SDK documentation

This commit is contained in:
kastov
2025-09-23 18:19:53 +03:00
parent 7df3533bc4
commit ff2560f548
3 changed files with 10 additions and 9 deletions

View File

@@ -28,6 +28,7 @@ Always pick and pin the correct version of the SDK to match the version of the R
| Contract Version | Remnawave Panel Version |
| ---------------- | ------------------------------------------ |
| 2.1.57 | 2.1.14 |
| 2.1.41 | 2.1.13 |
| 2.1.39 | 2.1.12 |
| 2.1.33 | 2.1.8, 2.1.9, 2.1.10, 2.1.11 |

16
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@mantine/core": "^8.2.8",
"@mantine/hooks": "^8.2.8",
"@mdx-js/react": "^3.1.1",
"@scalar/docusaurus": "0.7.13",
"@scalar/docusaurus": "0.7.16",
"@tabler/icons-react": "^3.34.1",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.1",
@@ -4666,12 +4666,12 @@
"license": "MIT"
},
"node_modules/@scalar/docusaurus": {
"version": "0.7.13",
"resolved": "https://registry.npmjs.org/@scalar/docusaurus/-/docusaurus-0.7.13.tgz",
"integrity": "sha512-tJ9faMdQhpTCNop4JasuVlHNrwGTL07qj1ZOFDy8uh4J+2hKLCWJda80bantVw4DOlfiCjicYNr499P0OyUwQQ==",
"version": "0.7.16",
"resolved": "https://registry.npmjs.org/@scalar/docusaurus/-/docusaurus-0.7.16.tgz",
"integrity": "sha512-DEzRXfH/0L3UeUXAzT7PsY2tEleWxIINw2/XNbnOl4d2nrXs+CvYeMqfsfRFFbXbJnR03UIxepTPPVVYeQVWMQ==",
"license": "MIT",
"dependencies": {
"@scalar/types": "0.2.13"
"@scalar/types": "0.2.16"
},
"engines": {
"node": ">=20"
@@ -4693,9 +4693,9 @@
}
},
"node_modules/@scalar/types": {
"version": "0.2.13",
"resolved": "https://registry.npmjs.org/@scalar/types/-/types-0.2.13.tgz",
"integrity": "sha512-rO6KGMJqOsBnN/2R4fErMFLpRSPVJElni+HABDpf+ZlLJp2lvxuPn0IXLumK5ytfplUH9iqKgSXjndnZfxSYLQ==",
"version": "0.2.16",
"resolved": "https://registry.npmjs.org/@scalar/types/-/types-0.2.16.tgz",
"integrity": "sha512-XWff9jWfYaj6q3ww94x66S6Q58u/3kA1sDOUhLAwb9va7r58bzk3NRwLOkEEdJmyEns1MEJAM53mY8KRWX6elA==",
"license": "MIT",
"dependencies": {
"@scalar/openapi-types": "0.3.7",

View File

@@ -22,7 +22,7 @@
"@mantine/core": "^8.2.8",
"@mantine/hooks": "^8.2.8",
"@mdx-js/react": "^3.1.1",
"@scalar/docusaurus": "0.7.13",
"@scalar/docusaurus": "0.7.16",
"@tabler/icons-react": "^3.34.1",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.1",