@graphql-mesh/string-interpolation 0.3.0-alpha-4b3f4b8da.0 → 0.3.0

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,10 +1,10 @@
1
1
  # @graphql-mesh/string-interpolation
2
2
 
3
- ## 0.3.0-alpha-4b3f4b8da.0
3
+ ## 0.3.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - a8f4b0209: Add interpolation strings to the generated MeshContext type
7
+ - 13b9b30f7: Add interpolation strings to the generated MeshContext type
8
8
 
9
9
  ## 0.2.0
10
10
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/string-interpolation",
3
- "version": "0.3.0-alpha-4b3f4b8da.0",
3
+ "version": "0.3.0",
4
4
  "description": "Dynamic string manipulation",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/string-interpolation",
3
- "version": "0.3.0-alpha-4b3f4b8da.0",
3
+ "version": "0.3.0",
4
4
  "description": "Dynamic string manipulation",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.js",