Skip to content

Commit 9b43606

Browse files
committed
new build
1 parent ae5318d commit 9b43606

6 files changed

Lines changed: 11 additions & 13 deletions

File tree

dist/pptxgen.bundle.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/pptxgen.bundle.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/pptxgen.cjs.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
/* PptxGenJS 3.4.0-beta @ 2021-01-03T03:43:26.739Z */
1+
/* PptxGenJS 3.4.0 @ 2021-01-03T20:47:26.885Z */
22
'use strict';
33

4-
Object.defineProperty(exports, '__esModule', { value: true });
5-
64
var JSZip = require('jszip');
75

86
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -6100,7 +6098,7 @@ function createSvgPngPreview(rel) {
61006098
|*| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
61016099
|*| SOFTWARE.
61026100
\*/
6103-
var VERSION = '3.4.0-beta-20210101-2143';
6101+
var VERSION = '3.4.0';
61046102
var PptxGenJS = /** @class */ (function () {
61056103
function PptxGenJS() {
61066104
var _this = this;
@@ -6760,4 +6758,4 @@ var PptxGenJS = /** @class */ (function () {
67606758
return PptxGenJS;
67616759
}());
67626760

6763-
exports.default = PptxGenJS;
6761+
module.exports = PptxGenJS;

dist/pptxgen.es.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* PptxGenJS 3.4.0-beta @ 2021-01-03T03:43:26.745Z */
1+
/* PptxGenJS 3.4.0 @ 2021-01-03T20:47:26.927Z */
22
import JSZip from 'jszip';
33

44
/**
@@ -6092,7 +6092,7 @@ function createSvgPngPreview(rel) {
60926092
|*| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
60936093
|*| SOFTWARE.
60946094
\*/
6095-
var VERSION = '3.4.0-beta-20210101-2143';
6095+
var VERSION = '3.4.0';
60966096
var PptxGenJS = /** @class */ (function () {
60976097
function PptxGenJS() {
60986098
var _this = this;

dist/pptxgen.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/pptxgen.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.

0 commit comments

Comments
 (0)