@graphitation/graphql-codegen-supermassive-schema-extraction-plugin 1.2.0 → 1.2.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/.eslintcache CHANGED
@@ -1 +1 @@
1
- [{"/mnt/vss/_work/1/s/packages/graphql-codegen-supermassive-schema-extraction-plugin/src/index.ts":"1"},{"size":1174,"mtime":1687260856297,"results":"2","hashOfConfig":"3"},{"filePath":"4","messages":"5","suppressedMessages":"6","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1fxhjif","/mnt/vss/_work/1/s/packages/graphql-codegen-supermassive-schema-extraction-plugin/src/index.ts",[],[]]
1
+ [{"/mnt/vss/_work/1/s/packages/graphql-codegen-supermassive-schema-extraction-plugin/src/index.ts":"1"},{"size":1174,"mtime":1695277409477,"results":"2","hashOfConfig":"3"},{"filePath":"4","messages":"5","suppressedMessages":"6","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1r2e9dl","/mnt/vss/_work/1/s/packages/graphql-codegen-supermassive-schema-extraction-plugin/src/index.ts",[],[]]
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @graphitation/graphql-codegen-supermassive-schema-extraction-plugin
2
2
 
3
- This log was last generated on Tue, 20 Jun 2023 11:38:28 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Sep 2023 06:27:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.2.1
8
+
9
+ Thu, 21 Sep 2023 06:27:50 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add exports entry for types to package.json (sverre.johansen@gmail.com)
14
+ - Bump @graphitation/supermassive-extractors to v2.2.1
15
+
7
16
  ## 1.2.0
8
17
 
9
- Tue, 20 Jun 2023 11:38:28 GMT
18
+ Tue, 20 Jun 2023 11:38:47 GMT
10
19
 
11
20
  ### Minor changes
12
21
 
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": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "main": "./lib/index",
6
6
  "repository": {
7
7
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "typescript": "^4.3.0"
26
26
  },
27
27
  "dependencies": {
28
- "@graphitation/supermassive-extractors": "^2.2.0",
28
+ "@graphitation/supermassive-extractors": "^2.2.1",
29
29
  "graphql": "^15.0.0"
30
30
  },
31
31
  "sideEffects": false,
@@ -36,7 +36,8 @@
36
36
  "exports": {
37
37
  ".": {
38
38
  "import": "./lib/index.mjs",
39
- "require": "./lib/index.js"
39
+ "require": "./lib/index.js",
40
+ "types": "./lib/index.d.ts"
40
41
  }
41
42
  }
42
43
  }