dfx 0.71.1 → 0.72.0

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.
@@ -20,7 +20,7 @@ export interface DiscordWSCodec {
20
20
  }
21
21
  export declare const DiscordWSCodec: Tag<DiscordWSCodec, DiscordWSCodec>;
22
22
  export declare const LiveJsonDiscordWSCodec: Layer.Layer<never, never, DiscordWSCodec>;
23
- declare const make: Effect.Effect<DiscordWSCodec | WS, never, {
23
+ declare const make: Effect.Effect<WS | DiscordWSCodec, never, {
24
24
  readonly connect: ({ onConnecting, outbound, url, version, }: OpenOpts) => Effect.Effect<never, never, {
25
25
  readonly run: Effect.Effect<never, import("dfx/DiscordGateway/WS").WebSocketError | import("dfx/DiscordGateway/WS").WebSocketCloseError, void>;
26
26
  readonly take: Effect.Effect<never, never, Discord.GatewayPayload<any>>;
package/mjs/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const LIB_VERSION = "0.71.1";
1
+ export const LIB_VERSION = "0.72.0";
2
2
  //# sourceMappingURL=version.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfx",
3
- "version": "0.71.1",
3
+ "version": "0.72.0",
4
4
  "description": "Effect-TS discord library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -39,15 +39,15 @@
39
39
  "ws": "^8.14.2"
40
40
  },
41
41
  "peerDependencies": {
42
- "@effect/platform": "^0.26.2",
43
- "effect": "2.0.0-next.52"
42
+ "@effect/platform": "^0.27.1",
43
+ "effect": "2.0.0-next.54"
44
44
  },
45
45
  "optionalDependencies": {
46
46
  "bufferutil": "^4.0.8",
47
47
  "discord-verify": "^1.2.0",
48
48
  "utf-8-validate": "^6.0.3",
49
- "zlib-sync": "^0.1.8"
49
+ "zlib-sync": "^0.1.9"
50
50
  },
51
- "gitHead": "879afb7b3319506c539575bb0ec15edecd581f60",
51
+ "gitHead": "a4057ceeb6a612b00df4da345fe301e250184cd3",
52
52
  "main": "./index.js"
53
53
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const LIB_VERSION = "0.71.1";
1
+ export const LIB_VERSION = "0.72.0";
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const LIB_VERSION = "0.71.1";
1
+ export declare const LIB_VERSION = "0.72.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.LIB_VERSION = void 0;
7
- const LIB_VERSION = exports.LIB_VERSION = "0.71.1";
7
+ const LIB_VERSION = exports.LIB_VERSION = "0.72.0";
8
8
  //# sourceMappingURL=version.js.map