@loopback/example-context 7.0.7 → 7.1.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/.editorconfig +9 -0
- package/CHANGELOG.md +19 -0
- package/package.json +6 -6
package/.editorconfig
ADDED
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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
|
+
# [7.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@7.0.8...@loopback/example-context@7.1.0) (2024-12-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **cli:** add EditorConfig files to project template ([b6d82f9](https://github.com/loopbackio/loopback-next/commit/b6d82f950cb441061de895d4cdf3a0b92c859bec))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [7.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@7.0.7...@loopback/example-context@7.0.8) (2024-11-18)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @loopback/example-context
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-context@7.0.6...@loopback/example-context@7.0.7) (2024-10-15)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @loopback/example-context
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loopback/example-context",
|
|
3
3
|
"description": "Standalone examples to illustrate features provided by @loopback/context",
|
|
4
|
-
"version": "7.0
|
|
4
|
+
"version": "7.1.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"loopback",
|
|
7
7
|
"LoopBack",
|
|
@@ -46,16 +46,16 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@loopback/context": "^7.0.
|
|
49
|
+
"@loopback/context": "^7.0.9",
|
|
50
50
|
"tslib": "^2.6.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@loopback/build": "^11.0.
|
|
53
|
+
"@loopback/build": "^11.0.8",
|
|
54
54
|
"@loopback/eslint-config": "^15.0.4",
|
|
55
|
-
"@loopback/testlab": "^7.0.
|
|
56
|
-
"@types/node": "^16.18.
|
|
55
|
+
"@loopback/testlab": "^7.0.8",
|
|
56
|
+
"@types/node": "^16.18.119",
|
|
57
57
|
"eslint": "^8.57.0",
|
|
58
58
|
"typescript": "~5.2.2"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "cf286d032ca80729a8c7cb7bf90bb8fac7ddd50b"
|
|
61
61
|
}
|