@pexip-engage-public/graphql 1.0.58 → 1.0.60-canary-20250204090929

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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @pexip-engage-public/graphql
2
2
 
3
+ ## 1.0.60-canary-20250204090929
4
+
5
+ ### Patch Changes
6
+
7
+ - f6f00ed: Add cross-env to support lint command on Windows
8
+ - 71127ce: fix(deps): update all non-major dependencies
9
+ - Updated dependencies [f6f00ed]
10
+ - @pexip-engage/utils@0.1.32-canary-20250204090929
11
+
12
+ ## 1.0.59
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [61a9da4]
17
+ - @pexip-engage/utils@0.1.31
18
+
3
19
  ## 1.0.58
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/graphql",
3
- "version": "1.0.58",
3
+ "version": "1.0.60-canary-20250204090929",
4
4
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/graphql#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/skedify/frontend-mono/issues"
@@ -38,15 +38,15 @@
38
38
  "graphql-request": "^7.1.2",
39
39
  "lz-string": "^1.5.0",
40
40
  "zod": "^3.24.1",
41
- "@pexip-engage/utils": "0.1.30"
41
+ "@pexip-engage/utils": "0.1.32-canary-20250204090929"
42
42
  },
43
43
  "devDependencies": {
44
- "@graphql-codegen/cli": "^5.0.3",
45
- "@graphql-codegen/typescript": "^4.1.2",
44
+ "@graphql-codegen/cli": "^5.0.4",
45
+ "@graphql-codegen/typescript": "^4.1.3",
46
46
  "@graphql-inspector/cli": "^5.0.8",
47
47
  "typescript": "^5.7.3",
48
48
  "@pexip-engage/tsconfig": "0.1.1",
49
- "eslint-config-pexip-engage": "1.1.4"
49
+ "eslint-config-pexip-engage": "1.1.6-canary-20250204090929"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../package.json"
@@ -60,7 +60,7 @@
60
60
  "clean": "rm -rf .turbo node_modules dist tsconfig.tsbuildinfo",
61
61
  "codegen": "graphql-inspector introspect https://graph.development.pexipengage.com --write ./schema.graphql && gql.tada generate-output && graphql-codegen-esm",
62
62
  "codegen:diff": "graphql-inspector diff ./schema.graphql https://graph.development.pexipengage.com",
63
- "lint": "TIMING=1 eslint --max-warnings=0 .",
63
+ "lint": "cross-env TIMING=1 eslint --max-warnings=0 .",
64
64
  "lint:fix": "pnpm lint --fix"
65
65
  }
66
66
  }