@chainlink/external-adapter-framework 0.12.0 → 0.12.1

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 +1 -1
  2. package/package.json +2 -7
package/README.md CHANGED
@@ -28,7 +28,7 @@ yarn # Install yarn dependencies
28
28
  ## Guides & Docs
29
29
 
30
30
  - [Basics](./docs/basics.md)
31
- - Porting a v2 EA to v3
31
+ - [Porting a v2 EA to v3](./docs/porting-a-v2-ea-to-v3.md)
32
32
  - Creating a new v3 EA
33
33
  - Transports
34
34
  - Basic
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@chainlink/external-adapter-framework",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "ajv": "8.11.0",
8
8
  "axios": "0.27.2",
9
9
  "eventsource": "2.0.2",
10
- "fastify": "4.7.0",
10
+ "fastify": "4.9.2",
11
11
  "ioredis": "5.2.3",
12
12
  "pino": "8.6.1",
13
13
  "pino-pretty": "9.1.0",
@@ -30,10 +30,8 @@
30
30
  "devDependencies": {
31
31
  "@sinonjs/fake-timers": "9.1.2",
32
32
  "@types/eventsource": "1.1.9",
33
- "@types/jest": "29.1.1",
34
33
  "@types/node": "18.8.2",
35
34
  "@types/sinonjs__fake-timers": "8.1.2",
36
- "@types/supertest": "2.0.12",
37
35
  "@types/ws": "8.5.3",
38
36
  "@typescript-eslint/eslint-plugin": "5.39.0",
39
37
  "@typescript-eslint/parser": "5.39.0",
@@ -42,14 +40,11 @@
42
40
  "eslint": "8.24.0",
43
41
  "eslint-config-prettier": "8.5.0",
44
42
  "eslint-plugin-tsdoc": "0.2.17",
45
- "jest": "29.1.2",
46
43
  "mock-socket": "9.1.5",
47
44
  "mocksse": "1.0.4",
48
45
  "nock": "13.2.9",
49
46
  "prettier": "2.7.1",
50
- "supertest": "6.3.0",
51
47
  "ts-node": "10.9.1",
52
- "ts-jest": "29.0.3",
53
48
  "ts-node-dev": "2.0.0",
54
49
  "typedoc": "0.23.15",
55
50
  "typescript": "4.8.4"