@bestcodes/edge-tts 1.0.2 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ # :warning: This project is non-functional as it is under development. Do NOT use it.
2
+
1
3
  # @bestcodes/edge-tts
2
4
 
3
5
  [![npm version](https://badge.fury.io/js/%40bestcodes%2Fedge-tts.svg)](https://badge.fury.io/js/%40bestcodes%2Fedge-tts)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bestcodes/edge-tts",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "An Azure Speech Service module that uses the Microsoft Edge Read Aloud API.",
5
5
  "author": "The-Best-Codes",
6
6
  "license": "MIT",