@loopback/context
Advanced tools
Comparing version 3.17.0 to 3.17.1
@@ -25,3 +25,3 @@ "use strict"; | ||
(typeof bindingSelector === 'string' || | ||
// See https://github.com/strongloop/loopback-next/issues/4570 | ||
// See https://github.com/loopbackio/loopback-next/issues/4570 | ||
// `bindingSelector instanceof BindingKey` is not always reliable as the | ||
@@ -28,0 +28,0 @@ // `@loopback/context` module might be loaded from multiple locations if |
@@ -61,3 +61,3 @@ "use strict"; | ||
// listener is removed when the request processing is finished. | ||
// See https://github.com/strongloop/loopback-next/issues/4363 | ||
// See https://github.com/loopbackio/loopback-next/issues/4363 | ||
this.setMaxListeners(Infinity); | ||
@@ -64,0 +64,0 @@ if (typeof _parent === 'string') { |
@@ -315,3 +315,3 @@ "use strict"; | ||
/* | ||
* See https://github.com/strongloop/loopback-next/issues/2946 | ||
* See https://github.com/loopbackio/loopback-next/issues/2946 | ||
* A class decorator can return a new constructor that mixes in | ||
@@ -343,3 +343,3 @@ * additional properties/methods. | ||
/* | ||
* See https://github.com/strongloop/loopback-next/issues/1565 | ||
* See https://github.com/loopbackio/loopback-next/issues/1565 | ||
* | ||
@@ -346,0 +346,0 @@ * @example |
@@ -208,3 +208,3 @@ "use strict"; | ||
// Use `any` to for `TypedPropertyDescriptor` | ||
// See https://github.com/strongloop/loopback-next/pull/2704 | ||
// See https://github.com/loopbackio/loopback-next/pull/2704 | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
@@ -211,0 +211,0 @@ methodDescriptor) { |
{ | ||
"name": "@loopback/context", | ||
"description": "Facilities to manage artifacts and their dependencies in your Node.js applications. The module exposes TypeScript/JavaScript APIs and decorators to register artifacts, declare dependencies, and resolve artifacts by keys. It also serves as an IoC container to support dependency injection", | ||
"version": "3.17.0", | ||
"version": "3.17.1", | ||
"keywords": [ | ||
@@ -21,3 +21,3 @@ "LoopBack", | ||
"type": "git", | ||
"url": "https://github.com/strongloop/loopback-next.git", | ||
"url": "https://github.com/loopbackio/loopback-next.git", | ||
"directory": "packages/context" | ||
@@ -47,3 +47,3 @@ }, | ||
"dependencies": { | ||
"@loopback/metadata": "^3.3.1", | ||
"@loopback/metadata": "^3.3.2", | ||
"@types/debug": "^4.1.5", | ||
@@ -53,9 +53,9 @@ "debug": "^4.3.1", | ||
"p-event": "^4.2.0", | ||
"tslib": "^2.2.0", | ||
"tslib": "^2.3.0", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^6.4.1", | ||
"@loopback/eslint-config": "^10.2.1", | ||
"@loopback/testlab": "^3.4.1", | ||
"@loopback/build": "^7.0.0", | ||
"@loopback/eslint-config": "^11.0.0", | ||
"@loopback/testlab": "^3.4.2", | ||
"@types/bluebird": "^3.5.35", | ||
@@ -66,3 +66,3 @@ "@types/node": "^10.17.60", | ||
}, | ||
"gitHead": "2a3b684ec76fa299d80b099abbf101358538cb75" | ||
"gitHead": "baac86fff18e0bc88a953814b6b181ebdbb446c3" | ||
} |
@@ -93,3 +93,3 @@ # @loopback/context | ||
To learn more about advanced features, check out standalone examples at | ||
[`@loopback/example-context`](https://github.com/strongloop/loopback-next/tree/master/examples/context). | ||
[`@loopback/example-context`](https://github.com/loopbackio/loopback-next/tree/master/examples/context). | ||
@@ -104,4 +104,4 @@ Use the following command to download the example project to try out: | ||
- [Guidelines](https://github.com/strongloop/loopback-next/blob/master/docs/CONTRIBUTING.md) | ||
- [Join the team](https://github.com/strongloop/loopback-next/issues/110) | ||
- [Guidelines](https://github.com/loopbackio/loopback-next/blob/master/docs/CONTRIBUTING.md) | ||
- [Join the team](https://github.com/loopbackio/loopback-next/issues/110) | ||
@@ -115,3 +115,3 @@ ## Tests | ||
See | ||
[all contributors](https://github.com/strongloop/loopback-next/graphs/contributors). | ||
[all contributors](https://github.com/loopbackio/loopback-next/graphs/contributors). | ||
@@ -118,0 +118,0 @@ ## License |
@@ -75,3 +75,3 @@ // Copyright IBM Corp. 2019,2020. All Rights Reserved. | ||
(typeof bindingSelector === 'string' || | ||
// See https://github.com/strongloop/loopback-next/issues/4570 | ||
// See https://github.com/loopbackio/loopback-next/issues/4570 | ||
// `bindingSelector instanceof BindingKey` is not always reliable as the | ||
@@ -78,0 +78,0 @@ // `@loopback/context` module might be loaded from multiple locations if |
@@ -131,3 +131,3 @@ // Copyright IBM Corp. 2017,2020. All Rights Reserved. | ||
// listener is removed when the request processing is finished. | ||
// See https://github.com/strongloop/loopback-next/issues/4363 | ||
// See https://github.com/loopbackio/loopback-next/issues/4363 | ||
this.setMaxListeners(Infinity); | ||
@@ -134,0 +134,0 @@ if (typeof _parent === 'string') { |
@@ -513,3 +513,3 @@ // Copyright IBM Corp. 2017,2020. All Rights Reserved. | ||
/* | ||
* See https://github.com/strongloop/loopback-next/issues/2946 | ||
* See https://github.com/loopbackio/loopback-next/issues/2946 | ||
* A class decorator can return a new constructor that mixes in | ||
@@ -543,3 +543,3 @@ * additional properties/methods. | ||
/* | ||
* See https://github.com/strongloop/loopback-next/issues/1565 | ||
* See https://github.com/loopbackio/loopback-next/issues/1565 | ||
* | ||
@@ -546,0 +546,0 @@ * @example |
@@ -290,3 +290,3 @@ // Copyright IBM Corp. 2019,2020. All Rights Reserved. | ||
// Use `any` to for `TypedPropertyDescriptor` | ||
// See https://github.com/strongloop/loopback-next/pull/2704 | ||
// See https://github.com/loopbackio/loopback-next/pull/2704 | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
@@ -293,0 +293,0 @@ methodDescriptor?: TypedPropertyDescriptor<any>, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updated@loopback/metadata@^3.3.2
Updatedtslib@^2.3.0