Skip to content

Commit

Permalink
1.0.1 - updating package meta details
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Aug 28, 2023
1 parent 07801a7 commit 7549750
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 15 deletions.
6 changes: 3 additions & 3 deletions component/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 18 additions & 4 deletions component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "speech-to-element",
"version": "1.0.0",
"description": "Transcribe your speech into text, embed it into elements and more",
"version": "1.0.1",
"description": "Add real-time speech to text functionality into your website with no effort",
"main": "dist/index.js",
"scripts": {
"start": "vite",
Expand All @@ -13,11 +13,25 @@
"url": "git+https://github.com/OvidijusParsiunas/speech-to-element.git"
},
"author": "OvidijusParsiunas",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/OvidijusParsiunas/speech-to-element/issues"
},
"homepage": "https://github.com/OvidijusParsiunas/speech-to-element#readme",
"homepage": "https://speechtoelement.com/",
"keywords": [
"speech",
"to",
"text",
"recognition",
"webspeech",
"azure",
"cognitive",
"stt",
"input",
"element",
"real-time",
"real"
],
"devDependencies": {
"@types/dom-speech-recognition": "^0.0.1",
"@types/node": "^20.4.4",
Expand Down
14 changes: 7 additions & 7 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "^16.18.38",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"speech-to-element": "1.0.0",
"speech-to-element": "1.0.1",
"microsoft-cognitiveservices-speech-sdk": "^1.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 7549750

Please sign in to comment.