timeline-state-resolver 9.3.1 → 9.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [9.3.2](https://github.com/Sofie-Automation/sofie-timeline-state-resolver/compare/9.3.1...9.3.2) (2025-09-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - update timeline dependency to latest ([d21240b](https://github.com/Sofie-Automation/sofie-timeline-state-resolver/commit/d21240bfbe2082a9de42c65311d7d9a114f2e51a))
11
+
6
12
  ### [9.3.1](https://github.com/Sofie-Automation/sofie-timeline-state-resolver/compare/9.3.0...9.3.1) (2025-08-12)
7
13
 
8
14
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timeline-state-resolver",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
4
4
  "description": "Have timeline, control stuff",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -109,9 +109,9 @@
109
109
  "p-timeout": "^3.2.0",
110
110
  "simple-oauth2": "^5.1.0",
111
111
  "sprintf-js": "^1.1.3",
112
- "superfly-timeline": "^9.1.2",
112
+ "superfly-timeline": "^9.2.0",
113
113
  "threadedclass": "^1.2.2",
114
- "timeline-state-resolver-types": "9.3.1",
114
+ "timeline-state-resolver-types": "9.3.2",
115
115
  "tslib": "^2.6.3",
116
116
  "tv-automation-quantel-gateway-client": "^3.1.7",
117
117
  "type-fest": "^3.13.1",
@@ -140,5 +140,5 @@
140
140
  "json-schema-to-typescript": "^10.1.5",
141
141
  "vinyl-fs": "^3.0.3"
142
142
  },
143
- "gitHead": "b12014ec5ba91970b4811879de17245488a38cb0"
143
+ "gitHead": "7bf482285aca4e8590708184eb34ce4eb7cd1203"
144
144
  }