@loopback/example-lb3-application 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +1 -1
  3. package/package.json +14 -14
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-lb3-application@5.0.1...@loopback/example-lb3-application@5.0.2) (2022-07-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **docs:** documentation update for typo ([48f3e3a](https://github.com/loopbackio/loopback-next/commit/48f3e3a6c0d864cd568a5a439e096575bb735292))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-lb3-application@5.0.0...@loopback/example-lb3-application@5.0.1) (2022-06-13)
7
18
 
8
19
  **Note:** Version bump only for package @loopback/example-lb3-application
package/README.md CHANGED
@@ -104,7 +104,7 @@ Open the URL printed to console to view your front-end served from `public`
104
104
  directory or go to `http://127.0.0.1:3000/explorer` to explore the REST API.
105
105
 
106
106
  The LB3 application is now successfully mounted on a LB4 application, but we can
107
- further optimize the setup so that only the bare neccessary artifacts from the
107
+ further optimize the setup so that only the bare necessary artifacts from the
108
108
  LoopBack 3 application remain. This includes moving almost all of the middleware
109
109
  to a common location so that they are shared by both the LoopBack 3 and the
110
110
  LoopBack 4 apps.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/example-lb3-application",
3
3
  "description": "Tutorial example on how to add existing an LB3 application to a LB4 project",
4
- "version": "5.0.1",
4
+ "version": "5.0.2",
5
5
  "keywords": [
6
6
  "loopback",
7
7
  "LoopBack",
@@ -47,12 +47,12 @@
47
47
  "access": "public"
48
48
  },
49
49
  "dependencies": {
50
- "@loopback/boot": "^5.0.1",
51
- "@loopback/booter-lb3app": "^4.0.1",
52
- "@loopback/core": "^4.0.1",
53
- "@loopback/repository": "^5.0.1",
54
- "@loopback/rest": "^12.0.1",
55
- "@loopback/rest-explorer": "^5.0.1",
50
+ "@loopback/boot": "^5.0.2",
51
+ "@loopback/booter-lb3app": "^4.0.2",
52
+ "@loopback/core": "^4.0.2",
53
+ "@loopback/repository": "^5.0.2",
54
+ "@loopback/rest": "^12.0.2",
55
+ "@loopback/rest-explorer": "^5.0.2",
56
56
  "compression": "^1.7.4",
57
57
  "cors": "^2.8.5",
58
58
  "debug": "^4.3.4",
@@ -63,16 +63,16 @@
63
63
  "tslib": "^2.4.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@loopback/build": "^9.0.1",
67
- "@loopback/eslint-config": "^13.0.1",
68
- "@loopback/rest": "^12.0.1",
69
- "@loopback/testlab": "^5.0.1",
66
+ "@loopback/build": "^9.0.2",
67
+ "@loopback/eslint-config": "^13.0.2",
68
+ "@loopback/rest": "^12.0.2",
69
+ "@loopback/testlab": "^5.0.2",
70
70
  "@types/lodash": "^4.14.182",
71
71
  "@types/node": "^14.18.21",
72
- "eslint": "^8.17.0",
72
+ "eslint": "^8.19.0",
73
73
  "lodash": "^4.17.21",
74
74
  "should": "^13.2.3",
75
- "typescript": "~4.7.3"
75
+ "typescript": "~4.7.4"
76
76
  },
77
- "gitHead": "ccf7863d0639de966d6c6129b4aa94ba1dce2c33"
77
+ "gitHead": "d2eddfc1319810f4c0126e613c24499b5685f7e4"
78
78
  }