Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,3 @@ | ||
export * from './domain'; | ||
export * from './domain/primitive'; | ||
export * from './infrastructure/helper'; | ||
export * from './infrastructure/type'; |
@@ -17,3 +17,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./domain"), exports); | ||
__exportStar(require("./domain/primitive"), exports); | ||
__exportStar(require("./infrastructure/helper"), exports); | ||
__exportStar(require("./infrastructure/type"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "typ3s", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Allow define type on json", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
122591
1