@adobe-apimesh/mesh-builder 1.0.3 → 1.4.0-beta.2
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 +37 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a0_0x594a(_0x54ee67,_0x418b40){const _0x369305=a0_0x3693();a0_0x594a=function(_0x594a96,_0xeed953){_0x594a96=_0x594a96-0x18a;let _0x49e279=_0x369305[_0x594a96];return _0x49e279;};return a0_0x594a(_0x54ee67,_0x418b40);}const a0_0x2b7412=a0_0x594a;(function(_0x53c2fe,_0x31dadc){const _0x2b74f9=a0_0x594a;const _0x61a017=_0x53c2fe();while(!![]){try{const _0x2b2a8a=parseInt(_0x2b74f9(0x199))/0x1*(-parseInt(_0x2b74f9(0x198))/0x2)+parseInt(_0x2b74f9(0x191))/0x3*(parseInt(_0x2b74f9(0x18b))/0x4)+parseInt(_0x2b74f9(0x18a))/0x5+-parseInt(_0x2b74f9(0x192))/0x6+-parseInt(_0x2b74f9(0x18d))/0x7+-parseInt(_0x2b74f9(0x19d))/0x8+parseInt(_0x2b74f9(0x18c))/0x9;if(_0x2b2a8a===_0x31dadc){break;}else{_0x61a017['push'](_0x61a017['shift']());}}catch(_0x50f2d1){_0x61a017['push'](_0x61a017['shift']());}}}(a0_0x3693,0x54ff1));const path=require(a0_0x2b7412(0x19b));const {DEFAULT_CLI_PARAMS,graphqlMesh}=require(a0_0x2b7412(0x190));function a0_0x3693(){const _0x357853=['log','build','@graphql-mesh/cli','6360bVfImq','2049732GLTOrc','catch','error','then','@adobe/','Mesh\x20built\x20successfully','10ieEcZQ','137763ykTJBh','slice','path','argv','5549120VkUZUb','Building\x20Mesh\x20with\x20config:','1843850HJUyid','932fPYTeY','11606409SvZPCT','560763zlqMCS'];a0_0x3693=function(){return _0x357853;};return a0_0x3693();}const args=process[a0_0x2b7412(0x19c)][a0_0x2b7412(0x19a)](0x2);const meshConfigPath=args[0x0]['split']('=')[0x0];console[a0_0x2b7412(0x18e)](a0_0x2b7412(0x19e),meshConfigPath);graphqlMesh({...DEFAULT_CLI_PARAMS,'additionalPackagePrefixes':[a0_0x2b7412(0x196),'@multitenant-graphql/']},[a0_0x2b7412(0x18f)],path['resolve'](meshConfigPath))[a0_0x2b7412(0x195)](()=>{const _0x5cf55b=a0_0x2b7412;console['log'](_0x5cf55b(0x197));})[a0_0x2b7412(0x193)](_0x54692d=>{const _0x57f26a=a0_0x2b7412;console[_0x57f26a(0x194)]('Mesh\x20build\x20failed',_0x54692d);});
|
package/package.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe-apimesh/mesh-builder",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.4.0-beta.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/meshBuilder.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepublish": "if [ ! -d 'dist' ]; then echo 'Missing dist files'; exit 1; fi"
|
|
8
8
|
},
|
|
9
|
-
"
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"@adobe/plugin-hooks": "0.1.0",
|
|
11
|
+
"@adobe/plugin-on-fetch": "0.1.0",
|
|
10
12
|
"@fastify/request-context": "^4.1.0",
|
|
11
|
-
"@graphql-mesh/cli": "0.82.30",
|
|
12
13
|
"@graphql-mesh/soap": "0.14.25",
|
|
13
14
|
"@graphql-mesh/graphql": "0.34.13",
|
|
14
15
|
"@graphql-mesh/json-schema": "0.35.38",
|
|
@@ -27,21 +28,45 @@
|
|
|
27
28
|
"@graphql-mesh/transform-resolvers-composition": "0.13.20",
|
|
28
29
|
"@graphql-mesh/transform-type-merging": "0.5.20",
|
|
29
30
|
"@graphql-mesh/types": "0.91.12",
|
|
30
|
-
"
|
|
31
|
+
"graphql": "^16.6.0"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@graphql-mesh/cli": "0.82.30",
|
|
31
35
|
"eslint": "^8.39.0",
|
|
32
36
|
"eslint-plugin-json": "^3.1.0",
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
+
"eslint-plugin-no-loops": "^0.3.0",
|
|
38
|
+
"eslint-plugin-node": "^11.1.0",
|
|
39
|
+
"eslint-plugin-security": "^1.5.0",
|
|
40
|
+
"eslint-plugin-sonarjs": "^0.16.0",
|
|
37
41
|
"fs-extra": "^10.1.0",
|
|
38
42
|
"glob": "^10.3.3",
|
|
39
|
-
"graphql": "^16.6.0",
|
|
40
|
-
"graphql-tools": "7.0.4",
|
|
41
43
|
"pino": "7.9.1",
|
|
42
44
|
"pino-pretty": "7.5.4",
|
|
43
|
-
"typescript": "^5.0.4"
|
|
45
|
+
"typescript": "^5.0.4"
|
|
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
|
+
"@fastify/request-context": "^4.1.0",
|
|
51
|
+
"@graphql-mesh/cli": "0.82.30",
|
|
52
|
+
"@graphql-mesh/soap": "0.14.25",
|
|
53
|
+
"@graphql-mesh/graphql": "0.34.13",
|
|
54
|
+
"@graphql-mesh/json-schema": "0.35.38",
|
|
55
|
+
"@graphql-mesh/openapi": "0.33.39",
|
|
56
|
+
"@graphql-mesh/plugin-http-details-extensions": "0.1.21",
|
|
57
|
+
"@graphql-mesh/runtime": "0.46.21",
|
|
58
|
+
"@graphql-mesh/transform-encapsulate": "0.4.21",
|
|
59
|
+
"@graphql-mesh/transform-federation": "0.11.14",
|
|
60
|
+
"@graphql-mesh/transform-filter-schema": "0.15.23",
|
|
61
|
+
"@graphql-mesh/transform-hoist-field": "0.2.21",
|
|
62
|
+
"@graphql-mesh/transform-naming-convention": "0.13.22",
|
|
63
|
+
"@graphql-mesh/transform-prefix": "0.12.22",
|
|
64
|
+
"@graphql-mesh/transform-prune": "0.1.20",
|
|
65
|
+
"@graphql-mesh/transform-rename": "0.14.22",
|
|
66
|
+
"@graphql-mesh/transform-replace-field": "0.4.20",
|
|
67
|
+
"@graphql-mesh/transform-resolvers-composition": "0.13.20",
|
|
68
|
+
"@graphql-mesh/transform-type-merging": "0.5.20",
|
|
69
|
+
"@graphql-mesh/types": "0.91.12",
|
|
70
|
+
"graphql": "^16.6.0"
|
|
46
71
|
}
|
|
47
72
|
}
|