@yoda.digital/iris-gateway 1.13.10 → 1.13.12
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [1.13.12](https://github.com/yoda-digital/iris-gateway/compare/v1.13.11...v1.13.12) (2026-03-22)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* [#213](https://github.com/yoda-digital/iris-gateway/issues/213) — add tests for gateway/adapters.ts channel registration paths ([#214](https://github.com/yoda-digital/iris-gateway/issues/214)) ([40d52cd](https://github.com/yoda-digital/iris-gateway/commit/40d52cdce3bd296778d046b167326e2b52335a49))
|
|
6
|
+
|
|
7
|
+
## [1.13.11](https://github.com/yoda-digital/iris-gateway/compare/v1.13.10...v1.13.11) (2026-03-21)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* [#203](https://github.com/yoda-digital/iris-gateway/issues/203) — add coverage for fetchMediaFromUrl timeout and post-download size guard ([#206](https://github.com/yoda-digital/iris-gateway/issues/206)) ([c981c5f](https://github.com/yoda-digital/iris-gateway/commit/c981c5f5f67e7e4deeeb1174ea5337dc1f17058a))
|
|
12
|
+
|
|
1
13
|
## [1.13.10](https://github.com/yoda-digital/iris-gateway/compare/v1.13.9...v1.13.10) (2026-03-20)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/package.json
CHANGED