@loopback/service-proxy 5.0.5 → 5.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.
@@ -3,7 +3,7 @@ import { juggler } from '..';
3
3
  /**
4
4
  * Type definition for decorators returned by `@serviceProxy` decorator factory
5
5
  */
6
- export declare type ServiceProxyDecorator = PropertyDecorator | ParameterDecorator;
6
+ export type ServiceProxyDecorator = PropertyDecorator | ParameterDecorator;
7
7
  export declare const SERVICE_PROXY_KEY: MetadataAccessor<string, ServiceProxyDecorator>;
8
8
  /**
9
9
  * Metadata for a service proxy
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/service-proxy",
3
3
  "description": "A common set of interfaces for interacting with service oriented backends such as REST APIs, SOAP Web Services, and gRPC microservices",
4
- "version": "5.0.5",
4
+ "version": "5.0.6",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -35,18 +35,18 @@
35
35
  "!*/__tests__"
36
36
  ],
37
37
  "peerDependencies": {
38
- "@loopback/core": "^4.0.5"
38
+ "@loopback/core": "^4.0.6"
39
39
  },
40
40
  "dependencies": {
41
41
  "loopback-datasource-juggler": "^4.28.0",
42
42
  "tslib": "^2.4.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@loopback/build": "^9.0.5",
46
- "@loopback/core": "^4.0.5",
47
- "@loopback/eslint-config": "^13.0.5",
48
- "@loopback/testlab": "^5.0.5",
49
- "@types/node": "^14.18.33"
45
+ "@loopback/build": "^9.0.6",
46
+ "@loopback/core": "^4.0.6",
47
+ "@loopback/eslint-config": "^13.0.6",
48
+ "@loopback/testlab": "^5.0.6",
49
+ "@types/node": "^14.18.34"
50
50
  },
51
- "gitHead": "2d762e2a1bcc73263dd7776e072b3ec3a9279472"
51
+ "gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47"
52
52
  }