Skip to content

Commit

Permalink
feat: build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
KHOUBZA Younes committed Nov 20, 2022
1 parent a3e09da commit 4a71e6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/sweetalert/dist/flasher-sweetalert.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
var sweetalert2_all = {exports: {}};

/*!
* sweetalert2 v11.6.9
* sweetalert2 v11.6.10
* Released under the MIT License.
*/

Expand Down Expand Up @@ -3999,7 +3999,7 @@
};
});
SweetAlert.DismissReason = DismissReason;
SweetAlert.version = '11.6.9';
SweetAlert.version = '11.6.10';

const Swal = SweetAlert;
// @ts-ignore
Expand Down
2 changes: 1 addition & 1 deletion packages/sweetalert/dist/flasher-sweetalert.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/sweetalert/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof win
var sweetalert2_all = {exports: {}};

/*!
* sweetalert2 v11.6.9
* sweetalert2 v11.6.10
* Released under the MIT License.
*/

Expand Down Expand Up @@ -3997,7 +3997,7 @@ var sweetalert2_all = {exports: {}};
};
});
SweetAlert.DismissReason = DismissReason;
SweetAlert.version = '11.6.9';
SweetAlert.version = '11.6.10';

const Swal = SweetAlert;
// @ts-ignore
Expand Down

0 comments on commit 4a71e6d

Please sign in to comment.