Skip to content

Commit 9f839c9

Browse files
committed
Build
1 parent b8ca43c commit 9f839c9

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

dist/grapes.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/grapes.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/grapes.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38059,6 +38059,8 @@ var BlocksEvents;
3805938059
BlocksEvents["all"] = "block";
3806038060
})(BlocksEvents || (BlocksEvents = {}));
3806138061
/**{END_EVENTS}*/
38062+
// need this to avoid the TS documentation generator to break
38063+
/* harmony default export */ const block_manager_types = ((/* unused pure expression or super */ null && (BlocksEvents)));
3806238064

3806338065
;// CONCATENATED MODULE: ./src/block_manager/view/BlockView.ts
3806438066
var BlockView_extends = (undefined && undefined.__extends) || (function () {
@@ -61246,7 +61248,7 @@ var grapesjs = {
6124661248
plugins: plugins,
6124761249
usePlugin: usePlugin,
6124861250
// @ts-ignore Will be replaced on build
61249-
version: '0.21.6',
61251+
version: '0.21.7',
6125061252
/**
6125161253
* Initialize the editor with passed options
6125261254
* @param {Object} config Configuration object

dist/grapes.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grapesjs",
33
"description": "Free and Open Source Web Builder Framework",
4-
"version": "0.21.6",
4+
"version": "0.21.7",
55
"author": "Artur Arseniev",
66
"license": "BSD-3-Clause",
77
"homepage": "http://grapesjs.com",

0 commit comments

Comments
 (0)