@rnw-community/nestjs-enterprise 0.70.0 → 0.70.1

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 (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnw-community/nestjs-enterprise",
3
- "version": "0.70.0",
3
+ "version": "0.70.1",
4
4
  "description": "NestJS Enterprise is a collection of enterprise-grade modules for NestJS.",
5
5
  "keywords": [
6
6
  "nestjs",
@@ -40,7 +40,7 @@
40
40
  "clear": "rm -rf coverage && rm -rf dist && rm -f *.tsbuildinfo",
41
41
  "clear:deps": "rm -rf ./node_modules && rm -rf ./dist"
42
42
  },
43
- "gitHead": "772b55c5096889ccf20f00960cf61a75498049f7",
43
+ "gitHead": "6ca39d81c78c827602279c8a6c50b5a167a994d2",
44
44
  "dependencies": {
45
45
  "@rnw-community/shared": "0.70.0"
46
46
  },
package/readme.md CHANGED
@@ -12,10 +12,11 @@ Add `@rnw-community/nestjs-enterprise` to your project using you package manager
12
12
 
13
13
  ## Contents
14
14
  - [Log Decorator](./src/decorator/log/log-decorator.md)
15
+ - [Histogram Metric Decorator](./src/decorator/histogram-metric/histogram-metric-decorator.md)
15
16
 
16
17
  ## TODO
17
18
 
18
- - [ ] Implement POC for metrics decorator
19
+ - [ ] Implement POC for lock decorator
19
20
 
20
21
  ## License
21
22