@nice2dev/ui-audio 1.0.2 → 1.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice2dev/ui-audio",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Nice2Dev Audio UI — DAW editor, karaoke engine, player, playlist, DMX, music visualizers for React",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -14,8 +14,15 @@
14
14
  },
15
15
  "./style.css": "./dist/style.css"
16
16
  },
17
- "files": ["dist", "LICENSE", "CHANGELOG.md", "README.md"],
18
- "sideEffects": ["*.css"],
17
+ "files": [
18
+ "dist",
19
+ "LICENSE",
20
+ "CHANGELOG.md",
21
+ "README.md"
22
+ ],
23
+ "sideEffects": [
24
+ "*.css"
25
+ ],
19
26
  "scripts": {
20
27
  "dev": "vite",
21
28
  "build": "tsc -p tsconfig.build.json && vite build",
@@ -28,12 +35,24 @@
28
35
  "prepublishOnly": "npm run build"
29
36
  },
30
37
  "keywords": [
31
- "react", "audio", "daw", "karaoke", "player", "playlist", "dmx",
32
- "visualizer", "midi", "pitch-detection", "scoring", "music",
33
- "piano-roll", "waveform", "nicetodev"
38
+ "react",
39
+ "audio",
40
+ "daw",
41
+ "karaoke",
42
+ "player",
43
+ "playlist",
44
+ "dmx",
45
+ "visualizer",
46
+ "midi",
47
+ "pitch-detection",
48
+ "scoring",
49
+ "music",
50
+ "piano-roll",
51
+ "waveform",
52
+ "nicetodev"
34
53
  ],
35
54
  "author": "NiceToDev <contact@nicetodev.com>",
36
- "license": "MIT",
55
+ "license": "SEE LICENSE IN LICENSE",
37
56
  "repository": {
38
57
  "type": "git",
39
58
  "url": "git+https://github.com/NiceToDev/NiceToDev.UI.git",
@@ -48,19 +67,45 @@
48
67
  "react-dom": ">=17.0.0"
49
68
  },
50
69
  "peerDependenciesMeta": {
51
- "react-window": { "optional": true },
52
- "react-youtube": { "optional": true },
53
- "hls.js": { "optional": true },
54
- "pitchy": { "optional": true },
55
- "phaser": { "optional": true },
56
- "framer-motion": { "optional": true },
57
- "@fortawesome/react-fontawesome": { "optional": true },
58
- "@fortawesome/free-solid-svg-icons": { "optional": true },
59
- "@fortawesome/free-brands-svg-icons": { "optional": true },
60
- "music-metadata-browser": { "optional": true },
61
- "fflate": { "optional": true },
62
- "@ffmpeg/ffmpeg": { "optional": true },
63
- "@monaco-editor/react": { "optional": true }
70
+ "react-window": {
71
+ "optional": true
72
+ },
73
+ "react-youtube": {
74
+ "optional": true
75
+ },
76
+ "hls.js": {
77
+ "optional": true
78
+ },
79
+ "pitchy": {
80
+ "optional": true
81
+ },
82
+ "phaser": {
83
+ "optional": true
84
+ },
85
+ "framer-motion": {
86
+ "optional": true
87
+ },
88
+ "@fortawesome/react-fontawesome": {
89
+ "optional": true
90
+ },
91
+ "@fortawesome/free-solid-svg-icons": {
92
+ "optional": true
93
+ },
94
+ "@fortawesome/free-brands-svg-icons": {
95
+ "optional": true
96
+ },
97
+ "music-metadata-browser": {
98
+ "optional": true
99
+ },
100
+ "fflate": {
101
+ "optional": true
102
+ },
103
+ "@ffmpeg/ffmpeg": {
104
+ "optional": true
105
+ },
106
+ "@monaco-editor/react": {
107
+ "optional": true
108
+ }
64
109
  },
65
110
  "devDependencies": {
66
111
  "@testing-library/jest-dom": "^6.9.1",