@effect-app/infra 0.226.0 → 0.228.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @effect-app/infra
2
2
 
3
+ ## 0.228.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bbaa558: bs
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [bbaa558]
12
+ - @effect-app/infra-adapters@0.149.0
13
+ - @effect-app/core@0.162.0
14
+ - effect-app@0.195.0
15
+ - @effect-app/schema@0.214.0
16
+
17
+ ## 0.227.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [ac37ff7]
22
+ - @effect-app/fluent-extensions@0.155.1
23
+ - @effect-app/core@0.161.1
24
+ - @effect-app/infra-adapters@0.148.1
25
+ - effect-app@0.194.1
26
+ - @effect-app/schema@0.213.1
27
+
28
+ ## 0.227.0
29
+
30
+ ### Minor Changes
31
+
32
+ - e5b0d8e: update packages
33
+ - 2e2fa98: update packages
34
+ - 44ef913: update packages
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [e5b0d8e]
39
+ - Updated dependencies [2e2fa98]
40
+ - Updated dependencies [44ef913]
41
+ - @effect-app/fluent-extensions@0.155.0
42
+ - @effect-app/infra-adapters@0.148.0
43
+ - effect-app@0.194.0
44
+ - @effect-app/schema@0.213.0
45
+ - @effect-app/core@0.161.0
46
+
3
47
  ## 0.226.0
4
48
 
5
49
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/infra",
3
- "version": "0.226.0",
3
+ "version": "0.228.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -12,40 +12,39 @@
12
12
  "@sendgrid/mail": "^8.1.1",
13
13
  "change-case": "^5.4.3",
14
14
  "cross-fetch": "^4.0.0",
15
- "fast-check": "~3.16.0",
15
+ "fast-check": "~3.17.0",
16
16
  "object-hash": "^3.0.0",
17
17
  "path-parser": "^6.1.0",
18
18
  "proper-lockfile": "^4.1.2",
19
- "pure-rand": "6.0.4",
19
+ "pure-rand": "6.1.0",
20
20
  "redlock": "^4.2.0",
21
- "@effect-app/core": "0.160.0",
22
- "@effect-app/fluent-extensions": "0.154.0",
23
- "@effect-app/schema": "0.212.0",
24
- "@effect-app/infra-adapters": "0.147.0",
25
- "effect-app": "0.193.0"
21
+ "@effect-app/core": "0.162.0",
22
+ "@effect-app/infra-adapters": "0.149.0",
23
+ "@effect-app/schema": "0.214.0",
24
+ "effect-app": "0.195.0"
26
25
  },
27
26
  "devDependencies": {
28
27
  "@babel/cli": "^7.24.1",
29
- "@sentry/node": "^7.107.0",
28
+ "@sentry/node": "^7.108.0",
30
29
  "@types/express": "^4.17.21",
31
30
  "@types/node": "~20.11.30",
32
31
  "@types/proper-lockfile": "^4.1.4",
33
32
  "@types/redis": "^2.8.32",
34
33
  "@types/redlock": "^4.0.7",
35
- "express": "^4.18.3",
34
+ "express": "^4.19.2",
36
35
  "jwks-rsa": "2.1.4",
37
36
  "jwt-decode": "^4.0.0",
38
37
  "mongodb": "6.5.0",
39
38
  "redis": "^3.1.2",
40
39
  "ts-node": "^10.9.2",
41
- "typescript": "^5.4.2",
40
+ "typescript": "^5.4.3",
42
41
  "vitest": "^1.4.0"
43
42
  },
44
43
  "peerDependencies": {
45
- "express": "^4.18.3",
46
- "@effect/platform": "^0.48.12",
47
- "@effect/schema": "^0.64.8",
48
- "effect": "^2.4.9"
44
+ "express": "^4.19.2",
45
+ "@effect/platform": "^0.48.20",
46
+ "@effect/schema": "^0.64.14",
47
+ "effect": "^2.4.14"
49
48
  },
50
49
  "typesVersions": {
51
50
  "*": {
package/tsconfig.json CHANGED
@@ -15,7 +15,6 @@
15
15
  "checkJs": true,
16
16
  "esModuleInterop": true,
17
17
  "skipLibCheck": true,
18
- "forceConsistentCasingInFileNames": true,
19
18
  "module": "Node16",
20
19
  "lib": [
21
20
  "ES2023"
@@ -36,6 +35,7 @@
36
35
  "moduleResolution": "Node16",
37
36
  "downlevelIteration": true,
38
37
  "noErrorTruncation": true,
38
+ "forceConsistentCasingInFileNames": true,
39
39
  "types": [
40
40
  "vitest/globals"
41
41
  ]