onebots 0.4.34 → 0.4.35

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/lib/server/app.js CHANGED
@@ -64,7 +64,7 @@ class App extends koa_1.default {
64
64
  name: this.config.username,
65
65
  pass: this.config.password
66
66
  }))
67
- .use((0, koa_static_1.default)(path.resolve(__dirname, '../dist')));
67
+ .use((0, koa_static_1.default)(path.resolve(__dirname, '../../dist')));
68
68
  this.httpServer = (0, http_1.createServer)(this.callback());
69
69
  this.ws = this.router.ws('/', this.httpServer);
70
70
  this.createOneBots();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onebots",
3
- "version": "0.4.34",
3
+ "version": "0.4.35",
4
4
  "description": "基于icqq的多例oneBot实现",
5
5
  "engines": {
6
6
  "node": ">=16"