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 +1 -1
- package/src/ap/index.js +1 -1
- package/src/ap/routes/mastodon.js +1 -1
package/package.json
CHANGED
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.
|
|
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.
|
|
118
|
+
version: '4.0.0 (compatible; JSS 0.0.99)',
|
|
119
119
|
urls: {
|
|
120
120
|
streaming_api: `${wsProtocol}://${host}`
|
|
121
121
|
},
|