@effect-app/infra 2.33.0 → 2.34.2
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 +25 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @effect-app/infra
|
|
2
2
|
|
|
3
|
+
## 2.34.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [1c3af52]
|
|
8
|
+
- effect-app@2.23.2
|
|
9
|
+
|
|
10
|
+
## 2.34.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [93e88c2]
|
|
15
|
+
- effect-app@2.23.1
|
|
16
|
+
|
|
17
|
+
## 2.34.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- c8ebfb4: update packages
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [c8ebfb4]
|
|
26
|
+
- effect-app@2.23.0
|
|
27
|
+
|
|
3
28
|
## 2.33.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-app/infra",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.34.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@faker-js/faker": "^8.4.1",
|
|
8
8
|
"change-case": "^5.4.4",
|
|
9
|
-
"cross-fetch": "^4.
|
|
9
|
+
"cross-fetch": "^4.1.0",
|
|
10
10
|
"express-oauth2-jwt-bearer": "^1.6.0",
|
|
11
11
|
"fast-check": "~3.23.2",
|
|
12
12
|
"path-parser": "^6.1.0",
|
|
13
13
|
"proper-lockfile": "^4.1.2",
|
|
14
14
|
"pure-rand": "6.1.0",
|
|
15
15
|
"query-string": "^9.1.1",
|
|
16
|
-
"effect-app": "2.
|
|
16
|
+
"effect-app": "2.23.2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@azure/cosmos": "^4.2.0",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@babel/plugin-syntax-import-attributes": "^7.26.0",
|
|
25
25
|
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
26
26
|
"babel-plugin-replace-import-extension": "^1.1.4",
|
|
27
|
-
"@sentry/node": "^8.
|
|
27
|
+
"@sentry/node": "^8.47.0",
|
|
28
28
|
"@types/express": "^5.0.0",
|
|
29
|
-
"@types/node": "~22.10.
|
|
29
|
+
"@types/node": "~22.10.5",
|
|
30
30
|
"@types/proper-lockfile": "^4.1.4",
|
|
31
31
|
"@types/redis": "^2.8.32",
|
|
32
32
|
"@types/redlock": "^4.0.7",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@azure/cosmos": "^4.2.0",
|
|
45
45
|
"@azure/service-bus": "^7.9.5",
|
|
46
|
-
"@effect/experimental": "^0.
|
|
47
|
-
"@effect/platform": "^0.
|
|
48
|
-
"@effect/rpc-http": "^0.
|
|
49
|
-
"@effect/rpc": "^0.
|
|
50
|
-
"@effect/sql": "^0.
|
|
51
|
-
"@effect/vitest": "^0.
|
|
46
|
+
"@effect/experimental": "^0.36.1",
|
|
47
|
+
"@effect/platform": "^0.72.1",
|
|
48
|
+
"@effect/rpc-http": "^0.45.1",
|
|
49
|
+
"@effect/rpc": "^0.47.1",
|
|
50
|
+
"@effect/sql": "^0.25.1",
|
|
51
|
+
"@effect/vitest": "^0.16.1",
|
|
52
52
|
"@sendgrid/helpers": "^8.0.0",
|
|
53
53
|
"@sendgrid/mail": "^8.1.4",
|
|
54
54
|
"redis": "^3.1.2",
|
|
55
55
|
"redlock": "^4.2.0",
|
|
56
|
-
"effect": "^3.
|
|
56
|
+
"effect": "^3.12.1",
|
|
57
57
|
"express": "^4.21.2"
|
|
58
58
|
},
|
|
59
59
|
"typesVersions": {
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
"sideEffects": false,
|
|
378
378
|
"scripts": {
|
|
379
379
|
"watch": "pnpm build:tsc -w",
|
|
380
|
-
"build:tsc": "pnpm clean-dist && tsc --build",
|
|
380
|
+
"build:tsc": "pnpm clean-dist && effect-app-cli packagejson tsc --build",
|
|
381
381
|
"build": "pnpm build:tsc",
|
|
382
382
|
"watch2": "pnpm clean-dist && NODE_OPTIONS=--max-old-space-size=6144 tsc -w",
|
|
383
383
|
"clean": "rm -rf dist",
|