@graphql-mesh/plugin-statsd 0.103.21 → 0.103.22-alpha-20250225192230-b7573b63f4bee613d6e0ef299b15ecb001496ad8

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/plugin-statsd",
3
- "version": "0.103.21",
3
+ "version": "0.103.22-alpha-20250225192230-b7573b63f4bee613d6e0ef299b15ecb001496ad8",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
@@ -8,8 +8,8 @@
8
8
  "dependencies": {
9
9
  "@envelop/core": "^5.1.0",
10
10
  "@envelop/statsd": "^6.0.0",
11
- "@graphql-mesh/types": "^0.103.20",
12
- "@graphql-mesh/utils": "^0.103.20",
11
+ "@graphql-mesh/types": "0.103.21-alpha-20250225192230-b7573b63f4bee613d6e0ef299b15ecb001496ad8",
12
+ "@graphql-mesh/utils": "0.103.21-alpha-20250225192230-b7573b63f4bee613d6e0ef299b15ecb001496ad8",
13
13
  "hot-shots": "^10.2.1",
14
14
  "tslib": "^2.4.0"
15
15
  },