@hg-ts/domain 0.1.21 → 0.1.22
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 +1 -1
- package/package.json +5 -5
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":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},"
|
|
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",[],[]]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hg-ts/domain",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist-esm/index.js",
|
|
6
6
|
"repository": "git@gitlab.com:hyper-graph/framework.git",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"lint:fix": "hg lint:fix"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@hg-ts-config/eslint-config": "0.1.
|
|
16
|
-
"@hg-ts-config/typescript": "0.1.
|
|
17
|
-
"@hg-ts/cli": "0.1.
|
|
18
|
-
"@hg-ts/types": "0.1.
|
|
15
|
+
"@hg-ts-config/eslint-config": "0.1.22",
|
|
16
|
+
"@hg-ts-config/typescript": "0.1.22",
|
|
17
|
+
"@hg-ts/cli": "0.1.22",
|
|
18
|
+
"@hg-ts/types": "0.1.22",
|
|
19
19
|
"@types/node": "20.8.7",
|
|
20
20
|
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
21
21
|
"@typescript-eslint/parser": "6.8.0",
|