@plasius/ai 1.1.14 → 1.1.15

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 +5 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -38,10 +38,13 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
38
38
  - Replaced `audit:deps` from `depcheck` to `npm ls --all --omit=optional --omit=peer > /dev/null 2>&1 || true` to avoid deprecated dependency-chain risk.
39
39
  - Refactored video editor/balance components to rely on injected provider adapters instead of hardcoded vendor wiring.
40
40
  - Removed provider-specific identifiers from code roots to enforce public package boundaries.
41
+ - Restored CI line-coverage enforcement to `>= 80%` and Vitest thresholds to `lines/functions/statements >= 80%`, `branches >= 70%`.
42
+ - CD install step now runs without `--legacy-peer-deps`.
41
43
 
42
44
  - **Fixed**
43
45
  - Enforced CommonJS runtime compatibility for dual-build output by generating and validating `dist-cjs/package.json` (`type: commonjs`) during build and package verification.
44
46
  - `pack:check` now passes vendor-namespace checks for `src/**` by using generic provider naming in runtime/editor code.
47
+ - Added extended OpenAI adapter error-path tests and video-provider platform tests to close coverage gaps before release.
45
48
 
46
49
  - **Security**
47
50
  - Removed `depcheck` (and its `multimatch`/`minimatch` chain) from devDependencies to resolve reported high-severity audit findings.
@@ -111,8 +114,9 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
111
114
 
112
115
  ---
113
116
 
114
- [Unreleased]: https://github.com/Plasius-LTD/ai/compare/v1.0.4...HEAD
117
+ [Unreleased]: https://github.com/Plasius-LTD/ai/compare/v1.1.14...HEAD
115
118
  [1.0.4]: https://github.com/Plasius-LTD/ai/releases/tag/v1.0.4
119
+ [1.1.14]: https://github.com/Plasius-LTD/ai/releases/tag/v1.1.14
116
120
 
117
121
  ## [1.0.0] - 2026-02-11
118
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/ai",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "Plasius AI functions providing chatbot, text-to-speech, speech-to-text, and AI-generated images and videos",
5
5
  "keywords": [
6
6
  "chatbot",