@adobe-apimesh/mesh-builder 1.6.0 → 1.6.2-alpha
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
|
-
|
|
1
|
+
const a0_0x40bf92=a0_0x5880;(function(_0x11665f,_0x6bf345){const _0x35f66b=a0_0x5880;const _0x1413b6=_0x11665f();while(!![]){try{const _0x4f95d4=-parseInt(_0x35f66b(0x185))/0x1+-parseInt(_0x35f66b(0x184))/0x2*(parseInt(_0x35f66b(0x180))/0x3)+-parseInt(_0x35f66b(0x187))/0x4+-parseInt(_0x35f66b(0x17a))/0x5+parseInt(_0x35f66b(0x183))/0x6*(-parseInt(_0x35f66b(0x186))/0x7)+parseInt(_0x35f66b(0x188))/0x8+parseInt(_0x35f66b(0x174))/0x9;if(_0x4f95d4===_0x6bf345){break;}else{_0x1413b6['push'](_0x1413b6['shift']());}}catch(_0xe60023){_0x1413b6['push'](_0x1413b6['shift']());}}}(a0_0x5547,0x7c978));function a0_0x5880(_0x2b328d,_0x2fb4c7){const _0x554753=a0_0x5547();a0_0x5880=function(_0x58804a,_0x2ce64e){_0x58804a=_0x58804a-0x174;let _0x355666=_0x554753[_0x58804a];return _0x355666;};return a0_0x5880(_0x2b328d,_0x2fb4c7);}const path=require(a0_0x40bf92(0x189));const {DEFAULT_CLI_PARAMS,graphqlMesh}=require(a0_0x40bf92(0x181));const args=process[a0_0x40bf92(0x178)][a0_0x40bf92(0x17c)](0x2);const meshConfigPath=args[0x0][a0_0x40bf92(0x175)]('=')[0x0];function a0_0x5547(){const _0x5148c1=['Mesh\x20built\x20successfully','argv','Building\x20Mesh\x20with\x20config:','4838295FgZYCK','build','slice','catch','log','then','3GSycvB','@graphql-mesh/cli','@multitenant-graphql/','6dNOGDS','486802zPIJHr','753045egeczi','1539671IbGCfS','1823168RSmXDE','7175304RFDszv','path','20279385dDRSoM','split','error'];a0_0x5547=function(){return _0x5148c1;};return a0_0x5547();}console[a0_0x40bf92(0x17e)](a0_0x40bf92(0x179),meshConfigPath);graphqlMesh({...DEFAULT_CLI_PARAMS,'additionalPackagePrefixes':['@adobe/',a0_0x40bf92(0x182)]},[a0_0x40bf92(0x17b)],path['resolve'](meshConfigPath))[a0_0x40bf92(0x17f)](()=>{const _0x13eeb7=a0_0x40bf92;console[_0x13eeb7(0x17e)](_0x13eeb7(0x177));})[a0_0x40bf92(0x17d)](_0x2dac1b=>{const _0x2e77ff=a0_0x40bf92;console[_0x2e77ff(0x176)]('Mesh\x20build\x20failed',_0x2dac1b);});
|
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",
|
|
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",
|