Comparing version 3.26.1 to 3.26.2
## 3.26.2 2022-04-18 | ||
* Remove injection of plugin name at top level of options. | ||
## 3.26.1 2022-04-18 | ||
@@ -3,0 +8,0 @@ |
@@ -638,8 +638,3 @@ /* Copyright © 2020 Richard Rodger and other contributors, MIT License. */ | ||
: base_meta; | ||
// NOTE: WARNING: in-place mutation of the object. | ||
// | ||
meta.options = meta.options || options; | ||
let updated_options = {}; | ||
updated_options[plugin.fullname] = meta.options; | ||
delegate.options(updated_options); | ||
return meta; | ||
@@ -646,0 +641,0 @@ } |
@@ -875,10 +875,4 @@ /* Copyright © 2020 Richard Rodger and other contributors, MIT License. */ | ||
// NOTE: WARNING: in-place mutation of the object. | ||
// | ||
meta.options = meta.options || options | ||
let updated_options: any = {} | ||
updated_options[plugin.fullname] = meta.options | ||
delegate.options(updated_options) | ||
return meta | ||
@@ -885,0 +879,0 @@ } |
{ | ||
"name": "seneca", | ||
"description": "A Microservices Framework for Node.js", | ||
"version": "3.26.1", | ||
"version": "3.26.2", | ||
"license": "MIT", | ||
@@ -125,5 +125,5 @@ "homepage": "http://senecajs.org", | ||
"seneca-joi": "^7.0.2", | ||
"seneca-promisify": "^2.2.2", | ||
"seneca-promisify": "^2.3.0", | ||
"typescript": "^4.6.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
589860
77
11600