@adobe-apimesh/mesh-builder 1.0.3 → 1.3.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 +4 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a0_0x2aef(_0x1376d1,_0x22734d){const _0x4b6ecc=a0_0x4b6e();a0_0x2aef=function(_0x2aef34,_0x3eafde){_0x2aef34=_0x2aef34-0x14e;let _0x3211b7=_0x4b6ecc[_0x2aef34];return _0x3211b7;};return a0_0x2aef(_0x1376d1,_0x22734d);}const a0_0x458d8c=a0_0x2aef;function a0_0x4b6e(){const _0x34f633=['@multitenant-graphql/','error','5pfCGoU','build','Mesh\x20build\x20failed','411919wpwxhK','1795764iZuAwU','11979864puObHy','argv','Building\x20Mesh\x20with\x20config:','log','1868988vfJiHu','path','165838eQyNDf','Mesh\x20built\x20successfully','resolve','245838mBcKrb','catch','@graphql-mesh/cli','@adobe/','slice','4952297hLChtJ','split','then'];a0_0x4b6e=function(){return _0x34f633;};return a0_0x4b6e();}(function(_0x37faa6,_0x184f35){const _0x3f8c95=a0_0x2aef;const _0x33d96b=_0x37faa6();while(!![]){try{const _0x20b7fd=-parseInt(_0x3f8c95(0x153))/0x1+parseInt(_0x3f8c95(0x15b))/0x2+parseInt(_0x3f8c95(0x154))/0x3+-parseInt(_0x3f8c95(0x159))/0x4+parseInt(_0x3f8c95(0x150))/0x5*(-parseInt(_0x3f8c95(0x15e))/0x6)+-parseInt(_0x3f8c95(0x163))/0x7+parseInt(_0x3f8c95(0x155))/0x8;if(_0x20b7fd===_0x184f35){break;}else{_0x33d96b['push'](_0x33d96b['shift']());}}catch(_0x4227a7){_0x33d96b['push'](_0x33d96b['shift']());}}}(a0_0x4b6e,0x869d4));const path=require(a0_0x458d8c(0x15a));const {DEFAULT_CLI_PARAMS,graphqlMesh}=require(a0_0x458d8c(0x160));const args=process[a0_0x458d8c(0x156)][a0_0x458d8c(0x162)](0x2);const meshConfigPath=args[0x0][a0_0x458d8c(0x164)]('=')[0x0];console[a0_0x458d8c(0x158)](a0_0x458d8c(0x157),meshConfigPath);graphqlMesh({...DEFAULT_CLI_PARAMS,'additionalPackagePrefixes':[a0_0x458d8c(0x161),a0_0x458d8c(0x14e)]},[a0_0x458d8c(0x151)],path[a0_0x458d8c(0x15d)](meshConfigPath))[a0_0x458d8c(0x165)](()=>{const _0x5debf9=a0_0x458d8c;console[_0x5debf9(0x158)](_0x5debf9(0x15c));})[a0_0x458d8c(0x15f)](_0xd81e5b=>{const _0x1f3cff=a0_0x458d8c;console[_0x1f3cff(0x14f)](_0x1f3cff(0x152),_0xd81e5b);});
|
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe-apimesh/mesh-builder",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/meshBuilder.js",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"registry": "https://registry.npmjs.org/"
|
|
8
|
+
},
|
|
6
9
|
"scripts": {
|
|
7
10
|
"prepublish": "if [ ! -d 'dist' ]; then echo 'Missing dist files'; exit 1; fi"
|
|
8
11
|
},
|