cassiopeia
Advanced tools
Comparing version 3.0.0 to 3.0.1
import { REGEX, SOURCE, STORE } from './constants'; | ||
import { Cassiopeia, Deregister, Iterator, Iterators, Options, Plugin, Register, Source, Store, Subscription, TypeState, Unsubscribe, Variables } from './types'; | ||
import { Cassiopeia, Deregister, Iterator, Iterators, Options, Plugin, Register, Source, Store, StyleSheet, StyleSheetPartial, Subscription, TypeState, Unsubscribe, Variables } from './types'; | ||
export declare function cassiopeia(options: Options): Cassiopeia; | ||
export declare const renderToString: (cassiopeia: Cassiopeia) => import("./types").StyleSheet[] | undefined; | ||
export declare const renderToString: (cassiopeia: Cassiopeia) => StyleSheet[] | undefined; | ||
export { TypeState, REGEX, STORE, SOURCE }; | ||
export type { Cassiopeia, Deregister, Iterator, Iterators, Options, Plugin, Register, Source, Store, Subscription, Unsubscribe, Variables }; | ||
export type { Cassiopeia, Deregister, Iterator, Iterators, Options, Plugin, Register, Source, Store, StyleSheet, StyleSheetPartial, Subscription, Unsubscribe, Variables }; | ||
//# sourceMappingURL=index.d.ts.map |
import { SOURCE, STORE } from './constants'; | ||
export interface StyleSheetPartial { | ||
content: string; | ||
[key: string]: string | string[]; | ||
[key: string]: string | string[] | undefined; | ||
} | ||
@@ -6,0 +6,0 @@ export interface StyleSheet extends StyleSheetPartial { |
{ | ||
"name": "cassiopeia", | ||
"description": "", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "escapace <opensource@escapace.com>", | ||
"bugs": "https://github.com/escapace/cassiopeia/issues", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.4.2", | ||
"@commitlint/config-conventional": "17.4.2", | ||
"@commitlint/cli": "17.4.3", | ||
"@commitlint/config-conventional": "17.4.3", | ||
"@ls-lint/ls-lint": "1.11.2", | ||
@@ -14,4 +14,4 @@ "@types/chai": "4.3.4", | ||
"@types/node": "18.13.0", | ||
"@typescript-eslint/eslint-plugin": "5.51.0", | ||
"@typescript-eslint/parser": "5.51.0", | ||
"@typescript-eslint/eslint-plugin": "5.52.0", | ||
"@typescript-eslint/parser": "5.52.0", | ||
"arg": "5.0.2", | ||
@@ -21,9 +21,9 @@ "c8": "7.12.0", | ||
"changelogithub": "0.12.7", | ||
"esbuild": "0.17.6", | ||
"eslint": "8.33.0", | ||
"eslint-config-escapace": "3.16.0", | ||
"esbuild": "0.17.8", | ||
"eslint": "8.34.0", | ||
"eslint-config-escapace": "3.16.1", | ||
"eslint-config-prettier": "8.6.0", | ||
"eslint-plugin-editorconfig": "4.0.2", | ||
"eslint-plugin-no-null": "1.0.2", | ||
"execa": "6.1.0", | ||
"execa": "7.0.0", | ||
"fast-glob": "3.2.12", | ||
@@ -33,3 +33,3 @@ "fs-extra": "11.1.0", | ||
"is-ci": "3.0.1", | ||
"lint-staged": "13.1.1", | ||
"lint-staged": "13.1.2", | ||
"mocha": "10.2.0", | ||
@@ -39,3 +39,3 @@ "prettier": "2.8.4", | ||
"semver": "7.3.8", | ||
"syncpack": "8.5.14", | ||
"syncpack": "9.0.2", | ||
"typescript": "4.9.5" | ||
@@ -42,0 +42,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
68662
517