Skip to content

Commit 2bcf8c3

Browse files
committed
chore: upgrade CML to version 0.7.4
1 parent 3aa73ac commit 2bcf8c3

File tree

4 files changed

+14
-106
lines changed

4 files changed

+14
-106
lines changed

package-lock.json

Lines changed: 11 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"yargs": "^17.7.2"
7474
},
7575
"dependencies": {
76-
"@svta/common-media-library": "^0.7.1",
76+
"@svta/common-media-library": "^0.7.4",
7777
"bcp-47-match": "^2.0.3",
7878
"bcp-47-normalize": "^2.3.0",
7979
"codem-isoboxer": "0.3.10",

samples/network-interceptor/src/App.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { CommonMediaRequest, CommonMediaResponse, RequestInterceptor, ResponseInterceptor } from '@svta/common-media-library/request'
2-
import { CmcdObjectType } from '@svta/common-media-library/cmcd'
2+
import { CmcdObjectType } from '@svta/common-media-library/cmcd/CmcdObjectType'
33
import * as dashjs from 'dashjs'
44

55
declare global {

test/unit/test/streaming/streaming.models.CmcdModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import DashMetricsMock from '../../mocks/DashMetricsMock.js';
99
import PlaybackControllerMock from '../../mocks/PlaybackControllerMock.js';
1010
import ThroughputControllerMock from '../../mocks/ThroughputControllerMock.js';
1111
import ServiceDescriptionControllerMock from '../../mocks/ServiceDescriptionControllerMock.js';
12-
import {decodeCmcd} from '@svta/common-media-library';
12+
import {decodeCmcd} from '@svta/common-media-library/cmcd/decodeCmcd';
1313

1414
import {expect} from 'chai';
1515

0 commit comments

Comments
 (0)