trm-core 3.1.1 → 3.1.2

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.
@@ -613,7 +613,7 @@ class Transport {
613
613
  try {
614
614
  const oTransport = new Transport(trkorr);
615
615
  const e070 = yield oTransport.getE070();
616
- if (e070.trfunction !== 'K' && e070.trfunction !== 'S' && e070.trfunction !== 'R') {
616
+ if (e070.trfunction !== 'K' && e070.trfunction !== 'S' && e070.trfunction !== 'R' && e070.trfunction !== 'T') {
617
617
  throw new Error(`Unexpected TRFUNCTION for transport ${trkorr}: ${e070.trfunction}`);
618
618
  }
619
619
  transports.push(oTransport);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trm-core",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "TRM (Transport Request Manager) Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",