@adobe-apimesh/mesh-builder 1.4.0-beta.4 → 1.4.0-beta.5
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/package.json +14 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe-apimesh/mesh-builder",
|
|
3
|
-
"version": "1.4.0-beta.
|
|
3
|
+
"version": "1.4.0-beta.5",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/meshBuilder.js",
|
|
6
6
|
"scripts": {
|
|
@@ -10,19 +10,6 @@
|
|
|
10
10
|
"@fastify/request-context": "^4.1.0",
|
|
11
11
|
"@graphql-mesh/cli": "0.82.30",
|
|
12
12
|
"@graphql-mesh/runtime": "0.46.21",
|
|
13
|
-
"eslint": "^8.39.0",
|
|
14
|
-
"eslint-plugin-json": "^3.1.0",
|
|
15
|
-
"eslint-plugin-no-loops": "^0.3.0",
|
|
16
|
-
"eslint-plugin-node": "^11.1.0",
|
|
17
|
-
"eslint-plugin-security": "^1.5.0",
|
|
18
|
-
"eslint-plugin-sonarjs": "^0.16.0",
|
|
19
|
-
"fs-extra": "^10.1.0",
|
|
20
|
-
"glob": "^10.3.3",
|
|
21
|
-
"pino": "7.9.1",
|
|
22
|
-
"pino-pretty": "7.5.4",
|
|
23
|
-
"typescript": "^5.0.4"
|
|
24
|
-
},
|
|
25
|
-
"devDependencies": {
|
|
26
13
|
"@adobe/plugin-hooks": "0.1.0",
|
|
27
14
|
"@adobe/plugin-on-fetch": "0.1.0",
|
|
28
15
|
"@graphql-mesh/graphql": "0.34.13",
|
|
@@ -42,29 +29,22 @@
|
|
|
42
29
|
"@graphql-mesh/transform-resolvers-composition": "0.13.20",
|
|
43
30
|
"@graphql-mesh/transform-type-merging": "0.5.20",
|
|
44
31
|
"@graphql-mesh/types": "0.91.12",
|
|
32
|
+
"eslint": "^8.39.0",
|
|
33
|
+
"eslint-plugin-json": "^3.1.0",
|
|
34
|
+
"eslint-plugin-no-loops": "^0.3.0",
|
|
35
|
+
"eslint-plugin-node": "^11.1.0",
|
|
36
|
+
"eslint-plugin-security": "^1.5.0",
|
|
37
|
+
"eslint-plugin-sonarjs": "^0.16.0",
|
|
38
|
+
"fs-extra": "^10.1.0",
|
|
39
|
+
"glob": "^10.3.3",
|
|
40
|
+
"pino": "7.9.1",
|
|
41
|
+
"pino-pretty": "7.5.4",
|
|
42
|
+
"typescript": "^5.0.4"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
45
|
"graphql": "^16.6.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@adobe/plugin-hooks": "0.1.0",
|
|
49
|
-
"@adobe/plugin-on-fetch": "0.1.0",
|
|
50
|
-
"@graphql-mesh/graphql": "0.34.13",
|
|
51
|
-
"@graphql-mesh/json-schema": "0.35.38",
|
|
52
|
-
"@graphql-mesh/openapi": "0.33.39",
|
|
53
|
-
"@graphql-mesh/plugin-http-details-extensions": "0.1.21",
|
|
54
|
-
"@graphql-mesh/runtime": "0.46.21",
|
|
55
|
-
"@graphql-mesh/soap": "0.14.25",
|
|
56
|
-
"@graphql-mesh/transform-encapsulate": "0.4.21",
|
|
57
|
-
"@graphql-mesh/transform-federation": "0.11.14",
|
|
58
|
-
"@graphql-mesh/transform-filter-schema": "0.15.23",
|
|
59
|
-
"@graphql-mesh/transform-hoist-field": "0.2.21",
|
|
60
|
-
"@graphql-mesh/transform-naming-convention": "0.13.22",
|
|
61
|
-
"@graphql-mesh/transform-prefix": "0.12.22",
|
|
62
|
-
"@graphql-mesh/transform-prune": "0.1.20",
|
|
63
|
-
"@graphql-mesh/transform-rename": "0.14.22",
|
|
64
|
-
"@graphql-mesh/transform-replace-field": "0.4.20",
|
|
65
|
-
"@graphql-mesh/transform-resolvers-composition": "0.13.20",
|
|
66
|
-
"@graphql-mesh/transform-type-merging": "0.5.20",
|
|
67
|
-
"@graphql-mesh/types": "0.91.12",
|
|
68
48
|
"graphql": "^16.6.0"
|
|
69
49
|
}
|
|
70
50
|
}
|