Skip to content

Commit 2ce1c11

Browse files
authored
Merge pull request #1 from elquimeras/hotfix/update-file-saver-module
Hotfix/update file saver module
2 parents bdba5fa + cfaf66c commit 2ce1c11

File tree

8 files changed

+6335
-2713
lines changed

8 files changed

+6335
-2713
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-file-saver",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"main": "dist/angular-file-saver.bundle.js",
55
"authors": [
66
"Philipp Alferov <[email protected]>"
@@ -24,6 +24,6 @@
2424
],
2525
"dependencies": {
2626
"blob-polyfill": "~1.0.20150320",
27-
"file-saver.js": "~1.20150507.2"
27+
"file-saver": "^2.0.4"
2828
}
2929
}

dist/angular-file-saver.bundle.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ return /******/ (function(modules) { // webpackBootstrap
5252
/************************************************************************/
5353
/******/ ([
5454
/* 0 */
55-
/***/ function(module, exports, __webpack_require__) {
55+
/***/ (function(module, exports, __webpack_require__) {
5656

5757
'use strict';
5858
/*
@@ -74,9 +74,9 @@ return /******/ (function(modules) { // webpackBootstrap
7474
.factory('SaveAs', [__webpack_require__(5)]);
7575

7676

77-
/***/ },
77+
/***/ }),
7878
/* 1 */
79-
/***/ function(module, exports) {
79+
/***/ (function(module, exports) {
8080

8181
'use strict';
8282

@@ -122,9 +122,9 @@ return /******/ (function(modules) { // webpackBootstrap
122122
};
123123

124124

125-
/***/ },
125+
/***/ }),
126126
/* 2 */
127-
/***/ function(module, exports) {
127+
/***/ (function(module, exports) {
128128

129129
'use strict';
130130

@@ -146,9 +146,9 @@ return /******/ (function(modules) { // webpackBootstrap
146146
};
147147

148148

149-
/***/ },
149+
/***/ }),
150150
/* 3 */
151-
/***/ function(module, exports, __webpack_require__) {
151+
/***/ (function(module, exports, __webpack_require__) {
152152

153153
'use strict';
154154

@@ -159,9 +159,9 @@ return /******/ (function(modules) { // webpackBootstrap
159159
};
160160

161161

162-
/***/ },
162+
/***/ }),
163163
/* 4 */
164-
/***/ function(module, exports) {
164+
/***/ (function(module, exports) {
165165

166166
/* Blob.js
167167
* A Blob implementation.
@@ -376,9 +376,9 @@ return /******/ (function(modules) { // webpackBootstrap
376376
}(typeof self !== "undefined" && self || typeof window !== "undefined" && window || this.content || this));
377377

378378

379-
/***/ },
379+
/***/ }),
380380
/* 5 */
381-
/***/ function(module, exports, __webpack_require__) {
381+
/***/ (function(module, exports, __webpack_require__) {
382382

383383
'use strict';
384384

@@ -387,9 +387,9 @@ return /******/ (function(modules) { // webpackBootstrap
387387
};
388388

389389

390-
/***/ },
390+
/***/ }),
391391
/* 6 */
392-
/***/ function(module, exports, __webpack_require__) {
392+
/***/ (function(module, exports, __webpack_require__) {
393393

394394
var __WEBPACK_AMD_DEFINE_RESULT__;/* FileSaver.js
395395
* A saveAs() FileSaver implementation.
@@ -581,22 +581,22 @@ return /******/ (function(modules) { // webpackBootstrap
581581
}
582582

583583

584-
/***/ },
584+
/***/ }),
585585
/* 7 */
586-
/***/ function(module, exports) {
586+
/***/ (function(module, exports) {
587587

588588
module.exports = function() { throw new Error("define cannot be used indirect"); };
589589

590590

591-
/***/ },
591+
/***/ }),
592592
/* 8 */
593-
/***/ function(module, exports) {
593+
/***/ (function(module, exports) {
594594

595595
/* WEBPACK VAR INJECTION */(function(__webpack_amd_options__) {module.exports = __webpack_amd_options__;
596596

597597
/* WEBPACK VAR INJECTION */}.call(exports, {}))
598598

599-
/***/ }
599+
/***/ })
600600
/******/ ])
601601
});
602602
;

dist/angular-file-saver.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ return /******/ (function(modules) { // webpackBootstrap
5252
/************************************************************************/
5353
/******/ ([
5454
/* 0 */
55-
/***/ function(module, exports, __webpack_require__) {
55+
/***/ (function(module, exports, __webpack_require__) {
5656

5757
'use strict';
5858

@@ -75,9 +75,9 @@ return /******/ (function(modules) { // webpackBootstrap
7575
.factory('SaveAs', ['$window', 'FileSaverUtils', __webpack_require__(4)]);
7676

7777

78-
/***/ },
78+
/***/ }),
7979
/* 1 */
80-
/***/ function(module, exports) {
80+
/***/ (function(module, exports) {
8181

8282
'use strict';
8383

@@ -123,9 +123,9 @@ return /******/ (function(modules) { // webpackBootstrap
123123
};
124124

125125

126-
/***/ },
126+
/***/ }),
127127
/* 2 */
128-
/***/ function(module, exports) {
128+
/***/ (function(module, exports) {
129129

130130
'use strict';
131131

@@ -147,9 +147,9 @@ return /******/ (function(modules) { // webpackBootstrap
147147
};
148148

149149

150-
/***/ },
150+
/***/ }),
151151
/* 3 */
152-
/***/ function(module, exports) {
152+
/***/ (function(module, exports) {
153153

154154
'use strict';
155155

@@ -164,9 +164,9 @@ return /******/ (function(modules) { // webpackBootstrap
164164
};
165165

166166

167-
/***/ },
167+
/***/ }),
168168
/* 4 */
169-
/***/ function(module, exports) {
169+
/***/ (function(module, exports) {
170170

171171
'use strict';
172172

@@ -181,7 +181,7 @@ return /******/ (function(modules) { // webpackBootstrap
181181
};
182182

183183

184-
/***/ }
184+
/***/ })
185185
/******/ ])
186186
});
187187
;

0 commit comments

Comments
 (0)