@graphql-mesh/string-interpolation 0.3.1 → 0.3.3-alpha-20221021231046-62e902cd4

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,18 @@
1
1
  # @graphql-mesh/string-interpolation
2
2
 
3
+ ## 0.3.3-alpha-20221021231046-62e902cd4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4719](https://github.com/Urigo/graphql-mesh/pull/4719) [`290a291e4`](https://github.com/Urigo/graphql-mesh/commit/290a291e4876de23caed44388ba4ee89a9952d94) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8
+ - Updated dependency [`dayjs@1.11.6` ↗︎](https://www.npmjs.com/package/dayjs/v/1.11.6) (from `1.11.5`, in `dependencies`)
9
+
10
+ ## 0.3.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [#4310](https://github.com/Urigo/graphql-mesh/pull/4310) [`2ad667d96`](https://github.com/Urigo/graphql-mesh/commit/2ad667d964545ed47170cfa4f9393282edc2073b) Thanks [@belgattitude](https://github.com/belgattitude)! - Add MIT licence field in package.json
15
+
3
16
  ## 0.3.1
4
17
 
5
18
  ### Patch Changes
package/dist/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-mesh/string-interpolation",
3
- "version": "0.3.1",
3
+ "version": "0.3.3-alpha-20221021231046-62e902cd4",
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.5",
10
+ "dayjs": "1.11.6",
11
11
  "json-pointer": "0.6.2",
12
12
  "lodash.get": "4.4.2"
13
13
  },
@@ -17,6 +17,7 @@
17
17
  "directory": "packages/string-interpolation"
18
18
  },
19
19
  "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
20
+ "license": "MIT",
20
21
  "main": "index.js",
21
22
  "module": "index.mjs",
22
23
  "typings": "index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@graphql-mesh/string-interpolation",
3
- "version": "0.3.1",
3
+ "version": "0.3.3-alpha-20221021231046-62e902cd4",
4
+ "license": "MIT",
4
5
  "description": "Dynamic string manipulation",
5
6
  "sideEffects": false,
6
7
  "main": "dist/index.js",
@@ -24,7 +25,7 @@
24
25
  },
25
26
  "dependencies": {
26
27
  "json-pointer": "0.6.2",
27
- "dayjs": "1.11.5",
28
+ "dayjs": "1.11.6",
28
29
  "lodash.get": "4.4.2"
29
30
  },
30
31
  "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",