Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Apr 1, 2021
1 parent 5ff7b6d commit 48005b1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.

4 changes: 2 additions & 2 deletions dist/pptxgen.cjs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* PptxGenJS 3.5.0 @ 2021-03-31T01:29:13.027Z */
/* PptxGenJS 3.6.0-beta @ 2021-04-01T01:52:29.176Z */
'use strict';

var JSZip = require('jszip');
Expand Down Expand Up @@ -6140,7 +6140,7 @@ function createSvgPngPreview(rel) {
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
var VERSION = '3.5.0';
var VERSION = '3.6.0-beta_20210331-2050';
var PptxGenJS = /** @class */ (function () {
function PptxGenJS() {
var _this = this;
Expand Down
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.5.0 @ 2021-03-31T01:29:13.036Z */
/* PptxGenJS 3.6.0-beta @ 2021-04-01T01:52:29.188Z */
import JSZip from 'jszip';

/**
Expand Down Expand Up @@ -6134,7 +6134,7 @@ function createSvgPngPreview(rel) {
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
var VERSION = '3.5.0';
var VERSION = '3.6.0-beta_20210331-2050';
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 48005b1

Please sign in to comment.