@adstore/templates 2.9.5 → 2.9.6

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.
@@ -2759,7 +2759,7 @@ const hm = (t, e, o) => {
2759
2759
  match: j
2760
2760
  });
2761
2761
  }).filter(Boolean);
2762
- return d && (d.lang_slug = o.langSlug), d && (b.lang_slug = o.langSlug), {
2762
+ return d && (d.lang_slug = o.langSlug), b && (b.lang_slug = o.langSlug), {
2763
2763
  expressMatches: M,
2764
2764
  autoMatch: d != null && d.prediction ? d : b
2765
2765
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adstore/templates",
3
3
  "private": false,
4
- "version": "2.9.5",
4
+ "version": "2.9.6",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"