@variant/profile
Advanced tools
Comparing version 2.0.5 to 3.0.0
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
{ | ||
"name": "@variant/profile", | ||
"version": "2.0.5", | ||
"version": "3.0.0", | ||
"private": false, | ||
@@ -21,6 +21,6 @@ "description": "Variant Profile Info library", | ||
"devDependencies": { | ||
"copyfiles": "^2.3.0", | ||
"typescript": "^3.9.5" | ||
"copyfiles": "^2.4.0", | ||
"typescript": "^4.0.3" | ||
}, | ||
"gitHead": "9bc59af55beae210384d5a4c53e50e54d1afba16", | ||
"gitHead": "601b30a3503f513412078fe1170bb5c879cf62c9", | ||
"publishConfig": { | ||
@@ -27,0 +27,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
1185747
729