nosnia-audio-recorder 0.3.6 → 0.3.7

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.
@@ -256,8 +256,4 @@ RCT_EXPORT_MODULE(NosniaAudioPlayer)
256
256
  return std::make_shared<facebook::react::NativeNosniaAudioPlayerSpecJSI>(params);
257
257
  }
258
258
 
259
- + (NSString *)moduleName {
260
- return @"NosniaAudioPlayer";
261
- }
262
-
263
259
  @end
@@ -495,8 +495,4 @@ RCT_EXPORT_MODULE(NosniaAudioRecorder)
495
495
  return std::make_shared<facebook::react::NativeNosniaAudioRecorderSpecJSI>(params);
496
496
  }
497
497
 
498
- + (NSString *)moduleName {
499
- return @"NosniaAudioRecorder";
500
- }
501
-
502
498
  @end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nosnia-audio-recorder",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "This is a modern audio recorder which actually works cross platform",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",