Comparing version 0.12.2 to 0.13.0
@@ -0,1 +1,5 @@ | ||
# 0.13.0 (2021-07-20) | ||
- **[Breaking change]** Drop `lib` prefix from deep imports. | ||
# 0.12.2 (2021-06-29) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "kryo", | ||
"version": "0.12.2", | ||
"version": "0.13.0", | ||
"description": "Runtime types for validation and serialization", | ||
@@ -13,4 +13,2 @@ "license": "MIT", | ||
"type": "module", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.js", | ||
"files": [ | ||
@@ -22,4 +20,11 @@ "./lib/", | ||
".": "./lib/index.js", | ||
"./lib/*": "./lib/*.js" | ||
"./*": "./lib/*.js" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./lib/*" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
@@ -26,0 +31,0 @@ "lint": "eslint \"./src/**/*.ts\"", |
Sorry, the diff of this file is not supported yet
311127