@cowprotocol/cow-sdk 5.3.2 → 5.3.3

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "5.3.2",
3
+ "version": "5.3.3",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "files": [
6
6
  "/dist"
@@ -23,7 +23,7 @@
23
23
  "test": "jest",
24
24
  "test:coverage": "jest --coverage --json --outputFile=jest.results.json && cat ./coverage/lcov.info | coveralls",
25
25
  "test:coverage:html": "jest --silent=false --coverage --coverageReporters html",
26
- "codegen": "npm run graphql:codegen && npm run swagger:codegen && npm run typechain:codegen",
26
+ "codegen": "npm run swagger:codegen && npm run typechain:codegen",
27
27
  "prepare": "npm run build",
28
28
  "prepublishOnly": "npm test && npm run lint",
29
29
  "graphql:codegen": "graphql-codegen --config graphql-codegen.yml",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cowprotocol/cow-sdk",
3
- "version": "5.3.2",
3
+ "version": "5.3.3",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "files": [
6
6
  "/dist"
@@ -23,7 +23,7 @@
23
23
  "test": "jest",
24
24
  "test:coverage": "jest --coverage --json --outputFile=jest.results.json && cat ./coverage/lcov.info | coveralls",
25
25
  "test:coverage:html": "jest --silent=false --coverage --coverageReporters html",
26
- "codegen": "npm run graphql:codegen && npm run swagger:codegen && npm run typechain:codegen",
26
+ "codegen": "npm run swagger:codegen && npm run typechain:codegen",
27
27
  "prepare": "npm run build",
28
28
  "prepublishOnly": "npm test && npm run lint",
29
29
  "graphql:codegen": "graphql-codegen --config graphql-codegen.yml",