@aesthetic/addon-properties
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@aesthetic/addon-properties", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Custom properties for the Aesthetic CSS-in-JS style sheet.", | ||
@@ -19,4 +19,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "./esm/index.js", | ||
"main": "./lib/index.js", | ||
"module": "./esm/index.js", | ||
@@ -38,4 +37,4 @@ "types": "./dts/index.d.ts", | ||
"dependencies": { | ||
"@aesthetic/types": "^0.6.0", | ||
"@aesthetic/utils": "^0.8.0", | ||
"@aesthetic/types": "^0.6.1", | ||
"@aesthetic/utils": "^0.8.1", | ||
"csstype": "^3.0.8" | ||
@@ -50,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "6fd0ed93f8f15446ba2f9f0be8054a091997cbec" | ||
"gitHead": "864068a1c3e4f6562bc2f920bca3de52d47bc19b" | ||
} |
30230
11
577
No
Updated@aesthetic/types@^0.6.1
Updated@aesthetic/utils@^0.8.1