@gmessier/nitro-speech 0.0.1 → 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.
@@ -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/mrousavy/nitro.git", :tag => "#{s.version}" }
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.1",
3
+ "version": "0.0.3",
4
4
  "description": "nitro-speech",
5
5
  "main": "./lib/commonjs/index.js",
6
6
  "module": "./lib/module/index.js",
@@ -38,18 +38,17 @@
38
38
  },
39
39
  "keywords": [
40
40
  "react-native",
41
+ "speech",
42
+ "recognition",
41
43
  "nitro"
42
44
  ],
43
45
  "repository": {
44
46
  "type": "git",
45
- "url": "git+https://github.com/mrousavy/nitro.git"
47
+ "url": "git+https://github.com/NotGeorgeMessier/nitro-speech"
46
48
  },
47
- "author": "Marc Rousavy <me@mrousavy.com> (https://github.com/mrousavy)",
49
+ "author": "George Messier",
50
+ "homepage": "https://github.com/NotGeorgeMessier/nitro-speech",
48
51
  "license": "MIT",
49
- "bugs": {
50
- "url": "https://github.com/mrousavy/nitro/issues"
51
- },
52
- "homepage": "https://github.com/mrousavy/nitro#readme",
53
52
  "publishConfig": {
54
53
  "registry": "https://registry.npmjs.org/"
55
54
  },