@loopback/example-log-extension 5.0.1 → 5.0.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@5.0.1...@loopback/example-log-extension@5.0.2) (2022-07-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **docs:** documentation update from dependecy to dependency ([5548f15](https://github.com/loopbackio/loopback-next/commit/5548f1510c7955e74bac31942f962d82053b46ef))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-log-extension@5.0.0...@loopback/example-log-extension@5.0.1) (2022-06-13)
7
18
 
8
19
  **Note:** Version bump only for package @loopback/example-log-extension
package/README.md CHANGED
@@ -111,7 +111,7 @@ export enum LOG_LEVEL {
111
111
 
112
112
  ### `src/types.ts`
113
113
 
114
- Before we continue, we will need to install a new dependecy as follows:
114
+ Before we continue, we will need to install a new dependency as follows:
115
115
 
116
116
  ```shell
117
117
  npm i @loopback/rest
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/example-log-extension",
3
3
  "description": "An example showing how to write a complex log extension for LoopBack 4",
4
- "version": "5.0.1",
4
+ "version": "5.0.2",
5
5
  "keywords": [
6
6
  "loopback",
7
7
  "loopback-extension"
@@ -45,20 +45,20 @@
45
45
  "access": "public"
46
46
  },
47
47
  "dependencies": {
48
- "@loopback/core": "^4.0.1",
49
- "@loopback/rest": "^12.0.1",
48
+ "@loopback/core": "^4.0.2",
49
+ "@loopback/rest": "^12.0.2",
50
50
  "chalk": "^4.1.2",
51
51
  "debug": "^4.3.4",
52
52
  "tslib": "^2.4.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@loopback/build": "^9.0.1",
56
- "@loopback/eslint-config": "^13.0.1",
57
- "@loopback/testlab": "^5.0.1",
55
+ "@loopback/build": "^9.0.2",
56
+ "@loopback/eslint-config": "^13.0.2",
57
+ "@loopback/testlab": "^5.0.2",
58
58
  "@types/debug": "^4.1.7",
59
59
  "@types/node": "^14.18.21",
60
- "eslint": "^8.17.0",
61
- "typescript": "~4.7.3"
60
+ "eslint": "^8.19.0",
61
+ "typescript": "~4.7.4"
62
62
  },
63
- "gitHead": "ccf7863d0639de966d6c6129b4aa94ba1dce2c33"
63
+ "gitHead": "d2eddfc1319810f4c0126e613c24499b5685f7e4"
64
64
  }