Skip to content

Commit d4ccb83

Browse files
committed
chore: regenerate API snapshots for branding constants
1 parent 4269e23 commit d4ccb83

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/__snapshots__/tsnapi/@vitejs/devtools-kit/constants.snapshot.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export declare const DEVTOOLS_INSPECTOR_DOCK_ID: string;
88
export declare const DEVTOOLS_MOUNT_PATH: string;
99
export declare const DEVTOOLS_MOUNT_PATH_NO_TRAILING_SLASH: string;
1010
export declare const DEVTOOLS_TERMINALS_DOCK_ID: string;
11-
export declare const DEVTOOLS_VITEPLUS_GROUP_ID: string;
1211
export declare const DEVTOOLS_WS_PATH: string;
1312
export declare const DEVTOOLS_WS_ROUTE: string;
1413
// #endregion

test/__snapshots__/tsnapi/@vitejs/devtools-kit/constants.snapshot.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export var DEVTOOLS_INSPECTOR_DOCK_ID /* const */
88
export var DEVTOOLS_MOUNT_PATH /* const */
99
export var DEVTOOLS_MOUNT_PATH_NO_TRAILING_SLASH /* const */
1010
export var DEVTOOLS_TERMINALS_DOCK_ID /* const */
11-
export var DEVTOOLS_VITEPLUS_GROUP_ID /* const */
1211
export var DEVTOOLS_WS_PATH /* const */
1312
export var DEVTOOLS_WS_ROUTE /* const */
1413
// #endregion

test/__snapshots__/tsnapi/@vitejs/devtools/dirs.snapshot.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Generated by tsnapi — public API snapshot of `@vitejs/devtools/dirs`
33
*/
44
// #region Variables
5+
export declare const DEVTOOLS_ASSETS_BASE: string;
56
export declare const dirAssets: string;
67
export declare const dirDist: string;
78
// #endregion

test/__snapshots__/tsnapi/@vitejs/devtools/dirs.snapshot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Generated by tsnapi — public API snapshot of `@vitejs/devtools/dirs`
33
*/
44
// #region Variables
5+
export var DEVTOOLS_ASSETS_BASE /* const */
56
export var dirAssets /* const */
67
export var dirDist /* const */
78
// #endregion

0 commit comments

Comments
 (0)