@glitz/core
Advanced tools
Comparing version 1.0.0-beta.5 to 1.0.0
@@ -1,7 +0,4 @@ | ||
import { Properties, PropertiesList } from '@glitz/type'; | ||
import Injector from '../core/Injector'; | ||
export default class InjectorClient extends Injector { | ||
injectClassRule: (style: Properties, pseudo?: string) => string | void; | ||
injectKeyframesRule: (styleList: PropertiesList) => string | void; | ||
constructor(styleElement: HTMLStyleElement, incrementClassHash?: () => string, incrementKeyframesHash?: () => string); | ||
} |
@@ -1,8 +0,5 @@ | ||
import { Properties, PropertiesList } from '@glitz/type'; | ||
import Injector from '../core/Injector'; | ||
export default class InjectorServer extends Injector { | ||
injectClassRule: (style: Properties, pseudo?: string) => string | void; | ||
injectKeyframesRule: (styleList: PropertiesList) => string | void; | ||
getStyle: () => void; | ||
constructor(incrementClassHash?: () => string, incrementKeyframesHash?: () => string); | ||
} |
{ | ||
"name": "@glitz/core", | ||
"version": "1.0.0-beta.5", | ||
"version": "1.0.0", | ||
"main": "./cjs/index.js", | ||
@@ -14,3 +14,3 @@ "module": "./jsm/index.js", | ||
"dependencies": { | ||
"@glitz/type": "^1.0.0-beta.4" | ||
"@glitz/type": "^1.0.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "scripts": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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
0
103587
2237
Updated@glitz/type@^1.0.0