@sockethub/server 5.0.0-alpha.7 → 5.0.0-alpha.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sockethub/server",
3
3
  "description": "A polyglot messaging service, server libraries",
4
- "version": "5.0.0-alpha.7",
4
+ "version": "5.0.0-alpha.8",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "author": "Nick Jennings <nick@silverbucket.net>",
@@ -55,11 +55,11 @@
55
55
  "homepage": "https://sockethub.org",
56
56
  "dependencies": {
57
57
  "@sentry/bun": "^10.36.0",
58
- "@sockethub/activity-streams": "^4.4.0-alpha.7",
59
- "@sockethub/client": "^5.0.0-alpha.7",
60
- "@sockethub/crypto": "^1.0.0-alpha.7",
61
- "@sockethub/data-layer": "^1.0.0-alpha.7",
62
- "@sockethub/schemas": "^3.0.0-alpha.7",
58
+ "@sockethub/activity-streams": "^4.4.0-alpha.8",
59
+ "@sockethub/client": "^5.0.0-alpha.8",
60
+ "@sockethub/crypto": "^1.0.0-alpha.8",
61
+ "@sockethub/data-layer": "^1.0.0-alpha.8",
62
+ "@sockethub/schemas": "^3.0.0-alpha.8",
63
63
  "body-parser": "^1.20.4",
64
64
  "chalk": "^5.6.2",
65
65
  "debug": "^4.4.3",
@@ -71,7 +71,7 @@
71
71
  "socket.io": "^4.7.5"
72
72
  },
73
73
  "scripts": {
74
- "build": "bun build src/index.ts --outdir dist --target node --format esm --sourcemap=external",
74
+ "build": "bun build src/index.ts --outdir dist --target node --format esm --sourcemap=external && bun build src/platform.ts --outdir dist --target node --format esm --sourcemap=external && cp src/defaults.json dist/defaults.json",
75
75
  "clean": "rm -rf dist",
76
76
  "dev": "DEBUG=sockethub* bun run --hot ./bin/sockethub --examples",
77
77
  "start": "DEBUG=sockethub* bun run ./bin/sockethub"
@@ -89,12 +89,12 @@
89
89
  "web-streams-polyfill": "^3.3.3"
90
90
  },
91
91
  "optionalDependencies": {
92
- "@sockethub/examples": "^1.0.0-alpha.7",
93
- "@sockethub/platform-dummy": "^3.0.0-alpha.7",
94
- "@sockethub/platform-feeds": "^4.0.0-alpha.7",
95
- "@sockethub/platform-irc": "^4.0.0-alpha.7",
96
- "@sockethub/platform-metadata": "^1.0.1-alpha.2",
97
- "@sockethub/platform-xmpp": "^5.0.0-alpha.7"
92
+ "@sockethub/examples": "^1.0.0-alpha.8",
93
+ "@sockethub/platform-dummy": "^3.0.0-alpha.8",
94
+ "@sockethub/platform-feeds": "^4.0.0-alpha.8",
95
+ "@sockethub/platform-irc": "^4.0.0-alpha.8",
96
+ "@sockethub/platform-metadata": "^1.0.1-alpha.3",
97
+ "@sockethub/platform-xmpp": "^5.0.0-alpha.8"
98
98
  },
99
- "gitHead": "38927776c210a22bc54ceb86ccc7276c5f27b463"
99
+ "gitHead": "8ce2bb763f6c2ac7c5f211f1629c27cf9a3f8e19"
100
100
  }