@uswitch/spark.type
Advanced tools
Comparing version 0.8.3-alpha.0 to 0.8.4-alpha.0
{ | ||
"name": "@uswitch/spark.type", | ||
"version": "0.8.3-alpha.0", | ||
"version": "0.8.4-alpha.0", | ||
"description": "", | ||
"repository": "https://github.com/uswitch/spark", | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"require": "./lib/cjs/index.js", | ||
"import": "./lib/esm/index.js", | ||
"default": "./lib/esm/index.js" | ||
} | ||
}, | ||
"main": "lib/cjs/index.js", | ||
@@ -24,3 +17,3 @@ "module": "lib/esm/index.js", | ||
}, | ||
"gitHead": "78aee0de48c29fac595f28c4b422735fb04086d8" | ||
"gitHead": "26e4ebec431fa032b875fc5a0a3986ebd63a35b3" | ||
} |
10748