@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 CHANGED
@@ -23,7 +23,7 @@ const packageRoot = resolve(__dirname, '..')
23
23
  const args = process.argv.slice(2)
24
24
  const command = args[0]
25
25
 
26
- const VERSION = '1.2.3'
26
+ const VERSION = '1.2.4'
27
27
 
28
28
  const HELP = `
29
29
  Docsector Reader v${VERSION}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsector/docsector-reader",
3
- "version": "1.2.3",
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",
@@ -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) + '\n'
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',