@plasius/ai-speech 0.1.5 → 0.1.6

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/CHANGELOG.md +15 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -18,6 +18,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
18
18
  - **Security**
19
19
  - (placeholder)
20
20
 
21
+ ## [0.1.6] - 2026-06-28
22
+
23
+ - **Added**
24
+ - (placeholder)
25
+
26
+ - **Changed**
27
+ - Refreshed development dependency baselines to `@types/node@26.0.1`, `@typescript-eslint/*@8.62.0`, `eslint@10.6.0`, `globals@17.7.0`, and `vitest@4.1.9`.
28
+
29
+ - **Fixed**
30
+ - (placeholder)
31
+
32
+ - **Security**
33
+ - (placeholder)
34
+
21
35
  ## [0.1.5] - 2026-06-22
22
36
 
23
37
  - **Added**
@@ -54,3 +68,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
54
68
  [0.1.1]: https://github.com/Plasius-LTD/ai-speech/releases/tag/v0.1.1
55
69
  [0.1.4]: https://github.com/Plasius-LTD/ai-speech/releases/tag/v0.1.4
56
70
  [0.1.5]: https://github.com/Plasius-LTD/ai-speech/releases/tag/v0.1.5
71
+ [0.1.6]: https://github.com/Plasius-LTD/ai-speech/releases/tag/v0.1.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/ai-speech",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Speech orchestration, TTS cache contracts, STT/TTS routing, and voice tier policy for Plasius AI.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -64,16 +64,16 @@
64
64
  "homepage": "https://github.com/Plasius-LTD/ai-speech#readme",
65
65
  "devDependencies": {
66
66
  "@eslint/js": "^10.0.1",
67
- "@types/node": "^25.7.0",
68
- "@typescript-eslint/eslint-plugin": "^8.59.3",
69
- "@typescript-eslint/parser": "^8.59.3",
70
- "@vitest/coverage-v8": "^4.1.6",
71
- "eslint": "^10.3.0",
72
- "globals": "^17.6.0",
67
+ "@types/node": "^26.0.1",
68
+ "@typescript-eslint/eslint-plugin": "^8.62.0",
69
+ "@typescript-eslint/parser": "^8.62.0",
70
+ "@vitest/coverage-v8": "^4.1.9",
71
+ "eslint": "^10.6.0",
72
+ "globals": "^17.7.0",
73
73
  "rimraf": "^6.1.3",
74
74
  "tsup": "^8.5.1",
75
75
  "typescript": "^6.0.3",
76
- "vitest": "^4.1.6"
76
+ "vitest": "^4.1.9"
77
77
  },
78
78
  "publishConfig": {
79
79
  "access": "public"