nosnia-audio-recorder 0.9.15 → 0.9.17

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,174 +1,174 @@
1
- {
2
- "name": "nosnia-audio-recorder",
3
- "version": "0.9.15",
4
- "description": "This is a modern audio recorder which actually works cross platform",
5
- "main": "./lib/module/index.js",
6
- "types": "./lib/typescript/src/index.d.ts",
7
- "exports": {
8
- ".": {
9
- "source": "./src/index.tsx",
10
- "types": "./lib/typescript/src/index.d.ts",
11
- "default": "./lib/module/index.js"
12
- },
13
- "./package.json": "./package.json"
14
- },
15
- "files": [
16
- "src",
17
- "lib",
18
- "android",
19
- "ios",
20
- "cpp",
21
- "*.podspec",
22
- "react-native.config.js",
23
- "!ios/build",
24
- "!android/build",
25
- "!android/gradle",
26
- "!android/gradlew",
27
- "!android/gradlew.bat",
28
- "!android/local.properties",
29
- "!**/__tests__",
30
- "!**/__fixtures__",
31
- "!**/__mocks__",
32
- "!**/.*"
33
- ],
34
- "scripts": {
35
- "example": "yarn workspace nosnia-audio-recorder-example",
36
- "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
37
- "prepare": "bob build",
38
- "typecheck": "tsc",
39
- "lint": "eslint \"**/*.{js,ts,tsx}\"",
40
- "release": "release-it --only-version",
41
- "test": "jest"
42
- },
43
- "keywords": [
44
- "react-native",
45
- "ios",
46
- "android"
47
- ],
48
- "repository": {
49
- "type": "git",
50
- "url": "git+https://nosnia.ai.git"
51
- },
52
- "author": "Parth Thakkar <parth@nosnia.ai> (https://nosnia.ai)",
53
- "license": "MIT",
54
- "bugs": {
55
- "url": "https://nosnia.ai/issues"
56
- },
57
- "homepage": "https://nosnia.ai#readme",
58
- "publishConfig": {
59
- "registry": "https://registry.npmjs.org/"
60
- },
61
- "devDependencies": {
62
- "@commitlint/config-conventional": "^19.8.1",
63
- "@eslint/compat": "^1.3.2",
64
- "@eslint/eslintrc": "^3.3.1",
65
- "@eslint/js": "^9.35.0",
66
- "@react-native-community/cli": "20.0.1",
67
- "@react-native/babel-preset": "0.81.1",
68
- "@react-native/eslint-config": "^0.81.1",
69
- "@release-it/conventional-changelog": "^10.0.1",
70
- "@types/jest": "^29.5.14",
71
- "@types/react": "^19.1.0",
72
- "commitlint": "^19.8.1",
73
- "del-cli": "^6.0.0",
74
- "eslint": "^9.35.0",
75
- "eslint-config-prettier": "^10.1.8",
76
- "eslint-plugin-prettier": "^5.5.4",
77
- "jest": "^29.7.0",
78
- "lefthook": "^2.0.3",
79
- "prettier": "^2.8.8",
80
- "react": "19.1.0",
81
- "react-native": "0.81.1",
82
- "react-native-builder-bob": "^0.40.13",
83
- "release-it": "^19.0.4",
84
- "turbo": "^2.5.6",
85
- "typescript": "^5.9.2"
86
- },
87
- "peerDependencies": {
88
- "react": "*",
89
- "react-native": "*"
90
- },
91
- "workspaces": [
92
- "example"
93
- ],
94
- "packageManager": "yarn@4.11.0",
95
- "react-native-builder-bob": {
96
- "source": "src",
97
- "output": "lib",
98
- "targets": [
99
- [
100
- "module",
101
- {
102
- "esm": true
103
- }
104
- ],
105
- [
106
- "typescript",
107
- {
108
- "project": "tsconfig.build.json"
109
- }
110
- ]
111
- ]
112
- },
113
- "codegenConfig": {
114
- "libraries": [
115
- {
116
- "name": "NosniaAudioRecorderSpec",
117
- "type": "modules",
118
- "jsSrcsDir": "src",
119
- "android": {
120
- "javaPackageName": "com.nosniaaudiorecorder"
121
- }
122
- }
123
- ]
124
- },
125
- "prettier": {
126
- "quoteProps": "consistent",
127
- "singleQuote": true,
128
- "tabWidth": 2,
129
- "trailingComma": "es5",
130
- "useTabs": false
131
- },
132
- "commitlint": {
133
- "extends": [
134
- "@commitlint/config-conventional"
135
- ]
136
- },
137
- "release-it": {
138
- "git": {
139
- "commitMessage": "chore: release ${version}",
140
- "tagName": "v${version}"
141
- },
142
- "npm": {
143
- "publish": true
144
- },
145
- "github": {
146
- "release": true
147
- },
148
- "plugins": {
149
- "@release-it/conventional-changelog": {
150
- "preset": {
151
- "name": "angular"
152
- }
153
- }
154
- }
155
- },
156
- "jest": {
157
- "preset": "react-native",
158
- "modulePathIgnorePatterns": [
159
- "<rootDir>/example/node_modules",
160
- "<rootDir>/lib/"
161
- ]
162
- },
163
- "create-react-native-library": {
164
- "languages": "kotlin-objc",
165
- "type": "turbo-module",
166
- "tools": [
167
- "eslint",
168
- "lefthook",
169
- "release-it",
170
- "jest"
171
- ],
172
- "version": "0.55.0"
173
- }
174
- }
1
+ {
2
+ "name": "nosnia-audio-recorder",
3
+ "version": "0.9.17",
4
+ "description": "This is a modern audio recorder which actually works cross platform",
5
+ "main": "./lib/module/index.js",
6
+ "types": "./lib/typescript/src/index.d.ts",
7
+ "exports": {
8
+ ".": {
9
+ "source": "./src/index.tsx",
10
+ "types": "./lib/typescript/src/index.d.ts",
11
+ "default": "./lib/module/index.js"
12
+ },
13
+ "./package.json": "./package.json"
14
+ },
15
+ "files": [
16
+ "src",
17
+ "lib",
18
+ "android",
19
+ "ios",
20
+ "cpp",
21
+ "*.podspec",
22
+ "react-native.config.js",
23
+ "!ios/build",
24
+ "!android/build",
25
+ "!android/gradle",
26
+ "!android/gradlew",
27
+ "!android/gradlew.bat",
28
+ "!android/local.properties",
29
+ "!**/__tests__",
30
+ "!**/__fixtures__",
31
+ "!**/__mocks__",
32
+ "!**/.*"
33
+ ],
34
+ "scripts": {
35
+ "example": "yarn workspace nosnia-audio-recorder-example",
36
+ "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
37
+ "prepare": "bob build",
38
+ "typecheck": "tsc",
39
+ "lint": "eslint \"**/*.{js,ts,tsx}\"",
40
+ "release": "release-it --only-version",
41
+ "test": "jest"
42
+ },
43
+ "keywords": [
44
+ "react-native",
45
+ "ios",
46
+ "android"
47
+ ],
48
+ "repository": {
49
+ "type": "git",
50
+ "url": "git+https://nosnia.ai.git"
51
+ },
52
+ "author": "Parth Thakkar <parth@nosnia.ai> (https://nosnia.ai)",
53
+ "license": "MIT",
54
+ "bugs": {
55
+ "url": "https://nosnia.ai/issues"
56
+ },
57
+ "homepage": "https://nosnia.ai#readme",
58
+ "publishConfig": {
59
+ "registry": "https://registry.npmjs.org/"
60
+ },
61
+ "devDependencies": {
62
+ "@commitlint/config-conventional": "^19.8.1",
63
+ "@eslint/compat": "^1.3.2",
64
+ "@eslint/eslintrc": "^3.3.1",
65
+ "@eslint/js": "^9.35.0",
66
+ "@react-native-community/cli": "20.0.1",
67
+ "@react-native/babel-preset": "0.81.1",
68
+ "@react-native/eslint-config": "^0.81.1",
69
+ "@release-it/conventional-changelog": "^10.0.1",
70
+ "@types/jest": "^29.5.14",
71
+ "@types/react": "^19.1.0",
72
+ "commitlint": "^19.8.1",
73
+ "del-cli": "^6.0.0",
74
+ "eslint": "^9.35.0",
75
+ "eslint-config-prettier": "^10.1.8",
76
+ "eslint-plugin-prettier": "^5.5.4",
77
+ "jest": "^29.7.0",
78
+ "lefthook": "^2.0.3",
79
+ "prettier": "^2.8.8",
80
+ "react": "19.1.0",
81
+ "react-native": "0.81.1",
82
+ "react-native-builder-bob": "^0.40.13",
83
+ "release-it": "^19.0.4",
84
+ "turbo": "^2.5.6",
85
+ "typescript": "^5.9.2"
86
+ },
87
+ "peerDependencies": {
88
+ "react": "*",
89
+ "react-native": "*"
90
+ },
91
+ "workspaces": [
92
+ "example"
93
+ ],
94
+ "packageManager": "yarn@4.11.0",
95
+ "react-native-builder-bob": {
96
+ "source": "src",
97
+ "output": "lib",
98
+ "targets": [
99
+ [
100
+ "module",
101
+ {
102
+ "esm": true
103
+ }
104
+ ],
105
+ [
106
+ "typescript",
107
+ {
108
+ "project": "tsconfig.build.json"
109
+ }
110
+ ]
111
+ ]
112
+ },
113
+ "codegenConfig": {
114
+ "libraries": [
115
+ {
116
+ "name": "NosniaAudioRecorderSpec",
117
+ "type": "modules",
118
+ "jsSrcsDir": "src",
119
+ "android": {
120
+ "javaPackageName": "com.nosniaaudiorecorder"
121
+ }
122
+ }
123
+ ]
124
+ },
125
+ "prettier": {
126
+ "quoteProps": "consistent",
127
+ "singleQuote": true,
128
+ "tabWidth": 2,
129
+ "trailingComma": "es5",
130
+ "useTabs": false
131
+ },
132
+ "commitlint": {
133
+ "extends": [
134
+ "@commitlint/config-conventional"
135
+ ]
136
+ },
137
+ "release-it": {
138
+ "git": {
139
+ "commitMessage": "chore: release ${version}",
140
+ "tagName": "v${version}"
141
+ },
142
+ "npm": {
143
+ "publish": true
144
+ },
145
+ "github": {
146
+ "release": true
147
+ },
148
+ "plugins": {
149
+ "@release-it/conventional-changelog": {
150
+ "preset": {
151
+ "name": "angular"
152
+ }
153
+ }
154
+ }
155
+ },
156
+ "jest": {
157
+ "preset": "react-native",
158
+ "modulePathIgnorePatterns": [
159
+ "<rootDir>/example/node_modules",
160
+ "<rootDir>/lib/"
161
+ ]
162
+ },
163
+ "create-react-native-library": {
164
+ "languages": "kotlin-objc",
165
+ "type": "turbo-module",
166
+ "tools": [
167
+ "eslint",
168
+ "lefthook",
169
+ "release-it",
170
+ "jest"
171
+ ],
172
+ "version": "0.55.0"
173
+ }
174
+ }