@plasius/ai 1.1.14 → 1.1.16
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.
- package/CHANGELOG.md +6 -1
- 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,10 @@ 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.
|
|
117
|
+
[Unreleased]: https://github.com/Plasius-LTD/ai/compare/v1.1.15...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
|
|
120
|
+
[1.1.15]: https://github.com/Plasius-LTD/ai/releases/tag/v1.1.15
|
|
116
121
|
|
|
117
122
|
## [1.0.0] - 2026-02-11
|
|
118
123
|
|