formeo 2.2.0 → 2.2.1

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.
package/dist/formeo.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  formeo - https://formeo.io
4
- Version: 2.1.7
4
+ Version: 2.2.0
5
5
  Author: Draggable https://draggable.io
6
6
  */
7
7
 
@@ -231,7 +231,7 @@ class I18N {
231
231
  }
232
232
  const mi18n = new I18N();
233
233
  const name$1 = "formeo";
234
- const version$2 = "2.1.7";
234
+ const version$2 = "2.2.0";
235
235
  const type = "module";
236
236
  const main = "dist/formeo.cjs.js";
237
237
  const module = "dist/formeo.es.js";
@@ -6775,7 +6775,7 @@ const insertScript = (src) => {
6775
6775
  attrs: {
6776
6776
  type: "text/javascript",
6777
6777
  async: true,
6778
- src: `//${src.replace(/^https?:\/\//, "")}`
6778
+ src
6779
6779
  },
6780
6780
  action: {
6781
6781
  load: () => onLoadJavascript(script, resolve),
@@ -7348,7 +7348,7 @@ class TinyMCEControl extends Control {
7348
7348
  attrs: {
7349
7349
  required: false
7350
7350
  },
7351
- dependencies: { js: "cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js" },
7351
+ dependencies: { js: "https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js" },
7352
7352
  // this action is passed to the rendered control/element
7353
7353
  // useful for actions and events on the control preview
7354
7354
  action: {
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  formeo - https://formeo.io
4
- Version: 2.1.7
4
+ Version: 2.2.0
5
5
  Author: Draggable https://draggable.io
6
6
  */
7
7