@codescouts/domain
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ export interface DomainUser { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=DomainUser.js.map |
export * from "./DomainUser"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from "./Repository"; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './IRepository'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface IRepository<T, S> { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IRepository.js.map |
@@ -0,0 +0,0 @@ export * from "./UserService"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DomainUser } from "../Entities/DomainUser"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=UserService.js.map |
{ | ||
"name": "@codescouts/domain", | ||
"version": "1.0.0", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
"start": "tsc -w" | ||
}, | ||
"dependencies": { | ||
"typescript": "^4.6.4" | ||
} | ||
} | ||
"name": "@codescouts/domain", | ||
"version": "1.0.1", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"license": "MIT", | ||
"homepage": "https://github.com/codescouts-academy/clean-architecture-mono-repo/tree/main/packages/domain", | ||
"author": "Damián Pumar <damianpumar@gmail.com>", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
"start": "tsc -w" | ||
}, | ||
"dependencies": { | ||
"typescript": "^4.6.4" | ||
} | ||
} |
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
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
9718
30
103
1