dfx 0.21.7 → 0.21.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/_common.d.ts CHANGED
@@ -7,7 +7,7 @@ export type { Queue } from "@effect/io/Queue";
7
7
  export type { Scope } from "@effect/io/Scope";
8
8
  export type { Stream } from "@effect/stream/Stream";
9
9
  export type { Chunk } from "@fp-ts/data/Chunk";
10
- export type { Context, Tag } from "@fp-ts/data/Context";
10
+ export { Context, Tag } from "@fp-ts/data/Context";
11
11
  export type { Duration } from "@fp-ts/data/Duration";
12
12
  export type { Equal } from "@fp-ts/data/Equal";
13
13
  export type { Either } from "@fp-ts/data/Either";
package/_common.js CHANGED
@@ -1,2 +1,3 @@
1
+ export { Tag } from "@fp-ts/data/Context";
1
2
  export * as Discord from "./types.js";
2
3
  //# sourceMappingURL=_common.js.map
package/_common.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"_common.js","sourceRoot":"","sources":["../src/_common.ts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,OAAO,MAAM,YAAY,CAAA"}
1
+ {"version":3,"file":"_common.js","sourceRoot":"","sources":["../src/_common.ts"],"names":[],"mappings":"AAYA,OAAO,EAAW,GAAG,EAAE,MAAM,qBAAqB,CAAA;AASlD,OAAO,KAAK,OAAO,MAAM,YAAY,CAAA"}
package/global.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @tsplus global
3
3
  */
4
- import type { Cause, Effect, Exit, Layer, Queue, Schedule, Scope, Stream, Chunk, Context, Tag, Duration, Equal, Either, HashMap, Maybe, Ref, HashSet, Discord, } from "dfx/_common";
4
+ import { Cause, Effect, Exit, Layer, Queue, Schedule, Scope, Stream, Chunk, Context, Tag, Duration, Equal, Either, HashMap, Maybe, Ref, HashSet, Discord, } from "dfx/_common";
5
5
  /**
6
6
  * @tsplus global
7
7
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfx",
3
- "version": "0.21.7",
3
+ "version": "0.21.8",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,5 +42,5 @@
42
42
  "ws": "^8.11.0"
43
43
  },
44
44
  "sideEffects": false,
45
- "gitHead": "0c0f52e8a3faa4d35d2d8d066f44f8783316b399"
45
+ "gitHead": "5c10f03c56d427bcfd9dd9ac5b25b82f7b959adb"
46
46
  }