@microsoft/adaptivecards-tools 1.3.5-alpha.83620656a.0 → 1.3.5-alpha.870542abd.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/adaptivecards-tools",
3
- "version": "1.3.5-alpha.83620656a.0",
3
+ "version": "1.3.5-alpha.870542abd.0",
4
4
  "description": "Microsoft sdk for Adaptive Cards",
5
5
  "main": "lib/index.js",
6
6
  "types": "types/index.d.ts",
@@ -50,6 +50,11 @@
50
50
  "markdown-it": "^13.0.2",
51
51
  "react": "^17.0.2"
52
52
  },
53
+ "overrides": {
54
+ "adaptive-expressions": {
55
+ "fast-xml-parser": "4.4.1"
56
+ }
57
+ },
53
58
  "publishConfig": {
54
59
  "access": "public"
55
60
  },
@@ -65,5 +70,5 @@
65
70
  "npx eslint --cache --fix --quiet"
66
71
  ]
67
72
  },
68
- "gitHead": "60ecfecd711c35d6110cbdc42f071d2bfcd94bd3"
73
+ "gitHead": "7fe6365aebe69622e90e0d028a8373f35f5e3bdb"
69
74
  }