@graphitation/graphql-codegen-supermassive-schema-extraction-plugin 0.1.1 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @graphitation/graphql-codegen-supermassive-schema-extraction-plugin
2
2
 
3
- This log was last generated on Fri, 24 Jun 2022 17:04:18 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 20 Jul 2022 09:48:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.2.0
8
+
9
+ Wed, 20 Jul 2022 09:48:03 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Peer deep fix (mnovikov@microsoft.com)
14
+
15
+ ## 0.1.3
16
+
17
+ Mon, 18 Jul 2022 13:54:04 GMT
18
+
19
+ ### Patches
20
+
21
+ - Manual sync (mnovikov@microsoft.com)
22
+ - Bump @graphitation/supermassive to v0.8.5
23
+
24
+ ## 0.1.2
25
+
26
+ Fri, 15 Jul 2022 15:15:30 GMT
27
+
28
+ ### Patches
29
+
30
+ - Sync versions (eloy.de.enige@gmail.com)
31
+ - Bump @graphitation/supermassive to v0.8.5
32
+
7
33
  ## 0.1.1
8
34
 
9
- Fri, 24 Jun 2022 17:04:18 GMT
35
+ Fri, 24 Jun 2022 17:04:24 GMT
10
36
 
11
37
  ### Patches
12
38
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
3
3
  "license": "MIT",
4
- "version": "0.1.1",
4
+ "version": "0.2.0",
5
5
  "main": "./lib/index",
6
6
  "repository": {
7
7
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "peerDependencies": {
24
24
  "@graphql-codegen/plugin-helpers": ">= 1.18.0 < 2",
25
25
  "typescript": "^4.4.3 <4.5.0",
26
- "@graphitation/supermassive": ">= ^0.8.5"
26
+ "@graphitation/supermassive": "^0.8.5"
27
27
  },
28
28
  "dependencies": {
29
29
  "typescript": "^4.4.3 <4.5.0"