@microsoft/adaptivecards-tools 1.3.5-beta.2024081502.0 → 1.3.5-beta.2024091003.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-beta.2024081502.0",
3
+ "version": "1.3.5-beta.2024091003.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": "311deba0ee829c0ce4be19bc07efad16482b583a"
73
+ "gitHead": "6b961b0697850b73f720f69ca0e4f663f472e61c"
69
74
  }