@capgo/native-audio 6.0.13 → 6.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.
package/android/build.gradle
CHANGED
package/ios/Plugin/Plugin.swift
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/native-audio",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.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",
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
|
|
35
35
|
"clean": "rimraf ./dist",
|
|
36
36
|
"watch": "tsc --watch",
|
|
37
|
-
"prepublishOnly": "npm run build"
|
|
38
|
-
"prepare": "husky install"
|
|
37
|
+
"prepublishOnly": "npm run build"
|
|
39
38
|
},
|
|
40
39
|
"author": "Martin Donadieu <martindonadieu@gmail.com>",
|
|
41
40
|
"license": "MIT",
|