@plyaz/types 1.46.4 → 1.46.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.
- package/dist/devtools/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/devtools/types.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import type { CorePlyazConfig } from '../core';
|
|
|
11
11
|
/**
|
|
12
12
|
* Available devtools tab identifiers
|
|
13
13
|
*/
|
|
14
|
-
export type DevtoolsTab = 'stores' | 'actions' | 'api' | 'streaming' | 'security' | 'compliance' | 'accessibility' | 'services' | 'errors' | 'events' | 'uploads' | 'observability' | 'config' | 'storage' | 'playground' | 'runner' | 'flags' | 'mocking' | 'explorer' | 'ssr' | 'routes' | 'i18n' | 'react' | 'console' | 'shortcuts';
|
|
14
|
+
export type DevtoolsTab = 'stores' | 'actions' | 'api' | 'streaming' | 'security' | 'compliance' | 'accessibility' | 'services' | 'errors' | 'events' | 'uploads' | 'observability' | 'config' | 'storage' | 'playground' | 'runner' | 'flags' | 'mocking' | 'explorer' | 'types' | 'ssr' | 'routes' | 'i18n' | 'react' | 'console' | 'shortcuts';
|
|
15
15
|
/**
|
|
16
16
|
* Tab group configuration
|
|
17
17
|
*/
|
package/package.json
CHANGED