ddd-node 15.0.10 → 15.0.11

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 (98) hide show
  1. package/dist/package.json +1 -0
  2. package/package.json +65 -1
  3. /package/{core → dist/core}/aggregate/base.d.ts +0 -0
  4. /package/{core → dist/core}/aggregate/base.js +0 -0
  5. /package/{core → dist/core}/aggregate/event-sourced-aggregate.d.ts +0 -0
  6. /package/{core → dist/core}/aggregate/event-sourced-aggregate.js +0 -0
  7. /package/{core → dist/core}/aggregate/index.d.ts +0 -0
  8. /package/{core → dist/core}/aggregate/index.js +0 -0
  9. /package/{core → dist/core}/aggregate/state-aggregate.d.ts +0 -0
  10. /package/{core → dist/core}/aggregate/state-aggregate.js +0 -0
  11. /package/{core → dist/core}/aggregate/types.d.ts +0 -0
  12. /package/{core → dist/core}/aggregate/types.js +0 -0
  13. /package/{core → dist/core}/entity.d.ts +0 -0
  14. /package/{core → dist/core}/entity.js +0 -0
  15. /package/{core → dist/core}/enum.d.ts +0 -0
  16. /package/{core → dist/core}/enum.js +0 -0
  17. /package/{core → dist/core}/id/common/index.d.ts +0 -0
  18. /package/{core → dist/core}/id/common/index.js +0 -0
  19. /package/{core → dist/core}/id/common/snowflake.d.ts +0 -0
  20. /package/{core → dist/core}/id/common/snowflake.js +0 -0
  21. /package/{core → dist/core}/id/common/uuid4.d.ts +0 -0
  22. /package/{core → dist/core}/id/common/uuid4.js +0 -0
  23. /package/{core → dist/core}/id/id.d.ts +0 -0
  24. /package/{core → dist/core}/id/id.js +0 -0
  25. /package/{core → dist/core}/id/index.d.ts +0 -0
  26. /package/{core → dist/core}/id/index.js +0 -0
  27. /package/{core → dist/core}/id/interface.d.ts +0 -0
  28. /package/{core → dist/core}/id/interface.js +0 -0
  29. /package/{core → dist/core}/index.d.ts +0 -0
  30. /package/{core → dist/core}/index.js +0 -0
  31. /package/{core → dist/core}/message/command.d.ts +0 -0
  32. /package/{core → dist/core}/message/command.js +0 -0
  33. /package/{core → dist/core}/message/event.d.ts +0 -0
  34. /package/{core → dist/core}/message/event.js +0 -0
  35. /package/{core → dist/core}/message/index.d.ts +0 -0
  36. /package/{core → dist/core}/message/index.js +0 -0
  37. /package/{core → dist/core}/message/message.d.ts +0 -0
  38. /package/{core → dist/core}/message/message.js +0 -0
  39. /package/{core → dist/core}/model/errors.d.ts +0 -0
  40. /package/{core → dist/core}/model/errors.js +0 -0
  41. /package/{core → dist/core}/model/index.d.ts +0 -0
  42. /package/{core → dist/core}/model/index.js +0 -0
  43. /package/{core → dist/core}/model/model-with-id.d.ts +0 -0
  44. /package/{core → dist/core}/model/model-with-id.js +0 -0
  45. /package/{core → dist/core}/model/model.d.ts +0 -0
  46. /package/{core → dist/core}/model/model.js +0 -0
  47. /package/{core → dist/core}/repository.d.ts +0 -0
  48. /package/{core → dist/core}/repository.js +0 -0
  49. /package/{core → dist/core}/value-object.d.ts +0 -0
  50. /package/{core → dist/core}/value-object.js +0 -0
  51. /package/{decorators → dist/decorators}/aggregate-es/handle.d.ts +0 -0
  52. /package/{decorators → dist/decorators}/aggregate-es/handle.js +0 -0
  53. /package/{decorators → dist/decorators}/aggregate-es/index.d.ts +0 -0
  54. /package/{decorators → dist/decorators}/aggregate-es/index.js +0 -0
  55. /package/{decorators → dist/decorators}/aggregate-es/when.d.ts +0 -0
  56. /package/{decorators → dist/decorators}/aggregate-es/when.js +0 -0
  57. /package/{decorators → dist/decorators}/id.d.ts +0 -0
  58. /package/{decorators → dist/decorators}/id.js +0 -0
  59. /package/{decorators → dist/decorators}/index.d.ts +0 -0
  60. /package/{decorators → dist/decorators}/index.js +0 -0
  61. /package/{decorators → dist/decorators}/model/enum.d.ts +0 -0
  62. /package/{decorators → dist/decorators}/model/enum.js +0 -0
  63. /package/{decorators → dist/decorators}/model/index.d.ts +0 -0
  64. /package/{decorators → dist/decorators}/model/index.js +0 -0
  65. /package/{decorators → dist/decorators}/model/model-name.d.ts +0 -0
  66. /package/{decorators → dist/decorators}/model/model-name.js +0 -0
  67. /package/{decorators → dist/decorators}/model/prop.d.ts +0 -0
  68. /package/{decorators → dist/decorators}/model/prop.js +0 -0
  69. /package/{decorators → dist/decorators}/model/static.d.ts +0 -0
  70. /package/{decorators → dist/decorators}/model/static.js +0 -0
  71. /package/{decorators → dist/decorators}/model/validator.d.ts +0 -0
  72. /package/{decorators → dist/decorators}/model/validator.js +0 -0
  73. /package/{decorators → dist/decorators}/type.d.ts +0 -0
  74. /package/{decorators → dist/decorators}/type.js +0 -0
  75. /package/{index.d.ts → dist/index.d.ts} +0 -0
  76. /package/{index.js → dist/index.js} +0 -0
  77. /package/{meta → dist/meta}/aggregate.metadata.d.ts +0 -0
  78. /package/{meta → dist/meta}/aggregate.metadata.js +0 -0
  79. /package/{meta → dist/meta}/helpers/index.d.ts +0 -0
  80. /package/{meta → dist/meta}/helpers/index.js +0 -0
  81. /package/{meta → dist/meta}/helpers/static-value.d.ts +0 -0
  82. /package/{meta → dist/meta}/helpers/static-value.js +0 -0
  83. /package/{meta → dist/meta}/id.metadata.d.ts +0 -0
  84. /package/{meta → dist/meta}/id.metadata.js +0 -0
  85. /package/{meta → dist/meta}/index.d.ts +0 -0
  86. /package/{meta → dist/meta}/index.js +0 -0
  87. /package/{meta → dist/meta}/model.metadata.d.ts +0 -0
  88. /package/{meta → dist/meta}/model.metadata.js +0 -0
  89. /package/{types → dist/types}/class-static.d.ts +0 -0
  90. /package/{types → dist/types}/class-static.js +0 -0
  91. /package/{types → dist/types}/class.d.ts +0 -0
  92. /package/{types → dist/types}/class.js +0 -0
  93. /package/{types → dist/types}/index.d.ts +0 -0
  94. /package/{types → dist/types}/index.js +0 -0
  95. /package/{utils → dist/utils}/index.d.ts +0 -0
  96. /package/{utils → dist/utils}/index.js +0 -0
  97. /package/{utils → dist/utils}/to-array.d.ts +0 -0
  98. /package/{utils → dist/utils}/to-array.js +0 -0
@@ -0,0 +1 @@
1
+ {"name":"ddd-node","version":"15.0.11","description":"Domain Driven Design base for NodeJs","type":"commonjs","main":"index.js","types":"index.d.ts","scripts":{"build":"rm -rf dist && tsc -p src/tsconfig.build.json && tsc-alias -p src/tsconfig.build.json && node setup-package.js","test":"mocha"},"files":["dist"],"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/source-map-support":"^0.5.10","@types/uuid":"^9.0.6","chai":"^5.1.1","chai-deep-match":"^1.2.1","ddd-node":"file:dist","mocha":"^10.4.0","source-map-support":"^0.5.21","ts-node":"^10.9.1","tsconfig-paths":"^4.2.0","typescript":"^5.2.2"},"dependencies":{"lodash":"^4.17.21","nodejs-snowflake":"^2.0.1","reflect-metadata":"^0.1.13","tsc-alias":"^1.8.8","type-fest":"^4.15.0","uuid":"^9.0.1"},"mocha":{"require":["tsconfig-paths/register","ts-node/register"],"node-option":["experimental-specifier-resolution=node","import=./ts-loader.js"],"spec":["test/**/*.spec.ts"],"exit":true}}
package/package.json CHANGED
@@ -1 +1,65 @@
1
- {"name":"ddd-node","version":"15.0.10","description":"Domain Driven Design base for NodeJs","type":"commonjs","main":"index.js","types":"index.d.ts","scripts":{"build":"rm -rf dist && tsc -p src/tsconfig.build.json && tsc-alias -p src/tsconfig.build.json && node setup-package.js","test":"mocha","publish":"sudo chmod o+x dist && cd dist && npm publish"},"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/source-map-support":"^0.5.10","@types/uuid":"^9.0.6","chai":"^5.1.1","chai-deep-match":"^1.2.1","ddd-node":"file:dist","mocha":"^10.4.0","source-map-support":"^0.5.21","ts-node":"^10.9.1","tsconfig-paths":"^4.2.0","typescript":"^5.2.2"},"dependencies":{"lodash":"^4.17.21","nodejs-snowflake":"^2.0.1","reflect-metadata":"^0.1.13","tsc-alias":"^1.8.8","type-fest":"^4.15.0","uuid":"^9.0.1"},"mocha":{"require":["tsconfig-paths/register","ts-node/register"],"node-option":["experimental-specifier-resolution=node","import=./ts-loader.js"],"spec":["test/**/*.spec.ts"],"exit":true}}
1
+ {
2
+ "name": "ddd-node",
3
+ "version": "15.0.11",
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 && node setup-package.js",
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/source-map-support": "^0.5.10",
33
+ "@types/uuid": "^9.0.6",
34
+ "chai": "^5.1.1",
35
+ "chai-deep-match": "^1.2.1",
36
+ "ddd-node": "file:dist",
37
+ "mocha": "^10.4.0",
38
+ "source-map-support": "^0.5.21",
39
+ "ts-node": "^10.9.1",
40
+ "tsconfig-paths": "^4.2.0",
41
+ "typescript": "^5.2.2"
42
+ },
43
+ "dependencies": {
44
+ "lodash": "^4.17.21",
45
+ "nodejs-snowflake": "^2.0.1",
46
+ "reflect-metadata": "^0.1.13",
47
+ "tsc-alias": "^1.8.8",
48
+ "type-fest": "^4.15.0",
49
+ "uuid": "^9.0.1"
50
+ },
51
+ "mocha": {
52
+ "require": [
53
+ "tsconfig-paths/register",
54
+ "ts-node/register"
55
+ ],
56
+ "node-option": [
57
+ "experimental-specifier-resolution=node",
58
+ "import=./ts-loader.js"
59
+ ],
60
+ "spec": [
61
+ "test/**/*.spec.ts"
62
+ ],
63
+ "exit": true
64
+ }
65
+ }
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