@hemia/common 0.0.9 → 0.0.10

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.
@@ -18,7 +18,8 @@ const METADATA_KEYS = {
18
18
  VALIDATORS: 'hemia:validators',
19
19
  CUSTOMS: 'hemia:customs',
20
20
  MODULE: "hemia:module",
21
- INJECTION_ID: "hemia:injection_id"
21
+ INJECTION_ID: "hemia:injection_id",
22
+ MANUAL_REGISTER: 'hemia:controller:manual_register',
22
23
  };
23
24
 
24
25
  var HttpMethod;
@@ -20,7 +20,8 @@ const METADATA_KEYS = {
20
20
  VALIDATORS: 'hemia:validators',
21
21
  CUSTOMS: 'hemia:customs',
22
22
  MODULE: "hemia:module",
23
- INJECTION_ID: "hemia:injection_id"
23
+ INJECTION_ID: "hemia:injection_id",
24
+ MANUAL_REGISTER: 'hemia:controller:manual_register',
24
25
  };
25
26
 
26
27
  exports.HttpMethod = void 0;
@@ -0,0 +1 @@
1
+ export declare const ManualRegister: () => ClassDecorator;
@@ -16,4 +16,5 @@ export declare const METADATA_KEYS: {
16
16
  readonly CUSTOMS: "hemia:customs";
17
17
  readonly MODULE: "hemia:module";
18
18
  readonly INJECTION_ID: "hemia:injection_id";
19
+ readonly MANUAL_REGISTER: "hemia:controller:manual_register";
19
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hemia/common",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Paquete común para proyectos de Hemia",
5
5
  "main": "dist/hemia-common.js",
6
6
  "module": "dist/hemia-common.esm.js",