Comparing version 3.34.1 to 3.35.2
@@ -0,1 +1,6 @@ | ||
## 3.35.2 2024-03-06 | ||
* Update use-plugin dependency to handle TypeScript default exports when loading plugins. | ||
## 3.34.1 2024-01-18 | ||
@@ -2,0 +7,0 @@ |
@@ -335,3 +335,3 @@ "use strict"; | ||
} | ||
if ('ERR' === data.case && data.err) { // && !data.err.$$logged$$) { | ||
if ('ERR' === data.case && data.err) { | ||
logb.push((data.err.code ? '\n\n' + data.err.code : '') + | ||
@@ -343,5 +343,2 @@ '\n\n' + | ||
'\n'); | ||
// if ('object' === typeof data.err) { | ||
// data.err.$$logged$$ = () => { } | ||
// } | ||
} | ||
@@ -348,0 +345,0 @@ } |
@@ -413,3 +413,3 @@ /* Copyright © 2016-2022 Richard Rodger and other contributors, MIT License. */ | ||
if ('ERR' === data.case && data.err) { // && !data.err.$$logged$$) { | ||
if ('ERR' === data.case && data.err) { | ||
logb.push( | ||
@@ -423,5 +423,2 @@ (data.err.code ? '\n\n' + data.err.code : '') + | ||
) | ||
// if ('object' === typeof data.err) { | ||
// data.err.$$logged$$ = () => { } | ||
// } | ||
} | ||
@@ -428,0 +425,0 @@ } else if ('add' === data.kind) { |
{ | ||
"name": "seneca", | ||
"description": "A Microservices Framework for Node.js", | ||
"version": "3.34.1", | ||
"version": "3.35.2", | ||
"license": "MIT", | ||
@@ -105,3 +105,3 @@ "homepage": "http://senecajs.org", | ||
"seneca-transport": "^8.2.0", | ||
"use-plugin": "^10.2.0" | ||
"use-plugin": "^11.0.0" | ||
}, | ||
@@ -112,3 +112,3 @@ "devDependencies": { | ||
"@seneca/test-plugin": "0.1.0", | ||
"@types/node": "^20.11.5", | ||
"@types/node": "^20.11.24", | ||
"async": "^3.2.5", | ||
@@ -121,4 +121,4 @@ "bench": "^0.3.6", | ||
"lolex": "^6.0.0", | ||
"prettier": "^3.2.4", | ||
"seneca-entity": "^25.1.1", | ||
"prettier": "^3.2.5", | ||
"seneca-entity": "^25.1.3", | ||
"seneca-error-test": "^0.2.2", | ||
@@ -125,0 +125,0 @@ "seneca-joi": "^7.0.2", |
@@ -135,3 +135,3 @@ /* Copyright © 2010-2023 Richard Rodger and other contributors, MIT License. */ | ||
// Length of data description in logs | ||
datalen: 111, | ||
datalen: 333, | ||
}, | ||
@@ -433,3 +433,3 @@ // Enforce strict behaviours. Relax when backwards compatibility needed. | ||
start_opts.internal.translationrouter || (0, patrun_1.Patrun)({ gex: true }); | ||
let soi_subrouter = start_opts.internal.subrouter || {}; | ||
const soi_subrouter = start_opts.internal.subrouter || {}; | ||
private$.subrouter = { | ||
@@ -436,0 +436,0 @@ // Check for legacy inward router |
@@ -183,3 +183,3 @@ /* Copyright © 2010-2023 Richard Rodger and other contributors, MIT License. */ | ||
// Length of data description in logs | ||
datalen: 111, | ||
datalen: 333, | ||
}, | ||
@@ -581,3 +581,3 @@ | ||
let soi_subrouter = start_opts.internal.subrouter || {} | ||
const soi_subrouter = start_opts.internal.subrouter || {} | ||
private$.subrouter = { | ||
@@ -584,0 +584,0 @@ // Check for legacy inward router |
Sorry, the diff of this file is not supported yet
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
678371
13054
+ Addeduse-plugin@11.0.0(transitive)
- Removeduse-plugin@10.2.0(transitive)
Updateduse-plugin@^11.0.0