@effect-app/infra 3.0.15 → 3.0.16
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 +7 -0
- package/dist/RequestContext.d.ts +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/RequestContext.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ declare const LocaleRef_base: Context.ReferenceClass<LocaleRef, "Locale", "en" |
|
|
|
5
5
|
export declare class LocaleRef extends LocaleRef_base {
|
|
6
6
|
}
|
|
7
7
|
declare const RequestContext_base: S.EnhancedClass<RequestContext, {
|
|
8
|
-
span:
|
|
8
|
+
span: S.Struct<{
|
|
9
9
|
traceId: typeof S.String;
|
|
10
10
|
spanId: typeof S.String;
|
|
11
11
|
sampled: typeof import("effect/Schema").Boolean & {
|
|
@@ -17,7 +17,7 @@ declare const RequestContext_base: S.EnhancedClass<RequestContext, {
|
|
|
17
17
|
sourceId: S.optional<S.WithDefaults<S.Schema<string & S.NonEmptyString255Brand, string, never>> & S.Schema<string & S.NonEmptyString255Brand, string, never>>;
|
|
18
18
|
namespace: S.WithDefaults<S.Schema<string & S.NonEmptyString255Brand, string, never>> & S.Schema<string & S.NonEmptyString255Brand, string, never>;
|
|
19
19
|
/** @deprecated */
|
|
20
|
-
userProfile: S.optional<
|
|
20
|
+
userProfile: S.optional<S.Struct<{
|
|
21
21
|
sub: S.WithDefaults<S.Schema<string & S.StringIdBrand & import("effect-app/ids").UserProfileIdBrand, string, never> & {
|
|
22
22
|
make: () => string & S.StringIdBrand & import("effect-app/ids").UserProfileIdBrand;
|
|
23
23
|
withDefault: S.PropertySignature<":", string & S.StringIdBrand & import("effect-app/ids").UserProfileIdBrand, never, ":", string, true, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-app/infra",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.16",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"proper-lockfile": "^4.1.2",
|
|
14
14
|
"pure-rand": "7.0.1",
|
|
15
15
|
"query-string": "^9.2.2",
|
|
16
|
-
"effect-app": "3.
|
|
16
|
+
"effect-app": "3.2.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@azure/cosmos": "^4.5.0",
|