@independo/capacitor-voice-recorder 8.3.1-dev.1 → 8.3.1
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 +6 -9
package/package.json
CHANGED
|
@@ -13,31 +13,31 @@
|
|
|
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.1
|
|
16
|
+
"version": "8.3.1",
|
|
17
17
|
"packageManager": "pnpm@11.5.1",
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@capacitor/android": "catalog:",
|
|
20
20
|
"@capacitor/core": "catalog:",
|
|
21
21
|
"@capacitor/docgen": "catalog:",
|
|
22
22
|
"@capacitor/ios": "catalog:",
|
|
23
|
-
"@ionic/eslint-config": "^0.4.0",
|
|
24
23
|
"@ionic/prettier-config": "^4.0.0",
|
|
25
24
|
"@ionic/swiftlint-config": "^2.0.0",
|
|
26
25
|
"@saithodev/semantic-release-backmerge": "^4.0.1",
|
|
26
|
+
"@eslint/js": "10.0.1",
|
|
27
27
|
"@semantic-release/changelog": "^6.0.3",
|
|
28
28
|
"@semantic-release/git": "^10.0.1",
|
|
29
29
|
"@types/jest": "^30.0.0",
|
|
30
30
|
"@types/node": "^25.9.1",
|
|
31
|
-
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
32
|
-
"@typescript-eslint/parser": "^5.62.0",
|
|
33
31
|
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
34
|
-
"eslint": "
|
|
32
|
+
"eslint": "10.4.1",
|
|
33
|
+
"globals": "17.6.0",
|
|
35
34
|
"jest": "^30.4.2",
|
|
36
35
|
"jest-environment-jsdom": "^30.4.1",
|
|
37
36
|
"rollup": "^4.61.0",
|
|
38
37
|
"semantic-release": "^25.0.3",
|
|
39
38
|
"swiftlint": "^2.0.0",
|
|
40
39
|
"ts-jest": "^29.4.11",
|
|
40
|
+
"typescript-eslint": "8.61.0",
|
|
41
41
|
"typescript": "^5.9.3"
|
|
42
42
|
},
|
|
43
43
|
"main": "dist/plugin.cjs.js",
|
|
@@ -71,15 +71,12 @@
|
|
|
71
71
|
"test:android:coverage": "node scripts/verify-android.js testDebugUnitTest jacocoTestReport",
|
|
72
72
|
"test:ios": "node scripts/test-ios.js",
|
|
73
73
|
"test:ios:coverage": "node scripts/test-ios.js --coverage --result-bundle-path coverage/ios.xcresult && node scripts/xccov-to-cobertura.js --xcresult coverage/ios.xcresult --output coverage/ios-cobertura.xml",
|
|
74
|
-
"eslint": "eslint
|
|
74
|
+
"eslint": "eslint \"src/**/*.ts\" \"test/**/*.ts\" \"example/**/*.ts\"",
|
|
75
75
|
"clean": "rm -rf dist",
|
|
76
76
|
"swiftlint": "node-swiftlint",
|
|
77
77
|
"docgen": "docgen --api VoiceRecorderPlugin --output-readme README.md --output-json dist/docs.json",
|
|
78
78
|
"fmt": "pnpm run eslint --fix"
|
|
79
79
|
},
|
|
80
|
-
"eslintConfig": {
|
|
81
|
-
"extends": "@ionic/eslint-config/recommended"
|
|
82
|
-
},
|
|
83
80
|
"name": "@independo/capacitor-voice-recorder",
|
|
84
81
|
"dependencies": {
|
|
85
82
|
"capacitor-blob-writer": "^1.1.20"
|