Skip to content

Commit

Permalink
fix: update casparcg-state
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed May 19, 2022
1 parent 739fe64 commit 7698a5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/timeline-state-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"atem-connection": "2.4.0",
"atem-state": "^0.12.2",
"casparcg-connection": "^5.1.0",
"casparcg-state": "2.1.1-nightly-20220216-113227-36bcfd5.0",
"casparcg-state": "^2.1.1",
"debug": "^4.3.4",
"deepmerge": "^4.2.2",
"emberplus-connection": "^0.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ describe('Rundown', () => {
noClear: false,
clip: 'opener_short',
loop: false,
seek: 1, // start at 10000 - 50 ms passed => seek 2
seek: 0, // One might think that since this started 50ms ago we should seek to 1, however this is less than MIN_TIME_SINCE_PLAY in casparcg-state, so no seeking occurs
})
expect(getMockCall(commandReceiver0, commandReceiver0Calls - 6, 1).name).toEqual('PlayCommand')
expect(getMockCall(commandReceiver0, commandReceiver0Calls - 6, 1)._objectParams).toMatchObject({
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2495,10 +2495,10 @@ casparcg-connection@^5.1.0:
xml2js "^0.4.19"
xmlbuilder "^9.0.7"

[email protected]-nightly-20220216-113227-36bcfd5.0:
version "2.1.1-nightly-20220216-113227-36bcfd5.0"
resolved "https://registry.yarnpkg.com/casparcg-state/-/casparcg-state-2.1.1-nightly-20220216-113227-36bcfd5.0.tgz#dbedbee744678d08a0c99ecf267fc07aa62370c5"
integrity sha512-l7ZlZtAnNEQEv0ztBznL3h2ihCl4UclAlyKGY3S2aWosGys5tWY3tyAGbkqxSt+BOMhYlo+4AiZuLUOEKJTDNw==
casparcg-state@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/casparcg-state/-/casparcg-state-2.1.1.tgz#8d33bca7907f128b5a8a6918899ddc6d2d1413ae"
integrity sha512-p2EG2TsypyTHlLC+aiK65s0y9O22moGx3egZzfHU/PbnWmFeyYUo5eqU/s7sTdlyTpBNVgrbIJ7LPRgtgNOvWA==
dependencies:
casparcg-connection "^5.1.0"
fast-clone "^1.5.13"
Expand Down

0 comments on commit 7698a5d

Please sign in to comment.