@adobe-apimesh/mesh-builder 1.7.0 → 1.7.1
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_0x538a1c=a0_0x37e4;function a0_0x37e4(_0x2dedc3,_0x4963b8){const _0x52ada3=a0_0x52ad();a0_0x37e4=function(_0x37e445,_0x22bc8e){_0x37e445=_0x37e445-0x79;let _0x5314d7=_0x52ada3[_0x37e445];return _0x5314d7;};return a0_0x37e4(_0x2dedc3,_0x4963b8);}(function(_0x3b2c09,_0xd0ff31){const _0x246c5a=a0_0x37e4;const _0x54725f=_0x3b2c09();while(!![]){try{const _0x26c17c=parseInt(_0x246c5a(0x87))/0x1+parseInt(_0x246c5a(0x8d))/0x2+parseInt(_0x246c5a(0x82))/0x3+parseInt(_0x246c5a(0x84))/0x4*(-parseInt(_0x246c5a(0x83))/0x5)+parseInt(_0x246c5a(0x81))/0x6+parseInt(_0x246c5a(0x86))/0x7+parseInt(_0x246c5a(0x85))/0x8*(parseInt(_0x246c5a(0x88))/0x9);if(_0x26c17c===_0xd0ff31){break;}else{_0x54725f['push'](_0x54725f['shift']());}}catch(_0x385dae){_0x54725f['push'](_0x54725f['shift']());}}}(a0_0x52ad,0x19a72));const path=require(a0_0x538a1c(0x7a));function a0_0x52ad(){const _0x1863db=['97237qurPxM','71042rJFeos','9cyWkFd','catch','@adobe/','Mesh\x20built\x20successfully','slice','130536pMVdXz','resolve','path','error','build','argv','log','Mesh\x20build\x20failed','@multitenant-graphql/','307938qbFYGM','115983YfRjTo','5JgmKvk','598868ytTOxT','116848mRAzkD'];a0_0x52ad=function(){return _0x1863db;};return a0_0x52ad();}const {DEFAULT_CLI_PARAMS,graphqlMesh}=require('@graphql-mesh/cli');const args=process[a0_0x538a1c(0x7d)][a0_0x538a1c(0x8c)](0x2);const meshConfigPath=args[0x0]['split']('=')[0x0];console[a0_0x538a1c(0x7e)]('Building\x20Mesh\x20with\x20config:',meshConfigPath);graphqlMesh({...DEFAULT_CLI_PARAMS,'additionalPackagePrefixes':[a0_0x538a1c(0x8a),a0_0x538a1c(0x80)]},[a0_0x538a1c(0x7c)],path[a0_0x538a1c(0x79)](meshConfigPath))['then'](()=>{const _0xeb454a=a0_0x538a1c;console[_0xeb454a(0x7e)](_0xeb454a(0x8b));})[a0_0x538a1c(0x89)](_0x4e11e4=>{const _0x4af4b7=a0_0x538a1c;console[_0x4af4b7(0x7b)](_0x4af4b7(0x7f),_0x4e11e4);});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe-apimesh/mesh-builder",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/meshBuilder.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"typescript": "^5.0.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@adobe/plugin-hooks": "0.3.2
|
|
25
|
-
"@adobe/plugin-on-fetch": "0.1.1
|
|
24
|
+
"@adobe/plugin-hooks": "0.3.2",
|
|
25
|
+
"@adobe/plugin-on-fetch": "0.1.1",
|
|
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",
|