@adobe-apimesh/mesh-builder 2.1.2 → 2.1.4-beta.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
|
-
|
|
1
|
+
const a0_0x43a171=a0_0x5f17;(function(_0x16bd4a,_0x5cc442){const _0x4dd650=a0_0x5f17;const _0x4fd0db=_0x16bd4a();while(!![]){try{const _0x35b7f2=parseInt(_0x4dd650(0x17b))/0x1+-parseInt(_0x4dd650(0x176))/0x2*(parseInt(_0x4dd650(0x174))/0x3)+-parseInt(_0x4dd650(0x17d))/0x4+-parseInt(_0x4dd650(0x175))/0x5*(-parseInt(_0x4dd650(0x180))/0x6)+parseInt(_0x4dd650(0x184))/0x7+parseInt(_0x4dd650(0x185))/0x8+-parseInt(_0x4dd650(0x186))/0x9;if(_0x35b7f2===_0x5cc442){break;}else{_0x4fd0db['push'](_0x4fd0db['shift']());}}catch(_0x4b5f1f){_0x4fd0db['push'](_0x4fd0db['shift']());}}}(a0_0x46ed,0x62a1c));function a0_0x46ed(){const _0x465756=['Building\x20Mesh\x20with\x20config:','resolve','4449830xcZMIA','4896352mcUZry','10183005tmeEBb','then','split','slice','catch','291bTnmZE','628105UbgRer','4846BuHmLE','log','@graphql-mesh/cli','@adobe/','Mesh\x20build\x20failed','305228avWrPS','error','637412JJMFFx','@multitenant-graphql/','build','18eOaghf','path'];a0_0x46ed=function(){return _0x465756;};return a0_0x46ed();}const path=require(a0_0x43a171(0x181));function a0_0x5f17(_0x4c05a4,_0x47a79a){const _0x46edc0=a0_0x46ed();a0_0x5f17=function(_0x5f17de,_0x40320b){_0x5f17de=_0x5f17de-0x171;let _0x5aad55=_0x46edc0[_0x5f17de];return _0x5aad55;};return a0_0x5f17(_0x4c05a4,_0x47a79a);}const {DEFAULT_CLI_PARAMS,graphqlMesh}=require(a0_0x43a171(0x178));const args=process['argv'][a0_0x43a171(0x172)](0x2);const meshConfigPath=args[0x0][a0_0x43a171(0x171)]('=')[0x0];console[a0_0x43a171(0x177)](a0_0x43a171(0x182),meshConfigPath);graphqlMesh({...DEFAULT_CLI_PARAMS,'additionalPackagePrefixes':[a0_0x43a171(0x179),a0_0x43a171(0x17e)]},[a0_0x43a171(0x17f)],path[a0_0x43a171(0x183)](meshConfigPath))[a0_0x43a171(0x187)](()=>{console['log']('Mesh\x20built\x20successfully');})[a0_0x43a171(0x173)](_0x47493e=>{const _0x5e8810=a0_0x43a171;console[_0x5e8810(0x17c)](_0x5e8810(0x17a),_0x47493e);});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe-apimesh/mesh-builder",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4-beta.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/meshBuilder.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"typescript": "^5.0.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@adobe/plugin-hooks": "0.3.
|
|
24
|
+
"@adobe/plugin-hooks": "0.3.3-beta.1",
|
|
25
25
|
"@adobe/plugin-on-fetch": "0.1.1",
|
|
26
26
|
"@graphql-mesh/cli": "0.82.30",
|
|
27
27
|
"@graphql-mesh/graphql": "0.34.13",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"graphql": "^16.6.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@adobe/plugin-hooks": "0.
|
|
48
|
+
"@adobe/plugin-hooks": "0.3.3-beta.1",
|
|
49
49
|
"@adobe/plugin-on-fetch": "0.1.1-alpha",
|
|
50
50
|
"@graphql-mesh/cli": "0.82.30",
|
|
51
51
|
"@graphql-mesh/graphql": "0.34.13",
|