@glitz/core
Advanced tools
Comparing version 2.0.0-alpha.4 to 2.0.0
{ | ||
"name": "@glitz/core", | ||
"version": "2.0.0-alpha.4", | ||
"version": "2.0.0", | ||
"main": "./cjs/index.js", | ||
@@ -15,3 +15,3 @@ "module": "./mjs/index.js", | ||
"dependencies": { | ||
"@glitz/type": "^2.0.0-alpha.3" | ||
"@glitz/type": "^2.0.0" | ||
}, | ||
@@ -29,3 +29,3 @@ "scripts": { | ||
], | ||
"gitHead": "a0cae09767114cd2e7bdddbec40ad6bc9c33edc0" | ||
"gitHead": "8ffd5c618e766e1322845f8422469da8c076e225" | ||
} |
@@ -5,4 +5,4 @@ import { Style } from '@glitz/type'; | ||
export default class GlitzServer<TStyle = Style> extends Base<TStyle> { | ||
getStyleMarkup: (className?: string) => string; | ||
getStyleMarkup: () => string; | ||
constructor(options?: Options); | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
111002
Updated@glitz/type@^2.0.0