@budibase/string-templates 3.3.4 → 3.3.6

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 +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/string-templates",
3
- "version": "3.3.4",
3
+ "version": "3.3.6",
4
4
  "description": "Handlebars wrapper for Budibase templating.",
5
5
  "main": "dist/bundle.cjs",
6
6
  "module": "dist/bundle.mjs",
@@ -11,8 +11,7 @@
11
11
  "require": "./dist/bundle.cjs",
12
12
  "import": "./dist/bundle.mjs"
13
13
  },
14
- "./package.json": "./package.json",
15
- "./iife": "./dist/iife.mjs"
14
+ "./package.json": "./package.json"
16
15
  },
17
16
  "scripts": {
18
17
  "build": "tsc --emitDeclarationOnly && rollup -c",
@@ -43,5 +42,5 @@
43
42
  "ts-jest": "29.1.1",
44
43
  "typescript": "5.7.2"
45
44
  },
46
- "gitHead": "19a690335119ef2995256d6a7ea7eab6ddeaff0c"
45
+ "gitHead": "7c16de5b7a3db6c663cf5d66dd47556ea96cc111"
47
46
  }