javascript-solid-server 0.0.98 → 0.0.99

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "javascript-solid-server",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "description": "A minimal, fast Solid server",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
package/src/ap/index.js CHANGED
@@ -148,7 +148,7 @@ export async function activityPubPlugin(fastify, options = {}) {
148
148
  version: '2.1',
149
149
  software: {
150
150
  name: 'jss',
151
- version: '0.0.98',
151
+ version: '0.0.99',
152
152
  repository: 'https://github.com/JavaScriptSolidServer/JavaScriptSolidServer'
153
153
  },
154
154
  protocols: ['activitypub', 'solid'],
@@ -115,7 +115,7 @@ export function createInstanceHandler (config) {
115
115
  title: config.displayName || 'JSS',
116
116
  description: 'SAND Stack: Solid + ActivityPub + Nostr + DID',
117
117
  short_description: 'Solid pod with Mastodon-compatible API',
118
- version: '4.0.0 (compatible; JSS 0.0.98)',
118
+ version: '4.0.0 (compatible; JSS 0.0.99)',
119
119
  urls: {
120
120
  streaming_api: `${wsProtocol}://${host}`
121
121
  },