@aesthetic/sss
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -812,2 +812,2 @@ import { objectLoop, hyphenate, isObject, toArray, arrayLoop } from '@aesthetic/utils'; | ||
export { Block, GlobalParser, LocalParser }; | ||
export { Block, GlobalParser, LocalParser, formatFontFace, formatImport }; |
@@ -8,4 +8,6 @@ /** | ||
import LocalParser from './LocalParser'; | ||
import formatFontFace from './formatFontFace'; | ||
import formatImport from './formatImport'; | ||
export * from './types'; | ||
export { Block, GlobalParser, LocalParser }; | ||
export { Block, GlobalParser, LocalParser, formatFontFace, formatImport }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -819,1 +819,3 @@ 'use strict'; | ||
exports.LocalParser = LocalParser; | ||
exports.formatFontFace = formatFontFace; | ||
exports.formatImport = formatImport; |
{ | ||
"name": "@aesthetic/sss", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A strict, type-safe, and structure-safe component style sheet format.", | ||
@@ -28,6 +28,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@aesthetic/utils": "^0.1.1", | ||
"@aesthetic/utils": "^0.1.2", | ||
"csstype": "^2.6.10" | ||
}, | ||
"gitHead": "709ef9a4847dbdb8566fd756ce49f2cc33507393" | ||
"gitHead": "8d188387319470948e7725874b2fe1bc8d4dc302" | ||
} |
Sorry, the diff of this file is not supported yet
89693
1704
Updated@aesthetic/utils@^0.1.2