@ddd-ts/traits 0.0.0-eventviz.12 → 0.0.0-eventviz.4

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/dist/index.js CHANGED
@@ -1,4 +1,5 @@
1
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
+
2
3
  //#region src/index.ts
3
4
  function Subtrait(superTraits, factory) {
4
5
  return {
@@ -30,10 +31,11 @@ const WithProps = () => Trait((base) => {
30
31
  class Intermediate extends base {}
31
32
  return Intermediate;
32
33
  });
34
+
33
35
  //#endregion
34
36
  exports.Derive = Derive;
35
37
  exports.Subtrait = Subtrait;
36
38
  exports.Trait = Trait;
37
39
  exports.WithDerivations = WithDerivations;
38
40
  exports.WithProps = WithProps;
39
- exports.implementsTrait = implementsTrait;
41
+ exports.implementsTrait = implementsTrait;
package/dist/index.mjs CHANGED
@@ -29,5 +29,6 @@ const WithProps = () => Trait((base) => {
29
29
  class Intermediate extends base {}
30
30
  return Intermediate;
31
31
  });
32
+
32
33
  //#endregion
33
- export { Derive, Subtrait, Trait, WithDerivations, WithProps, implementsTrait };
34
+ export { Derive, Subtrait, Trait, WithDerivations, WithProps, implementsTrait };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddd-ts/traits",
3
- "version": "0.0.0-eventviz.12",
3
+ "version": "0.0.0-eventviz.4",
4
4
  "types": "dist/index.d.ts",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -10,7 +10,7 @@
10
10
  "dist"
11
11
  ],
12
12
  "devDependencies": {
13
- "@ddd-ts/tools": "0.0.0-eventviz.12",
13
+ "@ddd-ts/tools": "0.0.0-eventviz.4",
14
14
  "@types/jest": "^29.5.12",
15
15
  "@types/node": "^22.14.1"
16
16
  },