@graphql-mesh/string-interpolation 0.3.0 → 0.3.1

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,13 @@
1
1
  # @graphql-mesh/string-interpolation
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4298](https://github.com/Urigo/graphql-mesh/pull/4298) [`991373717`](https://github.com/Urigo/graphql-mesh/commit/99137371708b7fe12b32dfcfe93d535507a7f968) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8
+
9
+ - Updated dependency [`dayjs@1.11.5` ↗︎](https://www.npmjs.com/package/dayjs/v/1.11.5) (was `1.11.4`, in `dependencies`)
10
+
3
11
  ## 0.3.0
4
12
 
5
13
  ### Minor Changes
package/dist/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-mesh/string-interpolation",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Dynamic string manipulation",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
7
  "graphql": "*"
8
8
  },
9
9
  "dependencies": {
10
- "dayjs": "1.11.3",
10
+ "dayjs": "1.11.5",
11
11
  "json-pointer": "0.6.2",
12
12
  "lodash.get": "4.4.2"
13
13
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/string-interpolation",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Dynamic string manipulation",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "json-pointer": "0.6.2",
27
- "dayjs": "1.11.3",
27
+ "dayjs": "1.11.5",
28
28
  "lodash.get": "4.4.2"
29
29
  },
30
30
  "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",