ddd-node 29.6.0 → 29.8.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.
Files changed (193) hide show
  1. package/package.json +1 -62
  2. /package/{dist/base → base}/decorators/index.d.ts +0 -0
  3. /package/{dist/base → base}/decorators/index.js +0 -0
  4. /package/{dist/base → base}/decorators/model.d.ts +0 -0
  5. /package/{dist/base → base}/decorators/model.js +0 -0
  6. /package/{dist/base → base}/decorators/mutable.d.ts +0 -0
  7. /package/{dist/base → base}/decorators/mutable.js +0 -0
  8. /package/{dist/base → base}/decorators/prop.d.ts +0 -0
  9. /package/{dist/base → base}/decorators/prop.js +0 -0
  10. /package/{dist/base → base}/decorators/props-validator.d.ts +0 -0
  11. /package/{dist/base → base}/decorators/props-validator.js +0 -0
  12. /package/{dist/base → base}/decorators/static.d.ts +0 -0
  13. /package/{dist/base → base}/decorators/static.js +0 -0
  14. /package/{dist/base → base}/domain.d.ts +0 -0
  15. /package/{dist/base → base}/domain.js +0 -0
  16. /package/{dist/base → base}/index.d.ts +0 -0
  17. /package/{dist/base → base}/index.js +0 -0
  18. /package/{dist/base → base}/meta/index.d.ts +0 -0
  19. /package/{dist/base → base}/meta/index.js +0 -0
  20. /package/{dist/base → base}/meta/model-domain.d.ts +0 -0
  21. /package/{dist/base → base}/meta/model-domain.js +0 -0
  22. /package/{dist/base → base}/meta/model-id.d.ts +0 -0
  23. /package/{dist/base → base}/meta/model-id.js +0 -0
  24. /package/{dist/base → base}/meta/model-mutable.d.ts +0 -0
  25. /package/{dist/base → base}/meta/model-mutable.js +0 -0
  26. /package/{dist/base → base}/meta/model-name.d.ts +0 -0
  27. /package/{dist/base → base}/meta/model-name.js +0 -0
  28. /package/{dist/base → base}/meta/model-props-map.d.ts +0 -0
  29. /package/{dist/base → base}/meta/model-props-map.js +0 -0
  30. /package/{dist/base → base}/meta/model-props-validator.d.ts +0 -0
  31. /package/{dist/base → base}/meta/model-props-validator.js +0 -0
  32. /package/{dist/base → base}/meta/model-static-values.d.ts +0 -0
  33. /package/{dist/base → base}/meta/model-static-values.js +0 -0
  34. /package/{dist/base → base}/meta/model-version.d.ts +0 -0
  35. /package/{dist/base → base}/meta/model-version.js +0 -0
  36. /package/{dist/base → base}/model/errors.d.ts +0 -0
  37. /package/{dist/base → base}/model/errors.js +0 -0
  38. /package/{dist/base → base}/model/index.d.ts +0 -0
  39. /package/{dist/base → base}/model/index.js +0 -0
  40. /package/{dist/base → base}/model/model-descriptor.d.ts +0 -0
  41. /package/{dist/base → base}/model/model-descriptor.js +0 -0
  42. /package/{dist/base → base}/model/model.builder.d.ts +0 -0
  43. /package/{dist/base → base}/model/model.builder.js +0 -0
  44. /package/{dist/base → base}/model/model.d.ts +0 -0
  45. /package/{dist/base → base}/model/model.js +0 -0
  46. /package/{dist/base → base}/model-registry.d.ts +0 -0
  47. /package/{dist/base → base}/model-registry.js +0 -0
  48. /package/{dist/core → core}/aggregate/aggregate-base/aggregate-event-publisher.interface.d.ts +0 -0
  49. /package/{dist/core → core}/aggregate/aggregate-base/aggregate-event-publisher.interface.js +0 -0
  50. /package/{dist/core → core}/aggregate/aggregate-base/aggregate.builder.d.ts +0 -0
  51. /package/{dist/core → core}/aggregate/aggregate-base/aggregate.builder.js +0 -0
  52. /package/{dist/core → core}/aggregate/aggregate-base/aggregate.d.ts +0 -0
  53. /package/{dist/core → core}/aggregate/aggregate-base/aggregate.js +0 -0
  54. /package/{dist/core → core}/aggregate/aggregate-base/index.d.ts +0 -0
  55. /package/{dist/core → core}/aggregate/aggregate-base/index.js +0 -0
  56. /package/{dist/core → core}/aggregate/event-sourced-aggregate/event-sourced-aggregate-model-descriptor.d.ts +0 -0
  57. /package/{dist/core → core}/aggregate/event-sourced-aggregate/event-sourced-aggregate-model-descriptor.js +0 -0
  58. /package/{dist/core → core}/aggregate/event-sourced-aggregate/event-sourced-aggregate.builder.d.ts +0 -0
  59. /package/{dist/core → core}/aggregate/event-sourced-aggregate/event-sourced-aggregate.builder.js +0 -0
  60. /package/{dist/core → core}/aggregate/event-sourced-aggregate/event-sourced-aggregate.d.ts +0 -0
  61. /package/{dist/core → core}/aggregate/event-sourced-aggregate/event-sourced-aggregate.js +0 -0
  62. /package/{dist/core → core}/aggregate/event-sourced-aggregate/index.d.ts +0 -0
  63. /package/{dist/core → core}/aggregate/event-sourced-aggregate/index.js +0 -0
  64. /package/{dist/core → core}/aggregate/event-sourced-aggregate/snapshot.d.ts +0 -0
  65. /package/{dist/core → core}/aggregate/event-sourced-aggregate/snapshot.js +0 -0
  66. /package/{dist/core → core}/aggregate/index.d.ts +0 -0
  67. /package/{dist/core → core}/aggregate/index.js +0 -0
  68. /package/{dist/core → core}/aggregate/state-aggregate/index.d.ts +0 -0
  69. /package/{dist/core → core}/aggregate/state-aggregate/index.js +0 -0
  70. /package/{dist/core → core}/aggregate/state-aggregate/state-aggregate.builder.d.ts +0 -0
  71. /package/{dist/core → core}/aggregate/state-aggregate/state-aggregate.builder.js +0 -0
  72. /package/{dist/core → core}/aggregate/state-aggregate/state-aggregate.d.ts +0 -0
  73. /package/{dist/core → core}/aggregate/state-aggregate/state-aggregate.js +0 -0
  74. /package/{dist/core → core}/aggregate/types.d.ts +0 -0
  75. /package/{dist/core → core}/aggregate/types.js +0 -0
  76. /package/{dist/core → core}/entity/entity.builder.d.ts +0 -0
  77. /package/{dist/core → core}/entity/entity.builder.js +0 -0
  78. /package/{dist/core → core}/entity/entity.d.ts +0 -0
  79. /package/{dist/core → core}/entity/entity.js +0 -0
  80. /package/{dist/core → core}/entity/index.d.ts +0 -0
  81. /package/{dist/core → core}/entity/index.js +0 -0
  82. /package/{dist/core → core}/enum/enum-builder.d.ts +0 -0
  83. /package/{dist/core → core}/enum/enum-builder.js +0 -0
  84. /package/{dist/core → core}/enum/enum.d.ts +0 -0
  85. /package/{dist/core → core}/enum/enum.js +0 -0
  86. /package/{dist/core → core}/enum/index.d.ts +0 -0
  87. /package/{dist/core → core}/enum/index.js +0 -0
  88. /package/{dist/core → core}/index.d.ts +0 -0
  89. /package/{dist/core → core}/index.js +0 -0
  90. /package/{dist/core → core}/message/command/command-model-descriptor.d.ts +0 -0
  91. /package/{dist/core → core}/message/command/command-model-descriptor.js +0 -0
  92. /package/{dist/core → core}/message/command/command.builder.d.ts +0 -0
  93. /package/{dist/core → core}/message/command/command.builder.js +0 -0
  94. /package/{dist/core → core}/message/command/command.d.ts +0 -0
  95. /package/{dist/core → core}/message/command/command.js +0 -0
  96. /package/{dist/core → core}/message/command/index.d.ts +0 -0
  97. /package/{dist/core → core}/message/command/index.js +0 -0
  98. /package/{dist/core → core}/message/event/event-model-descriptor.d.ts +0 -0
  99. /package/{dist/core → core}/message/event/event-model-descriptor.js +0 -0
  100. /package/{dist/core → core}/message/event/event.builder.d.ts +0 -0
  101. /package/{dist/core → core}/message/event/event.builder.js +0 -0
  102. /package/{dist/core → core}/message/event/event.d.ts +0 -0
  103. /package/{dist/core → core}/message/event/event.js +0 -0
  104. /package/{dist/core → core}/message/event/index.d.ts +0 -0
  105. /package/{dist/core → core}/message/event/index.js +0 -0
  106. /package/{dist/core → core}/message/index.d.ts +0 -0
  107. /package/{dist/core → core}/message/index.js +0 -0
  108. /package/{dist/core → core}/message/message-base/index.d.ts +0 -0
  109. /package/{dist/core → core}/message/message-base/index.js +0 -0
  110. /package/{dist/core → core}/message/message-base/message.builder.d.ts +0 -0
  111. /package/{dist/core → core}/message/message-base/message.builder.js +0 -0
  112. /package/{dist/core → core}/message/message-base/message.d.ts +0 -0
  113. /package/{dist/core → core}/message/message-base/message.js +0 -0
  114. /package/{dist/core → core}/model-with-id/id.d.ts +0 -0
  115. /package/{dist/core → core}/model-with-id/id.js +0 -0
  116. /package/{dist/core → core}/model-with-id/index.d.ts +0 -0
  117. /package/{dist/core → core}/model-with-id/index.js +0 -0
  118. /package/{dist/core → core}/model-with-id/model-with-id.builder.d.ts +0 -0
  119. /package/{dist/core → core}/model-with-id/model-with-id.builder.js +0 -0
  120. /package/{dist/core → core}/model-with-id/model-with-id.d.ts +0 -0
  121. /package/{dist/core → core}/model-with-id/model-with-id.js +0 -0
  122. /package/{dist/core → core}/repository/index.d.ts +0 -0
  123. /package/{dist/core → core}/repository/index.js +0 -0
  124. /package/{dist/core → core}/repository/repository.d.ts +0 -0
  125. /package/{dist/core → core}/repository/repository.js +0 -0
  126. /package/{dist/core → core}/value-object/index.d.ts +0 -0
  127. /package/{dist/core → core}/value-object/index.js +0 -0
  128. /package/{dist/core → core}/value-object/value-object.builder.d.ts +0 -0
  129. /package/{dist/core → core}/value-object/value-object.builder.js +0 -0
  130. /package/{dist/core → core}/value-object/value-object.d.ts +0 -0
  131. /package/{dist/core → core}/value-object/value-object.js +0 -0
  132. /package/{dist/decorators → decorators}/aggregate-es/handle.d.ts +0 -0
  133. /package/{dist/decorators → decorators}/aggregate-es/handle.js +0 -0
  134. /package/{dist/decorators → decorators}/aggregate-es/index.d.ts +0 -0
  135. /package/{dist/decorators → decorators}/aggregate-es/index.js +0 -0
  136. /package/{dist/decorators → decorators}/aggregate-es/when.d.ts +0 -0
  137. /package/{dist/decorators → decorators}/aggregate-es/when.js +0 -0
  138. /package/{dist/decorators → decorators}/enum.d.ts +0 -0
  139. /package/{dist/decorators → decorators}/enum.js +0 -0
  140. /package/{dist/decorators → decorators}/index.d.ts +0 -0
  141. /package/{dist/decorators → decorators}/index.js +0 -0
  142. /package/{dist/decorators → decorators}/message/command.d.ts +0 -0
  143. /package/{dist/decorators → decorators}/message/command.js +0 -0
  144. /package/{dist/decorators → decorators}/message/event.d.ts +0 -0
  145. /package/{dist/decorators → decorators}/message/event.js +0 -0
  146. /package/{dist/decorators → decorators}/message/index.d.ts +0 -0
  147. /package/{dist/decorators → decorators}/message/index.js +0 -0
  148. /package/{dist/decorators → decorators}/type.d.ts +0 -0
  149. /package/{dist/decorators → decorators}/type.js +0 -0
  150. /package/{dist/event-pubsub → event-pubsub}/decorators/index.d.ts +0 -0
  151. /package/{dist/event-pubsub → event-pubsub}/decorators/index.js +0 -0
  152. /package/{dist/event-pubsub → event-pubsub}/decorators/subscribe-to-events.d.ts +0 -0
  153. /package/{dist/event-pubsub → event-pubsub}/decorators/subscribe-to-events.js +0 -0
  154. /package/{dist/event-pubsub → event-pubsub}/event-publisher.d.ts +0 -0
  155. /package/{dist/event-pubsub → event-pubsub}/event-publisher.js +0 -0
  156. /package/{dist/event-pubsub → event-pubsub}/event-subscriber-registry.d.ts +0 -0
  157. /package/{dist/event-pubsub → event-pubsub}/event-subscriber-registry.js +0 -0
  158. /package/{dist/event-pubsub → event-pubsub}/event-subscriber.d.ts +0 -0
  159. /package/{dist/event-pubsub → event-pubsub}/event-subscriber.js +0 -0
  160. /package/{dist/event-pubsub → event-pubsub}/index.d.ts +0 -0
  161. /package/{dist/event-pubsub → event-pubsub}/index.js +0 -0
  162. /package/{dist/event-pubsub → event-pubsub}/interfaces/event-publisher.interface.d.ts +0 -0
  163. /package/{dist/event-pubsub → event-pubsub}/interfaces/event-publisher.interface.js +0 -0
  164. /package/{dist/event-pubsub → event-pubsub}/interfaces/event-subscriber-registry.interface.d.ts +0 -0
  165. /package/{dist/event-pubsub → event-pubsub}/interfaces/event-subscriber-registry.interface.js +0 -0
  166. /package/{dist/event-pubsub → event-pubsub}/interfaces/event-subscriber.interface.d.ts +0 -0
  167. /package/{dist/event-pubsub → event-pubsub}/interfaces/event-subscriber.interface.js +0 -0
  168. /package/{dist/event-pubsub → event-pubsub}/interfaces/index.d.ts +0 -0
  169. /package/{dist/event-pubsub → event-pubsub}/interfaces/index.js +0 -0
  170. /package/{dist/index.d.ts → index.d.ts} +0 -0
  171. /package/{dist/index.js → index.js} +0 -0
  172. /package/{dist/meta → meta}/aggregate-es/command-handler-map.d.ts +0 -0
  173. /package/{dist/meta → meta}/aggregate-es/command-handler-map.js +0 -0
  174. /package/{dist/meta → meta}/aggregate-es/event-applier-map.d.ts +0 -0
  175. /package/{dist/meta → meta}/aggregate-es/event-applier-map.js +0 -0
  176. /package/{dist/meta → meta}/aggregate-es/index.d.ts +0 -0
  177. /package/{dist/meta → meta}/aggregate-es/index.js +0 -0
  178. /package/{dist/meta → meta}/command.metadata.d.ts +0 -0
  179. /package/{dist/meta → meta}/command.metadata.js +0 -0
  180. /package/{dist/meta → meta}/event.metadata.d.ts +0 -0
  181. /package/{dist/meta → meta}/event.metadata.js +0 -0
  182. /package/{dist/meta → meta}/index.d.ts +0 -0
  183. /package/{dist/meta → meta}/index.js +0 -0
  184. /package/{dist/types → types}/class-static.d.ts +0 -0
  185. /package/{dist/types → types}/class-static.js +0 -0
  186. /package/{dist/types → types}/class.d.ts +0 -0
  187. /package/{dist/types → types}/class.js +0 -0
  188. /package/{dist/types → types}/index.d.ts +0 -0
  189. /package/{dist/types → types}/index.js +0 -0
  190. /package/{dist/utils → utils}/index.d.ts +0 -0
  191. /package/{dist/utils → utils}/index.js +0 -0
  192. /package/{dist/utils → utils}/to-array.d.ts +0 -0
  193. /package/{dist/utils → utils}/to-array.js +0 -0
package/package.json CHANGED
@@ -1,62 +1 @@
1
- {
2
- "name": "ddd-node",
3
- "version": "29.6.0",
4
- "description": "Domain Driven Design base for NodeJs",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "scripts": {
9
- "build": "rm -rf dist && tsc -p src/tsconfig.build.json && tsc-alias -p src/tsconfig.build.json",
10
- "test": "mocha"
11
- },
12
- "files": [
13
- "dist"
14
- ],
15
- "repository": {
16
- "type": "git",
17
- "url": "https://github.com/nqd881/ddd-node"
18
- },
19
- "keywords": [
20
- "ddd",
21
- "ddd-node",
22
- "ddd-base",
23
- "ddd-ts",
24
- "ddd-js"
25
- ],
26
- "author": "Quoc Dai",
27
- "license": "ISC",
28
- "devDependencies": {
29
- "@types/chai": "^4.3.16",
30
- "@types/lodash": "^4.14.200",
31
- "@types/mocha": "^10.0.6",
32
- "@types/uuid": "^9.0.6",
33
- "chai": "^5.1.1",
34
- "chai-deep-match": "^1.2.1",
35
- "ddd-node": "file:dist",
36
- "mocha": "^10.4.0",
37
- "tsconfig-paths": "^4.2.0",
38
- "typescript": "^5.2.2"
39
- },
40
- "dependencies": {
41
- "lodash": "^4.17.21",
42
- "reflect-metadata": "^0.1.13",
43
- "ts-node": "^10.9.2",
44
- "tsc-alias": "^1.8.8",
45
- "type-fest": "^4.20.1",
46
- "uuid": "^9.0.1"
47
- },
48
- "mocha": {
49
- "require": [
50
- "tsconfig-paths/register",
51
- "ts-node/register"
52
- ],
53
- "node-option": [
54
- "experimental-specifier-resolution=node",
55
- "import=./ts-loader.js"
56
- ],
57
- "spec": [
58
- "test/**/*.spec.ts"
59
- ],
60
- "exit": true
61
- }
62
- }
1
+ {"name":"ddd-node","version":"29.8.0","description":"Domain Driven Design base for NodeJs","type":"commonjs","main":"index.js","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/nqd881/ddd-node"},"keywords":["ddd","ddd-node","ddd-base","ddd-ts","ddd-js"],"author":"Quoc Dai","license":"ISC","devDependencies":{"@types/chai":"^4.3.16","@types/lodash":"^4.14.200","@types/mocha":"^10.0.6","@types/uuid":"^9.0.6","chai":"^5.1.1","chai-deep-match":"^1.2.1","ddd-node":"file:dist","mocha":"^10.4.0","tsconfig-paths":"^4.2.0","typescript":"^5.2.2"},"dependencies":{"lodash":"^4.17.21","reflect-metadata":"^0.1.13","ts-node":"^10.9.2","tsc-alias":"^1.8.8","type-fest":"^4.20.1","uuid":"^9.0.1"}}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes