@loopback/example-rpc-server 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 ADDED
@@ -0,0 +1,9 @@
1
+ root = true
2
+
3
+ [*]
4
+ end_of_line = lf
5
+ insert_final_newline = true
6
+ charset = utf-8
7
+ indent_style = space
8
+ indent_size = 2
9
+ max_line_length = 80
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-rpc-server@7.0.8...@loopback/example-rpc-server@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-rpc-server@7.0.7...@loopback/example-rpc-server@7.0.8) (2024-11-18)
18
+
19
+ **Note:** Version bump only for package @loopback/example-rpc-server
20
+
21
+
22
+
23
+
24
+
6
25
  ## [7.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/example-rpc-server@7.0.6...@loopback/example-rpc-server@7.0.7) (2024-10-15)
7
26
 
8
27
  **Note:** Version bump only for package @loopback/example-rpc-server
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/example-rpc-server",
3
3
  "description": "An example RPC server and application to demonstrate the creation of your own custom server",
4
- "version": "7.0.7",
4
+ "version": "7.1.0",
5
5
  "keywords": [
6
6
  "loopback-application",
7
7
  "loopback"
@@ -42,18 +42,18 @@
42
42
  "access": "public"
43
43
  },
44
44
  "dependencies": {
45
- "@loopback/core": "^6.1.4",
46
- "express": "^4.19.2",
45
+ "@loopback/core": "^6.1.6",
46
+ "express": "^4.21.2",
47
47
  "tslib": "^2.6.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@loopback/build": "^11.0.6",
50
+ "@loopback/build": "^11.0.8",
51
51
  "@loopback/eslint-config": "^15.0.4",
52
- "@loopback/testlab": "^7.0.6",
52
+ "@loopback/testlab": "^7.0.8",
53
53
  "@types/express": "^4.17.21",
54
- "@types/node": "^16.18.101",
54
+ "@types/node": "^16.18.119",
55
55
  "eslint": "^8.57.0",
56
56
  "typescript": "~5.2.2"
57
57
  },
58
- "gitHead": "5bca4d1d6af77cd5ea8fdecf55b11b939efbf217"
58
+ "gitHead": "cf286d032ca80729a8c7cb7bf90bb8fac7ddd50b"
59
59
  }