Browse Source

Build

pull/5436/head v0.21.7
Artur Arseniev 3 years ago
parent
commit
9f839c965c
  1. 4
      dist/grapes.min.js
  2. 2
      dist/grapes.min.js.map
  3. 4
      dist/grapes.mjs
  4. 2
      dist/grapes.mjs.map
  5. 2
      package.json

4
dist/grapes.min.js

File diff suppressed because one or more lines are too long

2
dist/grapes.min.js.map

File diff suppressed because one or more lines are too long

4
dist/grapes.mjs

@ -38059,6 +38059,8 @@ var BlocksEvents;
BlocksEvents["all"] = "block";
})(BlocksEvents || (BlocksEvents = {}));
/**{END_EVENTS}*/
// need this to avoid the TS documentation generator to break
/* harmony default export */ const block_manager_types = ((/* unused pure expression or super */ null && (BlocksEvents)));
;// CONCATENATED MODULE: ./src/block_manager/view/BlockView.ts
var BlockView_extends = (undefined && undefined.__extends) || (function () {
@ -61246,7 +61248,7 @@ var grapesjs = {
plugins: plugins,
usePlugin: usePlugin,
// @ts-ignore Will be replaced on build
version: '0.21.6',
version: '0.21.7',
/**
* Initialize the editor with passed options
* @param {Object} config Configuration object

2
dist/grapes.mjs.map

File diff suppressed because one or more lines are too long

2
package.json

@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Free and Open Source Web Builder Framework",
"version": "0.21.6",
"version": "0.21.7",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",

Loading…
Cancel
Save