react-cosmos-core
Advanced tools
Comparing version 6.0.0-alpha.9 to 6.0.0-alpha.11
@@ -0,3 +1,3 @@ | ||
import { FixtureId, FixtureList } from '../fixture/types.js'; | ||
import { FixtureState } from '../fixtureState/types.js'; | ||
import { FixtureId, FixtureList } from '../fixture/types.js'; | ||
export type RendererId = string; | ||
@@ -4,0 +4,0 @@ export type PingRenderersRequest = { |
export type RawCosmosPluginConfig = { | ||
name: string; | ||
ui?: string; | ||
devServer?: string; | ||
export?: string; | ||
server?: string; | ||
}; | ||
@@ -11,4 +10,3 @@ export type CosmosPluginConfig = { | ||
ui?: string; | ||
devServer?: string; | ||
export?: string; | ||
server?: string; | ||
}; | ||
@@ -15,0 +13,0 @@ export type UiCosmosPluginConfig = CosmosPluginConfig & { |
{ | ||
"name": "react-cosmos-core", | ||
"version": "6.0.0-alpha.9", | ||
"version": "6.0.0-alpha.11", | ||
"description": "React Cosmos Core", | ||
@@ -14,3 +14,3 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-core", | ||
}, | ||
"gitHead": "b155b223f904f5cc29e2f13ac79ab7c4b302ed2b" | ||
"gitHead": "8e9d1e52749388f471f6ec848a8c904ec8b89f67" | ||
} |
103992
2430