sweetalert2 11.3.8 → 11.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [11.3.9](https://github.com/sweetalert2/sweetalert2/compare/v11.3.8...v11.3.9) (2022-01-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * remove type="module" from package.json ([0ae493b](https://github.com/sweetalert2/sweetalert2/commit/0ae493b808400bc2f9dc68a2a6b9a1ef5c6b3050))
7
+ * remove type="module" from package.json before building dist ([#2397](https://github.com/sweetalert2/sweetalert2/issues/2397)) ([1968d8b](https://github.com/sweetalert2/sweetalert2/commit/1968d8b5f446f950d3dff214e25f6db3ecaef51e))
8
+
1
9
  ## [11.3.8](https://github.com/sweetalert2/sweetalert2/compare/v11.3.7...v11.3.8) (2022-01-26)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sweetalert2",
3
- "version": "11.3.8",
3
+ "version": "11.3.9",
4
4
  "repository": "sweetalert2/sweetalert2",
5
5
  "homepage": "https://sweetalert2.github.io/",
6
6
  "description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
@@ -8,7 +8,6 @@
8
8
  "browser": "dist/sweetalert2.all.js",
9
9
  "module": "src/sweetalert2.js",
10
10
  "types": "sweetalert2.d.ts",
11
- "type": "module",
12
11
  "devDependencies": {
13
12
  "@babel/core": "^7.16.7",
14
13
  "@babel/preset-env": "^7.16.7",
@@ -20,6 +19,7 @@
20
19
  "browser-sync": "^2.27.7",
21
20
  "cspell": "^5.15.1",
22
21
  "cypress": "^9.2.0",
22
+ "edit-json-file": "^1.7.0",
23
23
  "eslint": "^8.7.0",
24
24
  "eslint-plugin-cypress": "^2.12.1",
25
25
  "eslint-plugin-import": "^2.25.4",
@@ -37,7 +37,6 @@
37
37
  "merge2": "^1.2.3",
38
38
  "postcss-scss": "^4.0.2",
39
39
  "prettier": "^2.5.1",
40
- "replace-in-file": "^6.3.2",
41
40
  "rollup": "^2.64.0",
42
41
  "rollup-plugin-babel": "^4.3.2",
43
42
  "sass": "^1.47.0",