@graphitation/apollo-react-relay-duct-tape-compiler 1.5.4 → 1.5.5

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 +11 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @graphitation/apollo-react-relay-duct-tape-compiler
2
2
 
3
- This log was last generated on Mon, 14 Oct 2024 07:58:19 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Thu, 17 Oct 2024 12:43:59 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.5.5
8
+
9
+ Thu, 17 Oct 2024 12:43:59 GMT
10
+
11
+ ### Patches
12
+
13
+ - bump dependecies (pavelglac@microsoft.com)
14
+ - Bump @graphitation/supermassive to v3.5.4
15
+
7
16
  ## 1.5.4
8
17
 
9
- Mon, 14 Oct 2024 07:58:19 GMT
18
+ Mon, 14 Oct 2024 07:58:57 GMT
10
19
 
11
20
  ### Patches
12
21
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphitation/apollo-react-relay-duct-tape-compiler",
3
3
  "description": "The build tools to cater to @graphitation/apollo-react-relay-duct-tape's needs.",
4
4
  "license": "MIT",
5
- "version": "1.5.4",
5
+ "version": "1.5.5",
6
6
  "main": "./lib/index.js",
7
7
  "bin": {
8
8
  "duct-tape-compiler": "./lib/cli.js"
@@ -43,14 +43,14 @@
43
43
  },
44
44
  "peerDependencies": {
45
45
  "graphql": "^15.0.0",
46
- "@graphitation/supermassive": "^3.5.3",
46
+ "@graphitation/supermassive": "^3.5.4",
47
47
  "typescript": "^5.5.3"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "types": "./lib/index.d.ts",
53
52
  "module": "./lib/index.mjs",
53
+ "types": "./lib/index.d.ts",
54
54
  "exports": {
55
55
  ".": {
56
56
  "import": "./lib/index.mjs",