@sockethub/server 5.0.0-alpha.8 → 5.0.0-alpha.9
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/dist/index.js +14 -14
- package/dist/index.js.map +1 -1
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -81826,7 +81826,7 @@ var require_package3 = __commonJS((exports, module) => {
|
|
|
81826
81826
|
module.exports = {
|
|
81827
81827
|
name: "@sockethub/server",
|
|
81828
81828
|
description: "A polyglot messaging service, server libraries",
|
|
81829
|
-
version: "5.0.0-alpha.
|
|
81829
|
+
version: "5.0.0-alpha.9",
|
|
81830
81830
|
type: "module",
|
|
81831
81831
|
private: false,
|
|
81832
81832
|
author: "Nick Jennings <nick@silverbucket.net>",
|
|
@@ -81875,11 +81875,11 @@ var require_package3 = __commonJS((exports, module) => {
|
|
|
81875
81875
|
homepage: "https://sockethub.org",
|
|
81876
81876
|
dependencies: {
|
|
81877
81877
|
"@sentry/bun": "^10.36.0",
|
|
81878
|
-
"@sockethub/activity-streams": "^4.4.0-alpha.
|
|
81879
|
-
"@sockethub/client": "^5.0.0-alpha.
|
|
81880
|
-
"@sockethub/crypto": "^1.0.0-alpha.
|
|
81881
|
-
"@sockethub/data-layer": "^1.0.0-alpha.
|
|
81882
|
-
"@sockethub/schemas": "^3.0.0-alpha.
|
|
81878
|
+
"@sockethub/activity-streams": "^4.4.0-alpha.9",
|
|
81879
|
+
"@sockethub/client": "^5.0.0-alpha.9",
|
|
81880
|
+
"@sockethub/crypto": "^1.0.0-alpha.9",
|
|
81881
|
+
"@sockethub/data-layer": "^1.0.0-alpha.9",
|
|
81882
|
+
"@sockethub/schemas": "^3.0.0-alpha.9",
|
|
81883
81883
|
"body-parser": "^1.20.4",
|
|
81884
81884
|
chalk: "^5.6.2",
|
|
81885
81885
|
debug: "^4.4.3",
|
|
@@ -81909,14 +81909,14 @@ var require_package3 = __commonJS((exports, module) => {
|
|
|
81909
81909
|
"web-streams-polyfill": "^3.3.3"
|
|
81910
81910
|
},
|
|
81911
81911
|
optionalDependencies: {
|
|
81912
|
-
"@sockethub/examples": "^1.0.0-alpha.
|
|
81913
|
-
"@sockethub/platform-dummy": "^3.0.0-alpha.
|
|
81914
|
-
"@sockethub/platform-feeds": "^4.0.0-alpha.
|
|
81915
|
-
"@sockethub/platform-irc": "^4.0.0-alpha.
|
|
81916
|
-
"@sockethub/platform-metadata": "^1.0.1-alpha.
|
|
81917
|
-
"@sockethub/platform-xmpp": "^5.0.0-alpha.
|
|
81912
|
+
"@sockethub/examples": "^1.0.0-alpha.9",
|
|
81913
|
+
"@sockethub/platform-dummy": "^3.0.0-alpha.9",
|
|
81914
|
+
"@sockethub/platform-feeds": "^4.0.0-alpha.9",
|
|
81915
|
+
"@sockethub/platform-irc": "^4.0.0-alpha.9",
|
|
81916
|
+
"@sockethub/platform-metadata": "^1.0.1-alpha.4",
|
|
81917
|
+
"@sockethub/platform-xmpp": "^5.0.0-alpha.9"
|
|
81918
81918
|
},
|
|
81919
|
-
gitHead: "
|
|
81919
|
+
gitHead: "917cd17f403768037a0ee3d251ac720a81f55d86"
|
|
81920
81920
|
};
|
|
81921
81921
|
});
|
|
81922
81922
|
|
|
@@ -166462,4 +166462,4 @@ export {
|
|
|
166462
166462
|
server
|
|
166463
166463
|
};
|
|
166464
166464
|
|
|
166465
|
-
//# debugId=
|
|
166465
|
+
//# debugId=DBF76C97DB3F10F164756E2164756E21
|