Skip to content

Commit

Permalink
chore: upgrade CML to version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
littlespex committed Dec 11, 2024
1 parent 3aa73ac commit 2bcf8c3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 106 deletions.
114 changes: 11 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@svta/common-media-library": "^0.7.1",
"@svta/common-media-library": "^0.7.4",
"bcp-47-match": "^2.0.3",
"bcp-47-normalize": "^2.3.0",
"codem-isoboxer": "0.3.10",
Expand Down
2 changes: 1 addition & 1 deletion samples/network-interceptor/src/App.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CommonMediaRequest, CommonMediaResponse, RequestInterceptor, ResponseInterceptor } from '@svta/common-media-library/request'
import { CmcdObjectType } from '@svta/common-media-library/cmcd'
import { CmcdObjectType } from '@svta/common-media-library/cmcd/CmcdObjectType'
import * as dashjs from 'dashjs'

declare global {
Expand Down
2 changes: 1 addition & 1 deletion test/unit/test/streaming/streaming.models.CmcdModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import DashMetricsMock from '../../mocks/DashMetricsMock.js';
import PlaybackControllerMock from '../../mocks/PlaybackControllerMock.js';
import ThroughputControllerMock from '../../mocks/ThroughputControllerMock.js';
import ServiceDescriptionControllerMock from '../../mocks/ServiceDescriptionControllerMock.js';
import {decodeCmcd} from '@svta/common-media-library';
import {decodeCmcd} from '@svta/common-media-library/cmcd/decodeCmcd';

import {expect} from 'chai';

Expand Down

0 comments on commit 2bcf8c3

Please sign in to comment.