@contrast/scopes
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -23,3 +23,3 @@ /* | ||
* @param {Object} core the core Contrast object in v5 | ||
* @param {Object} core.depHooks wrapper around @contrast/require-hook, instance of @contrast/depHooks | ||
* @param {Object} core.depHooks instance of @contrast/depHooks | ||
* @param {Object} core.patcher instance of @contrast/patcher | ||
@@ -26,0 +26,0 @@ * @param {Object} hooks the relevant hooks that are to be used in the patching, found in ./hooks.js |
@@ -23,3 +23,3 @@ /* | ||
* @param {Object} core the core Contrast object in v5 | ||
* @param {Object} core.depHooks wrapper around @contrast/require-hook, instance of @contrast/depHooks | ||
* @param {Object} core.depHooks instance of @contrast/depHooks | ||
* @param {Object} core.patcher instance of @contrast/patcher | ||
@@ -26,0 +26,0 @@ * @param {Object} core.logger instance of @contrast/logger |
@@ -30,3 +30,3 @@ /* | ||
* @param {Object} core the core Contrast object in v5 | ||
* @param {Object} core.depHooks wrapper around @contrast/require-hook, instance of @contrast/depHooks | ||
* @param {Object} core.depHooks instance of @contrast/depHooks | ||
* @param {Object} core.patcher instance of @contrast/patcher | ||
@@ -33,0 +33,0 @@ * @param {Object} hooks the relevant hooks that are to be used in the patching, found in ./hooks.js |
{ | ||
"name": "@contrast/scopes", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Handles AsyncLocalStorage scopes", | ||
@@ -20,6 +20,6 @@ "license": "SEE LICENSE IN LICENSE", | ||
"dependencies": { | ||
"@contrast/dep-hooks": "1.4.0", | ||
"@contrast/logger": "1.9.0", | ||
"@contrast/patcher": "1.8.0" | ||
"@contrast/dep-hooks": "1.5.0", | ||
"@contrast/logger": "1.10.0", | ||
"@contrast/patcher": "1.9.0" | ||
} | ||
} |
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
70259
+ Added@contrast/config@1.33.0(transitive)
+ Added@contrast/dep-hooks@1.5.0(transitive)
+ Added@contrast/logger@1.10.0(transitive)
+ Added@contrast/patcher@1.9.0(transitive)
- Removed@contrast/config@1.32.0(transitive)
- Removed@contrast/dep-hooks@1.4.0(transitive)
- Removed@contrast/logger@1.9.0(transitive)
- Removed@contrast/patcher@1.8.0(transitive)
- Removed@contrast/require-hook@5.1.0(transitive)
Updated@contrast/dep-hooks@1.5.0
Updated@contrast/logger@1.10.0
Updated@contrast/patcher@1.9.0