@payfit/nx-core 4.60.7 → 4.61.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.
@@ -3562,9 +3562,9 @@ export type Mutation = {
3562
3562
  completeGenericForm: Scalars['Boolean']['output'];
3563
3563
  /** Attach context to a Stack. */
3564
3564
  contextAttach: ContextStackAttachment;
3565
- /** Add a context config element. */
3565
+ /** Add a context config element. Requires 'Context Update' permission on the context Space. */
3566
3566
  contextConfigAdd: ConfigElement;
3567
- /** Delete a context config element. */
3567
+ /** Delete a context config element. Requires 'Context Update' permission on the context Space. */
3568
3568
  contextConfigDelete?: Maybe<ConfigElement>;
3569
3569
  /**
3570
3570
  * Create a new context.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/nx-core",
3
- "version": "4.60.7",
3
+ "version": "4.61.0",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "glob": "^11.0.3",
26
26
  "graphql": "^16.6.0",
27
27
  "ky": "^1.8.1",
28
- "semver": "7.7.2",
28
+ "semver": "7.7.3",
29
29
  "tinyexec": "1.0.1",
30
30
  "tslib": "^2.8.1",
31
31
  "vite": "^7.0.0",