@restorecommerce/facade 0.3.8 → 0.3.9

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.3.9](https://github.com/restorecommerce/libs/compare/@restorecommerce/facade@0.3.8...@restorecommerce/facade@0.3.9) (2022-03-14)
7
+
8
+ **Note:** Version bump only for package @restorecommerce/facade
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.3.8](https://github.com/restorecommerce/libs/compare/@restorecommerce/facade@0.3.7...@restorecommerce/facade@0.3.8) (2022-03-14)
7
15
 
8
16
 
@@ -212,7 +212,6 @@ const getGQLResolverFunctions = (service, key, serviceKey, grpcClientConfig) =>
212
212
  realMethod = 'Upsert';
213
213
  }
214
214
  }
215
- console.log(outputTyping);
216
215
  const rawResult = await service[realMethod](req);
217
216
  const result = (0, exports.recursiveBufferToValue)(rawResult, outputTyping.output);
218
217
  const bufferFields = (0, utils_1.getKeys)(grpcClientConfig === null || grpcClientConfig === void 0 ? void 0 : grpcClientConfig.bufferFields);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/facade",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Facade for Restorecommerce microservices",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -108,5 +108,5 @@
108
108
  "publishConfig": {
109
109
  "access": "public"
110
110
  },
111
- "gitHead": "eb949ff49d05ba48aa832cdea91e584c4dbe4c98"
111
+ "gitHead": "1ec9baa52f377f4b78ed377210ffe094c6115b1c"
112
112
  }