@typescript-tools/io-ts
Advanced tools
Comparing version 1.4.0 to 2.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/io-ts@1.4.0...@typescript-tools/io-ts@2.0.0) (2021-01-23) | ||
**Note:** Version bump only for package @typescript-tools/io-ts | ||
# [1.4.0](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/io-ts@1.3.0...@typescript-tools/io-ts@1.4.0) (2021-01-17) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ import * as t from 'io-ts'; | ||
version: t.BrandC<t.StringC, import("./PackageVersion").PackageVersionBrand>; | ||
location: t.StringC; | ||
location: t.BrandC<t.StringC, import("./Path").PathBrand>; | ||
private: t.BooleanC; | ||
@@ -8,0 +8,0 @@ }>; |
@@ -24,2 +24,3 @@ "use strict"; | ||
const t = __importStar(require("io-ts")); | ||
const Path_1 = require("./Path"); | ||
const PackageName_1 = require("./PackageName"); | ||
@@ -30,5 +31,5 @@ const PackageVersion_1 = require("./PackageVersion"); | ||
version: PackageVersion_1.PackageVersion, | ||
location: t.string, | ||
location: Path_1.Path, | ||
private: t.boolean | ||
}); | ||
//# sourceMappingURL=LernaPackage.js.map |
{ | ||
"name": "@typescript-tools/io-ts", | ||
"version": "1.4.0", | ||
"version": "2.0.0", | ||
"description": "Internal io-ts codecs", | ||
@@ -96,3 +96,3 @@ "scripts": { | ||
}, | ||
"gitHead": "f0613e503219af51d238a10b2d95fd008a5128be" | ||
"gitHead": "48744f5830d8dbe95b9569516e434c8831eff7ee" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35127
51
425