@types/hotwired__turbo 8.0.4 → 8.0.5

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.
hotwired__turbo/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for @hotwired/turbo (https://turbo.hotwir
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hotwired__turbo.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sat, 25 Jan 2025 22:34:53 GMT
11
+ * Last updated: Thu, 01 Jan 2026 04:28:37 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -93,6 +93,7 @@ export interface TurboSession {
93
93
  connectStreamSource(source: unknown): void;
94
94
  disconnectStreamSource(source: unknown): void;
95
95
  renderStreamMessage(message: unknown): void;
96
+ drive: boolean;
96
97
  }
97
98
 
98
99
  export const StreamActions: {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/hotwired__turbo",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "description": "TypeScript definitions for @hotwired/turbo",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hotwired__turbo",
6
6
  "license": "MIT",
@@ -31,6 +31,6 @@
31
31
  "scripts": {},
32
32
  "dependencies": {},
33
33
  "peerDependencies": {},
34
- "typesPublisherContentHash": "0d52f0788ffe8fffc814644e7fe2413384012ff99f8dbeffa538f580f07fd0c5",
35
- "typeScriptVersion": "5.0"
34
+ "typesPublisherContentHash": "7cefcb735be30522b374d78df45635bb5079e0cd2123523fc36ed0c740b534d2",
35
+ "typeScriptVersion": "5.2"
36
36
  }