@capgo/native-audio 5.0.13 → 5.0.15

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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,12 +31,11 @@ Click on video to see example 💥
31
31
 
32
32
  [![YouTube Example](https://img.youtube.com/vi/XpUGlWWtwHs/0.jpg)](https://www.youtube.com/watch?v=XpUGlWWtwHs)
33
33
 
34
-
35
34
  ## Maintainers
36
35
 
37
- | Maintainer | GitHub | Social |
38
- | ------------- | ------------------------------------------- | ----------------------------------- |
39
- | Martin Donadieu | [riderx](https://github.com/riderx) | [Telegram](https://t.me/martindonadieu) |
36
+ | Maintainer | GitHub | Social |
37
+ | --------------- | ----------------------------------- | --------------------------------------- |
38
+ | Martin Donadieu | [riderx](https://github.com/riderx) | [Telegram](https://t.me/martindonadieu) |
40
39
 
41
40
  Mainteinance Status: Actively Maintained
42
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-audio",
3
- "version": "5.0.13",
3
+ "version": "5.0.15",
4
4
  "description": "A native plugin for native audio engine",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",