react-native-audio-api 0.5.0 → 0.5.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/README.md CHANGED
@@ -33,13 +33,13 @@ To learn more about expo development builds, please check out [Development Build
33
33
  ## Documentation
34
34
 
35
35
  Check out our dedicated documentation page for info about this library, API reference and more:
36
- [https://software-mansion-labs.github.io/react-native-audio-api/](https://software-mansion-labs.github.io/react-native-audio-api/)
36
+ [https://software-mansion.github.io/react-native-audio-api/](https://software-mansion.github.io/react-native-audio-api/)
37
37
 
38
38
  You can also check out [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API) for fully detailed description of the audio api.
39
39
 
40
40
  ## Coverage
41
41
 
42
- Our current coverage of Web Audio API specification can be found here: [Web Audio API coverage](https://software-mansion-labs.github.io/react-native-audio-api/other/web-audio-api-coverage).
42
+ Our current coverage of Web Audio API specification can be found here: [Web Audio API coverage](https://software-mansion.github.io/react-native-audio-api/other/web-audio-api-coverage).
43
43
 
44
44
  ## Examples
45
45
 
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.authors = package_json["author"]
18
18
 
19
19
  s.platforms = { :ios => min_ios_version_supported }
20
- s.source = { :git => "https://github.com/software-mansion-labs/react-native-audio-api.git", :tag => "#{s.version}" }
20
+ s.source = { :git => "https://github.com/software-mansion/react-native-audio-api.git", :tag => "#{s.version}" }
21
21
 
22
22
  s.subspec "audioapi" do |ss|
23
23
  ss.source_files = "common/cpp/audioapi/**/*.{cpp,c,h}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-audio-api",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
5
5
  "bin": {
6
6
  "setup-rn-audio-api-web": "./scripts/setup-rn-audio-api-web.js"
@@ -65,14 +65,14 @@
65
65
  ],
66
66
  "repository": {
67
67
  "type": "git",
68
- "url": "git+https://github.com/software-mansion-labs/react-native-audio-api.git"
68
+ "url": "git+https://github.com/software-mansion/react-native-audio-api.git"
69
69
  },
70
- "author": "Software Mansion Labs (https://github.com/software-mansion-labs)",
70
+ "author": "Software Mansion Labs (https://github.com/software-mansion)",
71
71
  "license": "MIT",
72
72
  "bugs": {
73
- "url": "https://github.com/software-mansion-labs/react-native-audio-api/issues"
73
+ "url": "https://github.com/software-mansion/react-native-audio-api/issues"
74
74
  },
75
- "homepage": "https://github.com/software-mansion-labs/react-native-audio-api#readme",
75
+ "homepage": "https://github.com/software-mansion/react-native-audio-api#readme",
76
76
  "publishConfig": {
77
77
  "registry": "https://registry.npmjs.org/"
78
78
  },