@remkoj/optimizely-graph-functions 5.1.6 → 5.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/README.md +4 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # Optimizely GraphQL Codegen Plugin
2
+
3
+ > [!WARNING]
4
+ > There'll be an update of Optimizely SaaS CMS that is incompatible with all SDK versions prior to 5.1.6. If you don't upgrade, you will see empty pages (main website) and "Component not found" messages (preview).
5
+
2
6
  GraphQL Codegen plugin and preset which generate both the GraphQL type definitions and a few convenienece methods for useage with [Optimizely Graph Client](../optimizely-graph-client/README.md).
3
7
 
4
8
  [Release notes](https://github.com/remkoj/optimizely-dxp-clients/releases)
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "repository": "https://github.com/remkoj/optimizely-dxp-clients.git",
4
4
  "author": "Remko Jantzen <693172+remkoj@users.noreply.github.com>",
5
5
  "homepage": "https://github.com/remkoj/optimizely-dxp-clients",
6
- "version": "5.1.6",
6
+ "version": "5.2.0",
7
7
  "license": "Apache-2.0",
8
8
  "type": "commonjs",
9
9
  "description": "GraphQL Codegen preset for Optimizely Graph",
@@ -46,18 +46,18 @@
46
46
  }
47
47
  },
48
48
  "devDependencies": {
49
- "@types/node": "^22.16.5",
50
- "graphql": "^16.11.0",
49
+ "@types/node": "^22.19.3",
50
+ "graphql": "^16.12.0",
51
51
  "graphql-request": "^6.1.0",
52
52
  "graphql-tag": "^2.12.6",
53
- "typescript": "^5.8.3"
53
+ "typescript": "^5.9.3"
54
54
  },
55
55
  "dependencies": {
56
56
  "@graphql-codegen/add": "^5.0.3",
57
57
  "@graphql-codegen/client-preset": "^4.8.3",
58
58
  "@graphql-codegen/plugin-helpers": "^5.1.1",
59
59
  "@graphql-codegen/typescript": "^4.1.6",
60
- "@graphql-codegen/typescript-graphql-request": "^6.3.0",
60
+ "@graphql-codegen/typescript-graphql-request": "^6.4.0",
61
61
  "@graphql-codegen/typescript-operations": "^4.6.1",
62
62
  "graphql-sock": "^1.0.1",
63
63
  "tslib": "^2.8.1"
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@graphql-typed-document-node/core": "^3",
74
- "@remkoj/optimizely-graph-client": "^5.1.6",
74
+ "@remkoj/optimizely-graph-client": "^5.2.0",
75
75
  "graphql": "^16",
76
76
  "graphql-request": "^6",
77
77
  "graphql-tag": "^2"