@loopback/repository 8.0.10 → 8.0.11

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.
@@ -219,7 +219,7 @@ export declare function RepositoryMixin<T extends MixinTarget<Application>>(supe
219
219
  addListener: <K_1>(eventName: string | symbol, listener: (...args: any[]) => void) => Application;
220
220
  removeListener: <K_2>(eventName: string | symbol, listener: (...args: any[]) => void) => Application;
221
221
  off: <K_3>(eventName: string | symbol, listener: (...args: any[]) => void) => Application;
222
- removeAllListeners: (event?: string | symbol | undefined) => Application;
222
+ removeAllListeners: (eventName?: string | symbol | undefined) => Application;
223
223
  setMaxListeners: (n: number) => Application;
224
224
  getMaxListeners: () => number;
225
225
  listeners: <K_4>(eventName: string | symbol) => Function[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/repository",
3
3
  "description": "Define and implement a common set of interfaces for interacting with databases",
4
- "version": "8.0.10",
4
+ "version": "8.0.11",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -36,22 +36,22 @@
36
36
  "@loopback/core": "^7.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "@loopback/filter": "^6.0.10",
40
- "@types/debug": "^4.1.12",
39
+ "@loopback/filter": "^6.0.11",
40
+ "@types/debug": "^4.1.13",
41
41
  "debug": "^4.4.3",
42
- "lodash": "^4.17.23",
43
- "loopback-datasource-juggler": "^6.0.4",
42
+ "lodash": "^4.18.1",
43
+ "loopback-datasource-juggler": "^6.0.5",
44
44
  "tslib": "^2.8.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@loopback/build": "^12.0.10",
48
- "@loopback/core": "^7.0.10",
47
+ "@loopback/build": "^12.0.11",
48
+ "@loopback/core": "^7.0.11",
49
49
  "@loopback/eslint-config": "^16.0.1",
50
- "@loopback/testlab": "^8.0.10",
50
+ "@loopback/testlab": "^8.0.11",
51
51
  "@types/json-schema": "^7.0.15",
52
52
  "@types/lodash": "^4.17.24",
53
- "@types/node": "^16.18.126",
53
+ "@types/node": "^20.19.39",
54
54
  "bson": "7.2.0"
55
55
  },
56
- "gitHead": "ae59e33540f12a77c652749c8266bb007302c24e"
56
+ "gitHead": "c8e659000db94b7fcda374462a56828eefd43455"
57
57
  }