-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lovemate npm package with stable release version
- Loading branch information
1 parent
1ccec75
commit 5ff330b
Showing
9 changed files
with
32 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
node_modules/ | ||
soulamte-voice.mp3 | ||
lovemate-voice.mp3 | ||
package-lock.json | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Changelog | ||
|
||
All notable changes to the `soulmate` package will be documented in this file. | ||
All notable changes to the `lovemate` package will be documented in this file. | ||
|
||
## [0.0.5] - 2024-06-02 | ||
## [1.0.0] - 2024-06-02 | ||
|
||
### Added | ||
|
||
- Initial release of the `soulmate` package. | ||
- Initial release of the `lovemate` package. | ||
- Support for multiple languages as listed in the [README.md](README.md). | ||
- Dependencies: `google-tts-api`, `google-translate-api-x`, `play-sound`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "soulmate", | ||
"version": "0.0.5", | ||
"name": "lovemate", | ||
"version": "1.0.0", | ||
"description": "A package that says affectionate phrases in various languages.", | ||
"main": "src/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mdmuhtasimfuadfahim/soulmate.git" | ||
"url": "https://github.com/mdmuhtasimfuadfahim/lovemate.git" | ||
}, | ||
"scripts": { | ||
"start": "node example.js" | ||
|
@@ -21,9 +21,9 @@ | |
"author": "Md. Muhtasim Fuad Fahim <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mdmuhtasimfuadfahim/soulmate/issues" | ||
"url": "https://github.com/mdmuhtasimfuadfahim/lovemate/issues" | ||
}, | ||
"homepage": "https://github.com/mdmuhtasimfuadfahim/soulmate#readme", | ||
"homepage": "https://github.com/mdmuhtasimfuadfahim/lovemate#readme", | ||
"dependencies": { | ||
"axios": "^1.7.2", | ||
"google-translate-api-x": "^10.6.8", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -410,4 +410,4 @@ const fallbackPhrases = { | |
] | ||
}; | ||
|
||
module.exports = fallbackPhrases; | ||
module.exports = fallbackPhrases; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters