@sefinek/google-tts-api 2.1.6 → 2.1.7

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 (1) hide show
  1. package/package.json +15 -9
package/package.json CHANGED
@@ -1,14 +1,20 @@
1
1
  {
2
2
  "name": "@sefinek/google-tts-api",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "Google TTS (Text-To-Speech) for Node.js without any vulnerabilities. For free without any API keys!",
5
5
  "keywords": [
6
+ "cloud",
7
+ "google api client",
8
+ "google api",
9
+ "google apis client",
10
+ "google apis",
11
+ "google cloud platform",
12
+ "google cloud",
13
+ "google texttospeech",
6
14
  "google",
7
- "google-text-to-speech",
8
- "google-tts",
9
- "text-to-speech",
10
- "tts",
11
- "tts-api"
15
+ "google-api",
16
+ "text-to-speech api",
17
+ "texttospeech"
12
18
  ],
13
19
  "homepage": "https://github.com/sefinek24/google-tts-api#readme",
14
20
  "bugs": {
@@ -36,13 +42,13 @@
36
42
  "testEnvironment": "node"
37
43
  },
38
44
  "dependencies": {
39
- "axios": "^1.7.5"
45
+ "axios": "^1.7.7"
40
46
  },
41
47
  "devDependencies": {
42
- "@eslint/js": "^9.9.1",
48
+ "@eslint/js": "^9.10.0",
43
49
  "globals": "^15.9.0",
44
50
  "is-base64": "^1.1.0",
45
51
  "jest": "^29.7.0",
46
- "typescript": "^5.5.4"
52
+ "typescript": "^5.6.2"
47
53
  }
48
54
  }