@budibase/string-templates 3.3.1 → 3.3.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/string-templates",
3
- "version": "3.3.1",
3
+ "version": "3.3.3",
4
4
  "description": "Handlebars wrapper for Budibase templating.",
5
5
  "main": "dist/bundle.cjs",
6
6
  "module": "dist/bundle.mjs",
@@ -23,6 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@budibase/handlebars-helpers": "^0.13.2",
26
+ "@budibase/vm-browserify": "^1.1.4",
26
27
  "dayjs": "^1.10.8",
27
28
  "handlebars": "^4.7.8",
28
29
  "lodash.clonedeep": "^4.5.0"
@@ -42,5 +43,5 @@
42
43
  "ts-jest": "29.1.1",
43
44
  "typescript": "5.7.2"
44
45
  },
45
- "gitHead": "b4b42fa71fec8b50f97ef3662395b22d12571a46"
46
+ "gitHead": "d74dae4e31f56f7a43589fd8d6c8070ed1156cd3"
46
47
  }