@loopback/example-references-many 6.0.4 → 6.0.6

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,14 @@
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
+ ## [6.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@6.0.5...@loopback/example-references-many@6.0.6) (2022-12-14)
7
+
8
+ **Note:** Version bump only for package @loopback/example-references-many
9
+
10
+ ## [6.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@6.0.4...@loopback/example-references-many@6.0.5) (2022-11-24)
11
+
12
+ **Note:** Version bump only for package @loopback/example-references-many
13
+
6
14
  ## [6.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/example-references-many@6.0.3...@loopback/example-references-many@6.0.4) (2022-10-13)
7
15
 
8
16
  **Note:** Version bump only for package @loopback/example-references-many
@@ -6,4 +6,4 @@ export declare class Account extends Entity {
6
6
  }
7
7
  export interface AccountRelations {
8
8
  }
9
- export declare type AccountWithRelations = Account & AccountRelations;
9
+ export type AccountWithRelations = Account & AccountRelations;
@@ -10,4 +10,4 @@ export declare class Customer extends Entity {
10
10
  export interface CustomerRelations {
11
11
  accounts?: AccountWithRelations;
12
12
  }
13
- export declare type CustomerWithRelations = Customer & CustomerRelations;
13
+ export type CustomerWithRelations = Customer & CustomerRelations;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/example-references-many",
3
3
  "description": "Example of the references many relation in LoopBack 4.",
4
- "version": "6.0.4",
4
+ "version": "6.0.6",
5
5
  "keywords": [
6
6
  "loopback",
7
7
  "LoopBack",
@@ -53,26 +53,26 @@
53
53
  "access": "public"
54
54
  },
55
55
  "dependencies": {
56
- "@loopback/boot": "^5.0.4",
57
- "@loopback/core": "^4.0.4",
58
- "@loopback/repository": "^5.0.4",
59
- "@loopback/rest": "^12.0.4",
60
- "@loopback/rest-explorer": "^5.0.4",
61
- "@loopback/service-proxy": "^5.0.4",
62
- "loopback-connector-rest": "^4.0.1",
63
- "tslib": "^2.4.0"
56
+ "@loopback/boot": "^5.0.6",
57
+ "@loopback/core": "^4.0.6",
58
+ "@loopback/repository": "^5.1.1",
59
+ "@loopback/rest": "^12.0.6",
60
+ "@loopback/rest-explorer": "^5.0.6",
61
+ "@loopback/service-proxy": "^5.0.6",
62
+ "loopback-connector-rest": "^4.0.2",
63
+ "tslib": "^2.4.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@loopback/build": "^9.0.4",
67
- "@loopback/eslint-config": "^13.0.4",
68
- "@loopback/http-caching-proxy": "^4.0.4",
69
- "@loopback/repository": "^5.0.4",
70
- "@loopback/testlab": "^5.0.4",
71
- "@types/lodash": "^4.14.186",
72
- "@types/node": "^14.18.32",
73
- "eslint": "^8.25.0",
66
+ "@loopback/build": "^9.0.6",
67
+ "@loopback/eslint-config": "^13.0.6",
68
+ "@loopback/http-caching-proxy": "^4.0.6",
69
+ "@loopback/repository": "^5.1.1",
70
+ "@loopback/testlab": "^5.0.6",
71
+ "@types/lodash": "^4.14.191",
72
+ "@types/node": "^14.18.34",
73
+ "eslint": "^8.28.0",
74
74
  "lodash": "^4.17.21",
75
- "typescript": "~4.8.4"
75
+ "typescript": "~4.9.4"
76
76
  },
77
- "gitHead": "947500110c84ba77b2197b759b559c195cfce260"
77
+ "gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47"
78
78
  }