@loopback/core 1.10.0 → 1.10.1

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
+ ## [1.10.1](https://github.com/strongloop/loopback-next/compare/@loopback/core@1.10.0...@loopback/core@1.10.1) (2019-09-06)
7
+
8
+ **Note:** Version bump only for package @loopback/core
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.10.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@1.9.3...@loopback/core@1.10.0) (2019-09-03)
7
15
 
8
16
 
@@ -41,7 +41,7 @@ export declare function extensionPoint(name: string, ...specs: BindingSpec[]): C
41
41
  * extension points, use different `extensionPointName` for different types of
42
42
  * extensions.
43
43
  */
44
- export declare function extensions(extensionPointName?: string): (target: Object, member: string, methodDescriptorOrParameterIndex?: number | TypedPropertyDescriptor<any> | undefined) => void;
44
+ export declare function extensions(extensionPointName?: string): (target: Object, member: string | undefined, methodDescriptorOrParameterIndex?: number | TypedPropertyDescriptor<any> | undefined) => void;
45
45
  /**
46
46
  * A factory function to create binding filter for extensions of a named
47
47
  * extension point
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loopback/core",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "LoopBack 4 core",
5
5
  "engines": {
6
6
  "node": ">=8.9"
@@ -19,13 +19,13 @@
19
19
  "copyright.owner": "IBM Corp.",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@loopback/context": "^1.22.0",
22
+ "@loopback/context": "^1.22.1",
23
23
  "debug": "^4.1.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@loopback/build": "^2.0.9",
26
+ "@loopback/build": "^2.0.10",
27
27
  "@loopback/eslint-config": "^4.0.2",
28
- "@loopback/testlab": "^1.7.5",
28
+ "@loopback/testlab": "^1.8.0",
29
29
  "@types/debug": "^4.1.5",
30
30
  "@types/node": "^10.14.17"
31
31
  },
@@ -42,5 +42,5 @@
42
42
  "url": "https://github.com/strongloop/loopback-next.git",
43
43
  "directory": "packages/core"
44
44
  },
45
- "gitHead": "2cc8fa9318b1592845fa251fdd28d7f3225a70c0"
45
+ "gitHead": "4e653bbff797b26437bd1b0817ed9b8c91f3477b"
46
46
  }