@rsdk/metadata 2.0.0 → 2.4.1-next.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.
@@ -26,7 +26,6 @@ export type Resource<T> = {
26
26
  export declare class RsdkMetadata<T = unknown> {
27
27
  readonly target: object;
28
28
  readonly scope?: string | undefined;
29
- private static logger;
30
29
  /**
31
30
  * @param target Target object (could be anything)
32
31
  * @param scope Just tag for organizing metadata into groups
package/dist/metadata.js CHANGED
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RsdkMetadata = void 0;
4
- const logging_1 = require("@rsdk/logging");
5
4
  const constants_1 = require("./constants");
6
5
  /**
7
6
  * RSDK metadata for object
@@ -9,7 +8,6 @@ const constants_1 = require("./constants");
9
8
  class RsdkMetadata {
10
9
  target;
11
10
  scope;
12
- static logger = logging_1.LoggerFactory.create('RsdkMetadata');
13
11
  /**
14
12
  * @param target Target object (could be anything)
15
13
  * @param scope Just tag for organizing metadata into groups
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/metadata",
3
- "version": "2.0.0",
3
+ "version": "2.4.1-next.0",
4
4
  "license": "Apache License 2.0",
5
5
  "description": "Rsdk stack metadata management",
6
6
  "main": "dist/index.js",
@@ -13,10 +13,10 @@
13
13
  "peerDependencies": {
14
14
  "@nestjs/common": "^9.0.0",
15
15
  "@nestjs/core": "^9.0.0",
16
- "@rsdk/common": "^2.0.0",
16
+ "@rsdk/common": "^2.4.1-next.0",
17
17
  "@rsdk/logging": "",
18
- "@rsdk/nest-tools": "^2.0.0",
18
+ "@rsdk/nest-tools": "^2.4.1-next.0",
19
19
  "reflect-metadata": "^0.1.13"
20
20
  },
21
- "gitHead": "9fe1395b8e38e1c7b9578dd5eed12e0c57a9087f"
21
+ "gitHead": "02cbc6be59dcf7d7784b316b315eb746c6d5ac4a"
22
22
  }