@tc-libs/user 0.27.0 → 0.29.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.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@tc-libs/user",
3
- "version": "0.27.0",
3
+ "version": "0.29.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
- "@tc-libs/authentication": "0.27.0",
7
- "@tc-libs/service": "0.27.0",
8
- "@tc-libs/database": "0.27.0",
6
+ "@tc-libs/authentication": "0.29.0",
7
+ "@tc-libs/service": "0.29.0",
8
+ "@tc-libs/database": "0.29.0",
9
9
  "@nestjs/common": "^10.0.2"
10
10
  },
11
11
  "type": "commonjs",
@@ -1,2 +1,3 @@
1
1
  export declare const USER_ACTIVE_META_KEY = "UserActiveMetaKey";
2
2
  export declare const USER_BLOCKED_META_KEY = "UserBlockedMetaKey";
3
+ export declare const USER_SERVICE = "USER_SERVICE";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.USER_BLOCKED_META_KEY = exports.USER_ACTIVE_META_KEY = void 0;
3
+ exports.USER_SERVICE = exports.USER_BLOCKED_META_KEY = exports.USER_ACTIVE_META_KEY = void 0;
4
4
  exports.USER_ACTIVE_META_KEY = 'UserActiveMetaKey';
5
5
  exports.USER_BLOCKED_META_KEY = 'UserBlockedMetaKey';
6
+ exports.USER_SERVICE = 'USER_SERVICE';
6
7
  //# sourceMappingURL=user.constant.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"user.constant.js","sourceRoot":"","sources":["../../../../../packages/user/src/constants/user.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG,mBAAmB,CAAC;AAC3C,QAAA,qBAAqB,GAAG,oBAAoB,CAAC"}
1
+ {"version":3,"file":"user.constant.js","sourceRoot":"","sources":["../../../../../packages/user/src/constants/user.constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG,mBAAmB,CAAC;AAC3C,QAAA,qBAAqB,GAAG,oBAAoB,CAAC;AAC7C,QAAA,YAAY,GAAG,cAAc,CAAC"}