@boostercloud/framework-provider-azure 2.13.1 → 2.14.0

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.
@@ -22,7 +22,7 @@ async function search(cosmosDb, config, containerName, filters, limit, afterCurs
22
22
  query: finalQuery,
23
23
  parameters: buildExpressionAttributeValues(filters),
24
24
  };
25
- logger.debug('Running search with the following params: \n', querySpec);
25
+ logger.debug('Running search with the following params: \n', JSON.stringify(querySpec));
26
26
  let { resources } = await cosmosDb
27
27
  .database(config.resourceNames.applicationStack)
28
28
  .container(containerName)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boostercloud/framework-provider-azure",
3
- "version": "2.13.1",
3
+ "version": "2.14.0",
4
4
  "description": "Handle Booster's integration with Azure",
5
5
  "keywords": [
6
6
  "framework-provider-azure"
@@ -27,14 +27,14 @@
27
27
  "@azure/functions": "^1.2.2",
28
28
  "@azure/identity": "~2.1.0",
29
29
  "@azure/event-hubs": "5.11.1",
30
- "@boostercloud/framework-common-helpers": "^2.13.1",
31
- "@boostercloud/framework-types": "^2.13.1",
30
+ "@boostercloud/framework-common-helpers": "^2.14.0",
31
+ "@boostercloud/framework-types": "^2.14.0",
32
32
  "tslib": "^2.4.0",
33
33
  "@effect-ts/core": "^0.60.4",
34
34
  "@azure/web-pubsub": "~1.1.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@boostercloud/eslint-config": "^2.13.1",
37
+ "@boostercloud/eslint-config": "^2.14.0",
38
38
  "@types/chai": "4.2.18",
39
39
  "@types/chai-as-promised": "7.1.4",
40
40
  "@types/faker": "5.1.5",