@gmessier/nitro-speech 0.0.2 → 0.0.3
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/NitroSpeech.podspec +1 -1
- package/README.md +3 -3
- package/package.json +2 -1
package/NitroSpeech.podspec
CHANGED
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
|
|
11
11
|
s.authors = package["author"]
|
|
12
12
|
|
|
13
13
|
s.platforms = { :ios => min_ios_version_supported, :visionos => 1.0 }
|
|
14
|
-
s.source = { :git => "https://github.com/
|
|
14
|
+
s.source = { :git => "https://github.com/NotGeorgeMessier/nitro-speech.git", :tag => "#{s.version}" }
|
|
15
15
|
|
|
16
16
|
s.source_files = [
|
|
17
17
|
# Implementation (Swift)
|
package/README.md
CHANGED
|
@@ -9,11 +9,11 @@ Speech recognition for React Native, powered by [Nitro Modules](https://github.c
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install nitro-speech react-native-nitro-modules
|
|
12
|
+
npm install @gmessier/nitro-speech react-native-nitro-modules
|
|
13
13
|
# or
|
|
14
|
-
yarn add nitro-speech react-native-nitro-modules
|
|
14
|
+
yarn add @gmessier/nitro-speech react-native-nitro-modules
|
|
15
15
|
# or
|
|
16
|
-
bun add nitro-speech react-native-nitro-modules
|
|
16
|
+
bun add @gmessier/nitro-speech react-native-nitro-modules
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
### iOS
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gmessier/nitro-speech",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "nitro-speech",
|
|
5
5
|
"main": "./lib/commonjs/index.js",
|
|
6
6
|
"module": "./lib/module/index.js",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"url": "git+https://github.com/NotGeorgeMessier/nitro-speech"
|
|
48
48
|
},
|
|
49
49
|
"author": "George Messier",
|
|
50
|
+
"homepage": "https://github.com/NotGeorgeMessier/nitro-speech",
|
|
50
51
|
"license": "MIT",
|
|
51
52
|
"publishConfig": {
|
|
52
53
|
"registry": "https://registry.npmjs.org/"
|