@node-ts/ddd-types
Advanced tools
Comparing version 0.1.4 to 0.2.0
{ | ||
"name": "@node-ts/ddd-types", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "A set of types that define core DDD objects", | ||
@@ -11,13 +11,2 @@ "main": "dist/index.js", | ||
"private": false, | ||
"scripts": { | ||
"build": "tsc --project tsconfig.json --stripInternal --outDir dist/ --declaration", | ||
"lint": "yarn lint:ts", | ||
"lint:ts": "tslint --project tsconfig.json 'src/**/*.ts'", | ||
"lint:fix": "yarn lint --fix", | ||
"publish:packages": "npm publish --access=public", | ||
"test": "jest \"(src\\/.+\\.|/)spec\\.ts$\"", | ||
"test:coverage": "yarn run test --coverage", | ||
"test:ci": "yarn run test -w 8", | ||
"test:watch": "yarn run test --watch" | ||
}, | ||
"publishConfig": { | ||
@@ -37,10 +26,21 @@ "access": "public" | ||
"@node-ts/code-standards": "^0.0.10", | ||
"tslint": "^5.13.0", | ||
"typescript": "^3.3.3333" | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.6.4" | ||
}, | ||
"dependencies": { | ||
"@node-ts/bus-messages": "^0.2.2", | ||
"@node-ts/bus-messages": "^1.0.4", | ||
"reflect-metadata": "^0.1.13" | ||
}, | ||
"gitHead": "846b79782236b10fed8306611f770fa2b5c10860" | ||
} | ||
"scripts": { | ||
"build": "tsc --project tsconfig.json --stripInternal --outDir dist/ --declaration", | ||
"lint": "pnpm lint:ts", | ||
"lint:ts": "tslint --project tsconfig.json 'src/**/*.ts'", | ||
"lint:fix": "pnpm lint --fix", | ||
"publish:packages": "npm publish --access=public", | ||
"test": "jest \"(src\\/.+\\.|/)spec\\.ts$\"", | ||
"test:coverage": "pnpm run test --coverage", | ||
"test:ci": "pnpm run test -w 8", | ||
"test:watch": "pnpm run test --watch" | ||
}, | ||
"readme": "# @node-ts/ddd-types\n\nBase DDD types that define properties without implementation. This can be used to define domain based properties types separately to their application implementation, meaning the contract types can be transmitted (via APIs, messages etc) without requiring the core DDD library with all of its peer dependencies." | ||
} |
20781
38
+ Added@node-ts/bus-messages@1.1.0(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@node-ts/bus-messages@0.2.3(transitive)
- Removedtslib@1.14.1(transitive)
Updated@node-ts/bus-messages@^1.0.4