@independo/capacitor-voice-recorder 8.3.8-dev.4 → 8.3.8-dev.6
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/README.md +2 -0
- package/android/build.gradle +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -537,3 +537,5 @@ Thanks to Avihu Harush for the original implementation and community groundwork.
|
|
|
537
537
|
re-architected for improved performance, reliability, and testability (service/adapters split, contract tests, and a
|
|
538
538
|
normalized response path). The codebase now diverges substantially, which is why this repo left the fork network.
|
|
539
539
|
This plugin is maintained by [Independo GmbH](https://www.independo.app/).
|
|
540
|
+
|
|
541
|
+
Explore more [open-source tools and research from Independo](https://www.independo.app/open-source).
|
package/android/build.gradle
CHANGED
|
@@ -11,7 +11,7 @@ buildscript {
|
|
|
11
11
|
mavenCentral()
|
|
12
12
|
}
|
|
13
13
|
dependencies {
|
|
14
|
-
classpath 'com.android.tools.build:gradle:
|
|
14
|
+
classpath 'com.android.tools.build:gradle:9.3.1'
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
@@ -31,7 +31,7 @@ android {
|
|
|
31
31
|
buildTypes {
|
|
32
32
|
release {
|
|
33
33
|
minifyEnabled = false
|
|
34
|
-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
34
|
+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
testOptions {
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"url": "https://github.com/independo-gmbh/capacitor-voice-recorder.git"
|
|
14
14
|
},
|
|
15
15
|
"description": "Capacitor plugin for voice recording",
|
|
16
|
-
"version": "8.3.8-dev.
|
|
16
|
+
"version": "8.3.8-dev.6",
|
|
17
17
|
"packageManager": "pnpm@11.8.0",
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@capacitor/android": "catalog:",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"@semantic-release/git": "^11.0.1",
|
|
29
29
|
"@types/jest": "^30.0.0",
|
|
30
30
|
"@types/node": "^26.2.0",
|
|
31
|
-
"conventional-changelog-conventionalcommits": "^
|
|
32
|
-
"eslint": "10.8.
|
|
33
|
-
"globals": "17.
|
|
31
|
+
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
32
|
+
"eslint": "10.8.1",
|
|
33
|
+
"globals": "17.10.0",
|
|
34
34
|
"jest": "^30.4.2",
|
|
35
35
|
"jest-environment-jsdom": "^30.4.1",
|
|
36
36
|
"rollup": "^4.62.4",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"swiftlint": "^2.0.0",
|
|
39
39
|
"ts-jest": "^29.4.12",
|
|
40
40
|
"typescript": "^5.9.3",
|
|
41
|
-
"typescript-eslint": "8.
|
|
41
|
+
"typescript-eslint": "8.67.0"
|
|
42
42
|
},
|
|
43
43
|
"main": "dist/plugin.cjs.js",
|
|
44
44
|
"files": [
|