@hg-ts/domain 0.0.30 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintcache CHANGED
@@ -1 +1 @@
1
- [{"/Volumes/Work/ts/hg/framework/packages/domain/src/base.aggregate.ts":"1","/Volumes/Work/ts/hg/framework/packages/domain/src/base.entity.ts":"2","/Volumes/Work/ts/hg/framework/packages/domain/src/identifiable.ts":"3","/Volumes/Work/ts/hg/framework/packages/domain/src/index.ts":"4"},{"size":503,"mtime":1665306262551,"results":"5","hashOfConfig":"6"},{"size":447,"mtime":1658012259547,"results":"7","hashOfConfig":"6"},{"size":65,"mtime":1658011993469,"results":"8","hashOfConfig":"6"},{"size":121,"mtime":1665300013439,"results":"9","hashOfConfig":"6"},{"filePath":"10","messages":"11","suppressedMessages":"12","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"g5wte0",{"filePath":"13","messages":"14","suppressedMessages":"15","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","suppressedMessages":"18","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"19","messages":"20","suppressedMessages":"21","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Volumes/Work/ts/hg/framework/packages/domain/src/base.aggregate.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/domain/src/base.entity.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/domain/src/identifiable.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/domain/src/index.ts",[],[]]
1
+ [{"/Volumes/Work/ts/hg/framework/packages/domain/src/base.aggregate.ts":"1","/Volumes/Work/ts/hg/framework/packages/domain/src/base.entity.ts":"2","/Volumes/Work/ts/hg/framework/packages/domain/src/identifiable.ts":"3","/Volumes/Work/ts/hg/framework/packages/domain/src/index.ts":"4"},{"size":503,"mtime":1685205227846,"results":"5","hashOfConfig":"6"},{"size":447,"mtime":1685202816250,"results":"7","hashOfConfig":"6"},{"size":65,"mtime":1658011993469,"results":"8","hashOfConfig":"6"},{"size":121,"mtime":1665300013439,"results":"9","hashOfConfig":"6"},{"filePath":"10","messages":"11","suppressedMessages":"12","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"rlxbb6",{"filePath":"13","messages":"14","suppressedMessages":"15","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","suppressedMessages":"18","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"19","messages":"20","suppressedMessages":"21","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Volumes/Work/ts/hg/framework/packages/domain/src/base.aggregate.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/domain/src/base.entity.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/domain/src/identifiable.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/domain/src/index.ts",[],[]]
@@ -1,4 +1,4 @@
1
- export declare type Identifiable<IdType = string> = {
1
+ export type Identifiable<IdType = string> = {
2
2
  id: IdType;
3
3
  };
4
4
  //# sourceMappingURL=identifiable.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"identifiable.d.ts","sourceRoot":"","sources":["../src/identifiable.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,CAAC,MAAM,GAAG,MAAM,IAAI;IACxC,EAAE,EAAE,MAAM,CAAC;CACd,CAAC"}
1
+ {"version":3,"file":"identifiable.d.ts","sourceRoot":"","sources":["../src/identifiable.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,CAAC,MAAM,GAAG,MAAM,IAAI;IACxC,EAAE,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -1,4 +1,4 @@
1
- export declare type Identifiable<IdType = string> = {
1
+ export type Identifiable<IdType = string> = {
2
2
  id: IdType;
3
3
  };
4
4
  //# sourceMappingURL=identifiable.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"identifiable.d.ts","sourceRoot":"","sources":["../src/identifiable.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY,CAAC,MAAM,GAAG,MAAM,IAAI;IACxC,EAAE,EAAE,MAAM,CAAC;CACd,CAAC"}
1
+ {"version":3,"file":"identifiable.d.ts","sourceRoot":"","sources":["../src/identifiable.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,CAAC,MAAM,GAAG,MAAM,IAAI;IACxC,EAAE,EAAE,MAAM,CAAC;CACd,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hg-ts/domain",
3
- "version": "0.0.30",
3
+ "version": "0.1.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist-esm/index.js",
6
6
  "repository": "git@gitlab.com:hyper-graph/framework.git",
@@ -12,19 +12,18 @@
12
12
  "lint:fix": "hg lint:fix"
13
13
  },
14
14
  "devDependencies": {
15
- "@hg-ts-config/eslint-config": "0.0.30",
16
- "@hg-ts-config/typescript": "0.0.30",
17
- "@hg-ts/cli": "0.0.30",
18
- "@hg-ts/types": "0.0.30",
19
- "@types/node": "18.0.3",
20
- "@typescript-eslint/eslint-plugin": "5.33.1",
21
- "@typescript-eslint/parser": "5.33.1",
22
- "eslint": "8.24.0",
23
- "eslint-formatter-codeframe": "7.32.1",
15
+ "@hg-ts-config/eslint-config": "0.1.0",
16
+ "@hg-ts-config/typescript": "0.1.0",
17
+ "@hg-ts/cli": "0.1.0",
18
+ "@hg-ts/types": "0.1.0",
19
+ "@types/node": "20.8.7",
20
+ "@typescript-eslint/eslint-plugin": "6.8.0",
21
+ "@typescript-eslint/parser": "6.8.0",
22
+ "eslint": "8.52.0",
24
23
  "reflect-metadata": "0.1.13",
25
- "tsc-watch": "5.0.3",
26
- "tslib": "2.4.0",
27
- "typescript": "4.7.4"
24
+ "tsc-watch": "6.0.4",
25
+ "tslib": "2.6.2",
26
+ "typescript": "5.2.2"
28
27
  },
29
28
  "peerDependencies": {
30
29
  "reflect-metadata": "*",
package/tsconfig.esm.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "@hg-ts-config/typescript",
2
+ "extends": "@hg-ts-config/typescript/esm",
3
3
  "compilerOptions": {
4
4
  "baseUrl": "src",
5
5
  "rootDir": "src",
package/tsconfig.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
- "extends": "@hg-ts-config/typescript",
2
+ "extends": "@hg-ts-config/typescript/commonjs",
3
3
  "compilerOptions": {
4
- "module": "CommonJS",
5
4
  "baseUrl": "src",
6
5
  "rootDir": "src",
7
6
  "outDir": "dist"