@docsector/docsector-reader 1.2.3 → 1.2.4
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/bin/docsector.js +1 -1
- package/package.json +1 -1
- package/src/quasar.factory.js +1 -1
package/bin/docsector.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docsector/docsector-reader",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "A documentation rendering engine built with Vue 3, Quasar v2 and Vite. Transform Markdown into beautiful, navigable documentation sites.",
|
|
5
5
|
"productName": "Docsector Reader",
|
|
6
6
|
"author": "Rodrigo de Araujo Vieira",
|
package/src/quasar.factory.js
CHANGED
|
@@ -894,7 +894,7 @@ async function handleWebBotAuthDirectory (request, env, pathname) {
|
|
|
894
894
|
privateKey
|
|
895
895
|
})
|
|
896
896
|
|
|
897
|
-
const body = JSON.stringify(jwks, null, 2) + '
|
|
897
|
+
const body = JSON.stringify(jwks, null, 2) + '\\n'
|
|
898
898
|
const headers = new Headers({
|
|
899
899
|
'Content-Type': 'application/http-message-signatures-directory+json',
|
|
900
900
|
'Cache-Control': 'public, max-age=60',
|