@toddledev/ssr
Advanced tools
Comparing version 0.0.2-alpha to 0.0.2-alpha.1
@@ -1,5 +0,5 @@ | ||
import { Component } from '@toddle/core/src/component/component.types'; | ||
import type { Formula } from '@toddle/core/src/formula/formula'; | ||
import { PluginFormula } from '@toddle/core/src/formula/formulaTypes'; | ||
import type { OldTheme, Theme } from '@toddle/core/src/styling/theme'; | ||
import { Component } from '@toddledev/core/dist/component/component.types'; | ||
import type { Formula } from '@toddledev/core/dist/formula/formula'; | ||
import { PluginFormula } from '@toddledev/core/dist/formula/formulaTypes'; | ||
import type { OldTheme, Theme } from '@toddledev/core/dist/styling/theme'; | ||
export interface ToddleProject { | ||
@@ -6,0 +6,0 @@ name: string; |
{ | ||
"name": "@toddledev/ssr", | ||
"version": "0.0.2-alpha", | ||
"version": "0.0.2-alpha.1", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/toddledev/toddle", |
29037