Comparing version 0.14.2 to 0.15.0
@@ -0,1 +1,9 @@ | ||
# 0.15.0 (2024-01-22) | ||
- Drop `unorm`, `incident`, `object-inspect` errors | ||
- `CodePointString` renamed to `UsvString` | ||
- `enforceUnicodeRegExp` for opt-out replaced by `allowUcs2String` for opt-in | ||
- `normalization` defaults to `null` (instead of `NFC`) | ||
- `WhiteListType` renamed to `LiteralUnion` | ||
# 0.14.2 (2023-12-10) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "kryo", | ||
"version": "0.14.2", | ||
"version": "0.15.0", | ||
"description": "Runtime types for validation and serialization", | ||
@@ -21,10 +21,4 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=14.13.1" | ||
"node": ">=18.13.0" | ||
}, | ||
"dependencies": { | ||
"@types/object-inspect": "^1.8.1", | ||
"incident": "^3.2.1", | ||
"object-inspect": "^1.12.0", | ||
"tslib": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
@@ -34,7 +28,5 @@ "@types/chai": "^4.3.1", | ||
"@types/node": "^17.0.31", | ||
"@types/unorm": "^1.3.28", | ||
"chai": "^4.3.6", | ||
"mocha": "^10.0.0", | ||
"typescript": "^5.3.3", | ||
"unorm": "^1.6.0" | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -41,0 +33,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
306514
0
6
3340
- Removed@types/object-inspect@^1.8.1
- Removedincident@^3.2.1
- Removedobject-inspect@^1.12.0
- Removedtslib@^2.4.0
- Removed@types/object-inspect@1.13.0(transitive)
- Removedincident@3.2.1(transitive)
- Removedobject-inspect@1.13.4(transitive)
- Removedtslib@2.8.1(transitive)