@effect-app/infra 3.7.1 → 3.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @effect-app/infra
2
2
 
3
+ ## 3.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c5a2bd5]
8
+ - effect-app@3.14.1
9
+
3
10
  ## 3.7.1
4
11
 
5
12
  ### Patch Changes
@@ -1177,6 +1184,7 @@
1177
1184
  ### Patch Changes
1178
1185
 
1179
1186
  - 0230385: improve: rpc spans
1187
+
1180
1188
  - fewer duplicate spans
1181
1189
  - improve name
1182
1190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/infra",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
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.3.1",
16
- "effect-app": "3.14.0"
16
+ "effect-app": "3.14.1"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@azure/cosmos": "^4.7.0",