@adobe-apimesh/mesh-builder 1.6.1 → 1.6.2-alpha.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 +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a0_0x5c7c28=a0_0x22e2;function a0_0x46ac(){const _0x4522bc=['catch','763760nWghLz','71714klPFAR','path','1270owavSY','@graphql-mesh/cli','Mesh\x20build\x20failed','error','Mesh\x20built\x20successfully','@multitenant-graphql/','21474QfNaDE','376644ZQEVLy','234rCvFlw','14102uxDShE','1088bVUVHz','6HwjFxf','10JOoMVR','8RjNnEk','argv','454668okwnGw','Building\x20Mesh\x20with\x20config:','slice','3007193IFJCgS','@adobe/','log'];a0_0x46ac=function(){return _0x4522bc;};return a0_0x46ac();}(function(_0x4088b8,_0x5cfcdc){const _0x543a28=a0_0x22e2;const _0x297bba=_0x4088b8();while(!![]){try{const _0x4fc85b=-parseInt(_0x543a28(0xb4))/0x1*(-parseInt(_0x543a28(0xc3))/0x2)+-parseInt(_0x543a28(0xbd))/0x3+parseInt(_0x543a28(0xb3))/0x4*(-parseInt(_0x543a28(0xc2))/0x5)+parseInt(_0x543a28(0xc1))/0x6*(parseInt(_0x543a28(0xaf))/0x7)+parseInt(_0x543a28(0xc0))/0x8*(-parseInt(_0x543a28(0xbc))/0x9)+parseInt(_0x543a28(0xb6))/0xa*(-parseInt(_0x543a28(0xbf))/0xb)+parseInt(_0x543a28(0xac))/0xc*(parseInt(_0x543a28(0xbe))/0xd);if(_0x4fc85b===_0x5cfcdc){break;}else{_0x297bba['push'](_0x297bba['shift']());}}catch(_0x42170d){_0x297bba['push'](_0x297bba['shift']());}}}(a0_0x46ac,0x62907));const path=require(a0_0x5c7c28(0xb5));const {DEFAULT_CLI_PARAMS,graphqlMesh}=require(a0_0x5c7c28(0xb7));function a0_0x22e2(_0x55ea03,_0x3ae2f5){const _0x46ac49=a0_0x46ac();a0_0x22e2=function(_0x22e2a5,_0x4be685){_0x22e2a5=_0x22e2a5-0xac;let _0xafc3cf=_0x46ac49[_0x22e2a5];return _0xafc3cf;};return a0_0x22e2(_0x55ea03,_0x3ae2f5);}const args=process[a0_0x5c7c28(0xc4)][a0_0x5c7c28(0xae)](0x2);const meshConfigPath=args[0x0]['split']('=')[0x0];console[a0_0x5c7c28(0xb1)](a0_0x5c7c28(0xad),meshConfigPath);graphqlMesh({...DEFAULT_CLI_PARAMS,'additionalPackagePrefixes':[a0_0x5c7c28(0xb0),a0_0x5c7c28(0xbb)]},['build'],path['resolve'](meshConfigPath))['then'](()=>{const _0x1f3371=a0_0x5c7c28;console[_0x1f3371(0xb1)](_0x1f3371(0xba));})[a0_0x5c7c28(0xb2)](_0x3cf578=>{const _0x54b7a7=a0_0x5c7c28;console[_0x54b7a7(0xb9)](_0x54b7a7(0xb8),_0x3cf578);});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe-apimesh/mesh-builder",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2-alpha.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/meshBuilder.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@adobe/plugin-hooks": "0.3.0",
|
|
25
|
-
"@adobe/plugin-on-fetch": "0.1.
|
|
25
|
+
"@adobe/plugin-on-fetch": "0.1.1-alpha",
|
|
26
26
|
"@graphql-mesh/cli": "0.82.30",
|
|
27
27
|
"@graphql-mesh/graphql": "0.34.13",
|
|
28
28
|
"@graphql-mesh/json-schema": "0.35.38",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@adobe/plugin-hooks": "0.1.1",
|
|
50
|
-
"@adobe/plugin-on-fetch": "0.1.
|
|
50
|
+
"@adobe/plugin-on-fetch": "0.1.1-alpha",
|
|
51
51
|
"@graphql-mesh/cli": "0.82.30",
|
|
52
52
|
"@graphql-mesh/graphql": "0.34.13",
|
|
53
53
|
"@graphql-mesh/json-schema": "0.35.38",
|