@innovastudio/contentbuilder 1.4.55 → 1.4.57

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.55",
4
+ "version": "1.4.57",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -56,6 +56,7 @@
56
56
  "js-beautify": "^1.14.0",
57
57
  "moveable": "^0.30.0",
58
58
  "rangy": "^1.3.0",
59
- "sortablejs": "^1.14.0"
59
+ "sortablejs": "^1.14.0",
60
+ "string-similarity": "^4.0.4"
60
61
  }
61
62
  }