@adobe-apimesh/mesh-builder 1.0.3 → 1.4.0-beta.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/meshBuilder.js +1 -1
- package/dist/scripts/buildMesh.js +1 -1
- package/package.json +40 -17
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a0_0x2e147f=a0_0x4990;(function(_0x7b042d,_0x3d6920){const _0x244434=a0_0x4990;const _0x57298b=_0x7b042d();while(!![]){try{const _0x524049=parseInt(_0x244434(0xde))/0x1+-parseInt(_0x244434(0xdb))/0x2*(parseInt(_0x244434(0xd6))/0x3)+parseInt(_0x244434(0xd5))/0x4*(parseInt(_0x244434(0xd0))/0x5)+parseInt(_0x244434(0xdd))/0x6+parseInt(_0x244434(0xd2))/0x7+parseInt(_0x244434(0xd9))/0x8*(-parseInt(_0x244434(0xd8))/0x9)+-parseInt(_0x244434(0xdc))/0xa;if(_0x524049===_0x3d6920){break;}else{_0x57298b['push'](_0x57298b['shift']());}}catch(_0x10d815){_0x57298b['push'](_0x57298b['shift']());}}}(a0_0xb8b4,0x716e1));const path=require(a0_0x2e147f(0xe0));function a0_0x4990(_0x284acf,_0x18a950){const _0xb8b450=a0_0xb8b4();a0_0x4990=function(_0x49904d,_0x398532){_0x49904d=_0x49904d-0xd0;let _0xe2bb07=_0xb8b450[_0x49904d];return _0xe2bb07;};return a0_0x4990(_0x284acf,_0x18a950);}function a0_0xb8b4(){const _0x51dcf2=['4895862PpDYwO','796808FASDxu','catch','path','Mesh\x20build\x20failed','@graphql-mesh/cli','339320dYHOnO','@multitenant-graphql/','6247332yKSiAo','@adobe/','build','16lkukve','502929mdfLXA','Building\x20Mesh\x20with\x20config:','171TpaCqZ','129104PEbdbR','then','4CqOWAP','16702000JLQZMc'];a0_0xb8b4=function(){return _0x51dcf2;};return a0_0xb8b4();}const {DEFAULT_CLI_PARAMS,graphqlMesh}=require(a0_0x2e147f(0xe2));const args=process['argv']['slice'](0x2);const meshConfigPath=args[0x0]['split']('=')[0x0];console['log'](a0_0x2e147f(0xd7),meshConfigPath);graphqlMesh({...DEFAULT_CLI_PARAMS,'additionalPackagePrefixes':[a0_0x2e147f(0xd3),a0_0x2e147f(0xd1)]},[a0_0x2e147f(0xd4)],path['resolve'](meshConfigPath))[a0_0x2e147f(0xda)](()=>{console['log']('Mesh\x20built\x20successfully');})[a0_0x2e147f(0xdf)](_0x55a854=>{const _0xda2da9=a0_0x2e147f;console['error'](_0xda2da9(0xe1),_0x55a854);});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe-apimesh/mesh-builder",
|
|
3
|
-
"version": "1.0.3",
|
|
3
|
+
"version": "1.4.0-beta.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/meshBuilder.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,12 +9,27 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@fastify/request-context": "^4.1.0",
|
|
11
11
|
"@graphql-mesh/cli": "0.82.30",
|
|
12
|
-
"
|
|
12
|
+
"eslint": "^8.39.0",
|
|
13
|
+
"eslint-plugin-json": "^3.1.0",
|
|
14
|
+
"eslint-plugin-no-loops": "^0.3.0",
|
|
15
|
+
"eslint-plugin-node": "^11.1.0",
|
|
16
|
+
"eslint-plugin-security": "^1.5.0",
|
|
17
|
+
"eslint-plugin-sonarjs": "^0.16.0",
|
|
18
|
+
"fs-extra": "^10.1.0",
|
|
19
|
+
"glob": "^10.3.3",
|
|
20
|
+
"pino": "7.9.1",
|
|
21
|
+
"pino-pretty": "7.5.4",
|
|
22
|
+
"typescript": "^5.0.4"
|
|
23
|
+
},
|
|
24
|
+
"devDependencies": {
|
|
25
|
+
"@adobe/plugin-hooks": "0.1.0",
|
|
26
|
+
"@adobe/plugin-on-fetch": "0.1.0",
|
|
13
27
|
"@graphql-mesh/graphql": "0.34.13",
|
|
14
28
|
"@graphql-mesh/json-schema": "0.35.38",
|
|
15
29
|
"@graphql-mesh/openapi": "0.33.39",
|
|
16
30
|
"@graphql-mesh/plugin-http-details-extensions": "0.1.21",
|
|
17
31
|
"@graphql-mesh/runtime": "0.46.21",
|
|
32
|
+
"@graphql-mesh/soap": "0.14.25",
|
|
18
33
|
"@graphql-mesh/transform-encapsulate": "0.4.21",
|
|
19
34
|
"@graphql-mesh/transform-federation": "0.11.14",
|
|
20
35
|
"@graphql-mesh/transform-filter-schema": "0.15.23",
|
|
@@ -27,21 +42,29 @@
|
|
|
27
42
|
"@graphql-mesh/transform-resolvers-composition": "0.13.20",
|
|
28
43
|
"@graphql-mesh/transform-type-merging": "0.5.20",
|
|
29
44
|
"@graphql-mesh/types": "0.91.12",
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"eslint-plugin-no-loops": "^0.3.0",
|
|
34
|
-
"eslint-plugin-node": "^11.1.0",
|
|
35
|
-
"eslint-plugin-security": "^1.5.0",
|
|
36
|
-
"eslint-plugin-sonarjs": "^0.16.0",
|
|
37
|
-
"fs-extra": "^10.1.0",
|
|
38
|
-
"glob": "^10.3.3",
|
|
39
|
-
"graphql": "^16.6.0",
|
|
40
|
-
"graphql-tools": "7.0.4",
|
|
41
|
-
"pino": "7.9.1",
|
|
42
|
-
"pino-pretty": "7.5.4",
|
|
43
|
-
"typescript": "^5.0.4",
|
|
45
|
+
"graphql": "^16.6.0"
|
|
46
|
+
},
|
|
47
|
+
"peerDependencies": {
|
|
44
48
|
"@adobe/plugin-hooks": "0.1.0",
|
|
45
|
-
"@adobe/plugin-on-fetch": "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
|
+
"graphql": "^16.6.0"
|
|
46
69
|
}
|
|
47
70
|
}
|