@effect-app/infra 3.1.1 → 3.2.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,23 @@
1
1
  # @effect-app/infra
2
2
 
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4da7f79]
8
+ - effect-app@3.7.1
9
+
10
+ ## 3.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 6d8c512: update packages
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [6d8c512]
19
+ - effect-app@3.7.0
20
+
3
21
  ## 3.1.1
4
22
 
5
23
  ### Patch Changes
@@ -1,7 +1,23 @@
1
1
  import { Effect } from "effect-app";
2
2
  import { Operation } from "effect-app/Operations";
3
3
  declare const OperationsRepo_base: Effect.Service.Class<OperationsRepo, "OperationRepo", {
4
- readonly effect: Effect.Effect<import("./Model/Repository.js").ExtendedRepository<Operation, Operation.Encoded, never, "Operation", "id", never, never>, never, import("./Store.js").StoreMaker>;
4
+ readonly effect: Effect.Effect<import("./Model/Repository.js").ExtendedRepository<Operation, {
5
+ readonly id: string;
6
+ readonly title: string;
7
+ readonly createdAt: string;
8
+ readonly updatedAt: string | null;
9
+ readonly result?: {
10
+ readonly _tag: "OperationSuccess";
11
+ readonly message: string | null;
12
+ } | {
13
+ readonly _tag: "OperationFailure";
14
+ readonly message: string | null;
15
+ } | undefined;
16
+ readonly progress?: {
17
+ readonly completed: number;
18
+ readonly total: number;
19
+ } | undefined;
20
+ }, never, "Operation", "id", never, never>, never, import("./Store.js").StoreMaker>;
5
21
  }>;
6
22
  export declare class OperationsRepo extends OperationsRepo_base {
7
23
  }
@@ -1 +1 @@
1
- {"version":3,"file":"OperationsRepo.d.ts","sourceRoot":"","sources":["../src/OperationsRepo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACnC,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;;;;AAIjD,qBAAa,cAAe,SAAQ,mBAWnC;CAAG"}
1
+ {"version":3,"file":"OperationsRepo.d.ts","sourceRoot":"","sources":["../src/OperationsRepo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACnC,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;;;;;;;;;;;;;;;;;;;;AAIjD,qBAAa,cAAe,SAAQ,mBAWnC;CAAG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/infra",
3
- "version": "3.1.1",
3
+ "version": "3.2.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -13,15 +13,15 @@
13
13
  "proper-lockfile": "^4.1.2",
14
14
  "pure-rand": "7.0.1",
15
15
  "query-string": "^9.3.0",
16
- "effect-app": "3.6.1"
16
+ "effect-app": "3.7.1"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@azure/cosmos": "^4.5.1",
20
20
  "@azure/service-bus": "^7.9.5",
21
- "@sentry/node": "10.11.0",
22
- "@sentry/opentelemetry": "10.11.0",
21
+ "@sentry/node": "10.12.0",
22
+ "@sentry/opentelemetry": "10.12.0",
23
23
  "@types/express": "^5.0.3",
24
- "@types/node": "~24.3.3",
24
+ "@types/node": "~24.5.1",
25
25
  "@types/proper-lockfile": "^4.1.4",
26
26
  "@types/redis": "^2.8.32",
27
27
  "@types/redlock": "^4.0.7",
@@ -34,7 +34,7 @@
34
34
  "strip-ansi": "^7.1.2",
35
35
  "typescript": "~5.9.2",
36
36
  "vitest": "^3.2.4",
37
- "@effect-app/eslint-shared-config": "0.1.1"
37
+ "@effect-app/eslint-shared-config": "0.2.1"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@azure/cosmos": "^4.5.1",
@@ -46,8 +46,8 @@
46
46
  "@effect/vitest": "^0.25.1",
47
47
  "@sendgrid/helpers": "^8.0.0",
48
48
  "@sendgrid/mail": "^8.1.5",
49
- "@sentry/node": "10.11.0",
50
- "@sentry/opentelemetry": "10.11.0",
49
+ "@sentry/node": "10.12.0",
50
+ "@sentry/opentelemetry": "10.12.0",
51
51
  "jwt-decode": "^4.0.0",
52
52
  "redis": "^3.1.2",
53
53
  "redlock": "^4.2.0",