Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Jan 3, 2021
1 parent ae5318d commit 9b43606
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions dist/pptxgen.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pptxgen.bundle.js.map

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions dist/pptxgen.cjs.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* PptxGenJS 3.4.0-beta @ 2021-01-03T03:43:26.739Z */
/* PptxGenJS 3.4.0 @ 2021-01-03T20:47:26.885Z */
'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

var JSZip = require('jszip');

function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
Expand Down Expand Up @@ -6100,7 +6098,7 @@ function createSvgPngPreview(rel) {
|*| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|*| SOFTWARE.
\*/
var VERSION = '3.4.0-beta-20210101-2143';
var VERSION = '3.4.0';
var PptxGenJS = /** @class */ (function () {
function PptxGenJS() {
var _this = this;
Expand Down Expand Up @@ -6760,4 +6758,4 @@ var PptxGenJS = /** @class */ (function () {
return PptxGenJS;
}());

exports.default = PptxGenJS;
module.exports = PptxGenJS;
4 changes: 2 additions & 2 deletions dist/pptxgen.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* PptxGenJS 3.4.0-beta @ 2021-01-03T03:43:26.745Z */
/* PptxGenJS 3.4.0 @ 2021-01-03T20:47:26.927Z */
import JSZip from 'jszip';

/**
Expand Down Expand Up @@ -6092,7 +6092,7 @@ function createSvgPngPreview(rel) {
|*| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|*| SOFTWARE.
\*/
var VERSION = '3.4.0-beta-20210101-2143';
var VERSION = '3.4.0';
var PptxGenJS = /** @class */ (function () {
function PptxGenJS() {
var _this = this;
Expand Down
4 changes: 2 additions & 2 deletions dist/pptxgen.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pptxgen.min.js.map

Large diffs are not rendered by default.

0 comments on commit 9b43606

Please sign in to comment.