@effect-app/infra 0.229.2 → 0.230.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @effect-app/infra
2
2
 
3
+ ## 0.230.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [01f8283]
8
+ - effect-app@0.198.0
9
+ - @effect-app/schema@0.217.0
10
+ - @effect-app/infra-adapters@0.151.1
11
+
12
+ ## 0.230.0
13
+
14
+ ### Minor Changes
15
+
16
+ - revert form changes
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @effect-app/core@0.166.0
22
+ - @effect-app/infra-adapters@0.151.0
23
+ - effect-app@0.197.0
24
+ - @effect-app/schema@0.216.0
25
+
3
26
  ## 0.229.2
4
27
 
5
28
  ### Patch Changes
@@ -24,11 +24,11 @@ declare const RequestContextParent_base: S.EnhancedClass<RequestContextParent, {
24
24
  readonly _tag: "RequestContext";
25
25
  readonly id: NonEmptyString255;
26
26
  readonly name: string & S.NonEmptyString255Brand;
27
- readonly locale: "en" | "de";
28
- readonly createdAt: Date;
29
27
  readonly userProfile?: {
30
28
  readonly sub: string & import("effect-app/ids").UserProfileIdBrand;
31
29
  } | undefined;
30
+ readonly locale: "en" | "de";
31
+ readonly createdAt: Date;
32
32
  }, {
33
33
  readonly _tag: "RequestContext";
34
34
  readonly id: string;
@@ -85,12 +85,12 @@ declare const RequestContext_base: S.EnhancedClass<RequestContext, {
85
85
  readonly _tag: "RequestContext";
86
86
  readonly id: NonEmptyString255;
87
87
  readonly name: string & S.NonEmptyString255Brand;
88
- readonly locale: "en" | "de";
89
- readonly createdAt: Date;
90
- readonly rootId: NonEmptyString255;
91
88
  readonly userProfile?: {
92
89
  readonly sub: string & import("effect-app/ids").UserProfileIdBrand;
93
90
  } | undefined;
91
+ readonly locale: "en" | "de";
92
+ readonly createdAt: Date;
93
+ readonly rootId: NonEmptyString255;
94
94
  readonly parent?: RequestContextParent | undefined;
95
95
  readonly namespace?: (string & S.NonEmptyString255Brand) | undefined;
96
96
  }, {
@@ -16,9 +16,9 @@ export declare const QueueMaker: QueueMakerOps;
16
16
  export declare const QueueMeta: import("@effect/schema/Schema").struct<{
17
17
  requestContext: typeof RequestContext;
18
18
  span: S.PropertySignature<"?:", {
19
+ readonly sampled?: boolean | undefined;
19
20
  readonly spanId: string;
20
21
  readonly traceId: string;
21
- readonly sampled?: boolean | undefined;
22
22
  } | undefined, never, "?:", {
23
23
  readonly spanId: string;
24
24
  readonly traceId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/infra",
3
- "version": "0.229.2",
3
+ "version": "0.230.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -18,10 +18,10 @@
18
18
  "proper-lockfile": "^4.1.2",
19
19
  "pure-rand": "6.1.0",
20
20
  "redlock": "^4.2.0",
21
- "@effect-app/infra-adapters": "0.150.2",
22
- "@effect-app/core": "0.165.0",
23
- "effect-app": "0.196.2",
24
- "@effect-app/schema": "0.215.2"
21
+ "@effect-app/infra-adapters": "0.151.1",
22
+ "@effect-app/core": "0.166.0",
23
+ "effect-app": "0.198.0",
24
+ "@effect-app/schema": "0.217.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@babel/cli": "^7.24.1",