@micromag/element-audio 0.3.480 → 0.3.485

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/es/index.js CHANGED
@@ -12,7 +12,6 @@ import { useGesture } from '@use-gesture/react';
12
12
  import { useIntl } from 'react-intl';
13
13
  import { useSpring } from '@react-spring/core';
14
14
  import { animated } from '@react-spring/web';
15
- import 'whatwg-fetch';
16
15
  import { getContrastingColor } from '@micromag/core/utils';
17
16
 
18
17
  var styles$2 = {"container":"micromag-element-audio-audio-bars-container","seekButton":"micromag-element-audio-audio-bars-seekButton"};
package/lib/index.js CHANGED
@@ -16,7 +16,6 @@ var react = require('@use-gesture/react');
16
16
  var reactIntl = require('react-intl');
17
17
  var core$1 = require('@react-spring/core');
18
18
  var web = require('@react-spring/web');
19
- require('whatwg-fetch');
20
19
  var utils = require('@micromag/core/utils');
21
20
 
22
21
  var styles$2 = {"container":"micromag-element-audio-audio-bars-container","seekButton":"micromag-element-audio-audio-bars-seekButton"};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-audio",
3
- "version": "0.3.480",
3
+ "version": "0.3.485",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -46,7 +46,9 @@
46
46
  "assets"
47
47
  ],
48
48
  "scripts": {
49
- "prepare": "../../scripts/prepare-package.sh"
49
+ "clean": "rm -rf es && rm -rf lib && rm -rf assets",
50
+ "prepublishOnly": "npm run build",
51
+ "build": "../../scripts/prepare-package.sh"
50
52
  },
51
53
  "devDependencies": {
52
54
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
@@ -61,8 +63,8 @@
61
63
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
62
64
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
63
65
  "@fortawesome/react-fontawesome": "^0.1.13",
64
- "@micromag/core": "^0.3.480",
65
- "@micromag/element-closed-captions": "^0.3.480",
66
+ "@micromag/core": "^0.3.485",
67
+ "@micromag/element-closed-captions": "^0.3.485",
66
68
  "@react-spring/core": "^9.6.1",
67
69
  "@react-spring/web": "^9.6.1",
68
70
  "@use-gesture/react": "^10.3.0",
@@ -70,12 +72,11 @@
70
72
  "lodash": "^4.17.21",
71
73
  "prop-types": "^15.7.2",
72
74
  "react-intl": "^6.6.2",
73
- "uuid": "^9.0.0",
74
- "whatwg-fetch": "^3.6.1"
75
+ "uuid": "^9.0.0"
75
76
  },
76
77
  "publishConfig": {
77
78
  "access": "public",
78
79
  "registry": "https://registry.npmjs.org/"
79
80
  },
80
- "gitHead": "4a69863ce7f8aa2e254242a2fd368763611cf096"
81
+ "gitHead": "7af4c126bdc155c5ea821e894957023b201c2b79"
81
82
  }