Skip to content

Commit dc5217d

Browse files
committed
feat: Revert the consumer changes until the issues with node 14 are fixed (the release notes about the V3 consumer support in this release are not true, sorry)
Merge branch 'master' into fix/ignore-some-args
2 parents 6d3ff7d + e77a821 commit dc5217d

File tree

13 files changed

+70
-826
lines changed

13 files changed

+70
-826
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ reports
6565
tmp
6666
.tmp
6767

68-
# Files created during testing
69-
foo-consumer-bar-provider.json
70-
7168
# jest config
7269
!jest.config.js
7370

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ script
1313
# Tests
1414
test
1515
*.spec.ts
16-
foo-consumer-bar-provider.json
1716

1817
# Directory for instrumented libs generated by jscoverage/JSCover
1918
lib-cov

package-lock.json

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"@types/url-join": "^4.0.0",
9393
"@typescript-eslint/eslint-plugin": "^4.28.0",
9494
"@typescript-eslint/parser": "^4.28.0",
95-
"axios": "^0.21.4",
9695
"basic-auth": "2.0.0",
9796
"body-parser": "1.18.2",
9897
"chai": "4.1.2",

src/consumer/checkErrors.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/consumer/index.spec.ts

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)