@wolfstar/plugin-gateway 0.1.1 → 0.1.2-next-20260926215420

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.
@@ -0,0 +1 @@
1
+ export {}
@@ -0,0 +1 @@
1
+ export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolfstar/plugin-gateway",
3
- "version": "0.1.1",
3
+ "version": "0.1.2-next-20260926215420",
4
4
  "description": "Gateway (WebSocket) support for @wolfstar/http-framework: a GatewayClient emitting Structures, backed by a pluggable cache",
5
5
  "keywords": [
6
6
  "discord",
@@ -34,6 +34,12 @@
34
34
  "types": "./dist/esm/index.d.ts",
35
35
  "default": "./dist/esm/index.js"
36
36
  }
37
+ },
38
+ "./register": {
39
+ "import": {
40
+ "types": "./dist/esm/register.d.ts",
41
+ "default": "./dist/esm/register.js"
42
+ }
37
43
  }
38
44
  },
39
45
  "publishConfig": {
@@ -45,7 +51,7 @@
45
51
  "@discordjs/rest": "^2.6.0",
46
52
  "@discordjs/structures": "1.0.0-dev.1790035407-dbb749062",
47
53
  "@discordjs/ws": "^2.0.4",
48
- "@wolfstar/plugin-cache": "^0.2.0",
54
+ "@wolfstar/plugin-cache": "^0.2.1-next-20260926215420",
49
55
  "discord-api-types": "^0.38.33"
50
56
  },
51
57
  "devDependencies": {