@boostercloud/framework-provider-azure 0.26.7 → 0.26.10

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.
@@ -56,7 +56,7 @@ function buildFilterExpression(filters, usedPlaceholders = []) {
56
56
  }
57
57
  function buildOperation(propName, filter = {}, usedPlaceholders, nested) {
58
58
  const holder = placeholderBuilderFor(propName, usedPlaceholders);
59
- propName = nested ? `${nested}.c["${propName}"]` : `c["${propName}"]`;
59
+ propName = nested ? `${nested}["${propName}"]` : `c["${propName}"]`;
60
60
  return Object.entries(filter)
61
61
  .map(([operation, value], index) => {
62
62
  switch (operation) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boostercloud/framework-provider-azure",
3
- "version": "0.26.7",
3
+ "version": "0.26.10",
4
4
  "description": "Handle Booster's integration with Azure",
5
5
  "keywords": [
6
6
  "framework-provider-azure"
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@azure/cosmos": "3.7.3",
24
24
  "@azure/functions": "^1.2.2",
25
- "@boostercloud/framework-types": "^0.26.7",
25
+ "@boostercloud/framework-types": "^0.26.10",
26
26
  "chai": "4.2.0",
27
27
  "chai-as-promised": "7.1.1",
28
28
  "mocha": "8.4.0",
@@ -41,5 +41,5 @@
41
41
  "bugs": {
42
42
  "url": "https://github.com/boostercloud/booster/issues"
43
43
  },
44
- "gitHead": "65af35a74b9f67b6405c79ffd0db6491bb38e68a"
44
+ "gitHead": "14df9c9fa68129755244b41793c3cc5d8361e07f"
45
45
  }