@effect-app/infra 3.7.1 → 3.7.3

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @effect-app/infra
2
2
 
3
+ ## 3.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [faf7e9d]
8
+ - effect-app@3.14.2
9
+
10
+ ## 3.7.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [c5a2bd5]
15
+ - effect-app@3.14.1
16
+
3
17
  ## 3.7.1
4
18
 
5
19
  ### Patch Changes
@@ -1177,6 +1191,7 @@
1177
1191
  ### Patch Changes
1178
1192
 
1179
1193
  - 0230385: improve: rpc spans
1194
+
1180
1195
  - fewer duplicate spans
1181
1196
  - improve name
1182
1197
 
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.3",
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.2"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@azure/cosmos": "^4.7.0",