Skip to content

Commit

Permalink
v25.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Dec 13, 2023
1 parent 1c64c23 commit 1dd810e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 25 deletions.
35 changes: 18 additions & 17 deletions coverage/lcov.info
Expand Up @@ -199,23 +199,24 @@ BRDA:69,4,0,47
BRDA:86,5,0,47
BRDA:90,6,0,47
BRDA:94,7,0,47
BRDA:113,8,0,1
BRDA:71,9,0,100
BRDA:73,10,0,219
BRDA:114,11,0,51
BRDA:142,12,0,50
BRDA:146,13,0,2
BRDA:146,14,0,48
BRDA:148,15,0,48
BRDA:151,16,0,44
BRDA:151,17,0,43
BRDA:152,18,0,4
BRDA:154,19,0,47
BRDA:155,20,0,5
BRDA:156,21,0,1
BRDA:161,22,0,1
BRDA:161,23,0,49
BRF:24
BRDA:113,8,0,0
BRDA:113,9,0,1
BRDA:71,10,0,100
BRDA:73,11,0,219
BRDA:114,12,0,51
BRDA:142,13,0,50
BRDA:146,14,0,2
BRDA:146,15,0,48
BRDA:148,16,0,48
BRDA:151,17,0,44
BRDA:151,18,0,43
BRDA:152,19,0,4
BRDA:154,20,0,47
BRDA:155,21,0,5
BRDA:156,22,0,1
BRDA:161,23,0,1
BRDA:161,24,0,49
BRF:25
BRH:24
end_of_record
TN:
Expand Down
3 changes: 2 additions & 1 deletion dist/entity.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/entity.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "seneca-entity",
"main": "dist/entity.js",
"version": "25.1.0",
"version": "25.1.1",
"type": "commonjs",
"types": "dist/entity.d.ts",
"description": "Entity plugin for seneca",
Expand Down Expand Up @@ -58,12 +58,12 @@
},
"devDependencies": {
"@seneca/maintain": "^0.1.0",
"@types/jest": "^29.5.8",
"esbuild": "^0.19.6",
"@types/jest": "^29.5.11",
"esbuild": "^0.19.9",
"esbuild-jest": "^0.5.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"seneca-msg-test": "^3.4.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion src/entity.ts
Expand Up @@ -110,7 +110,7 @@ function preload(this: any, context: any) {
seneca.root.use(require('seneca-mem-store'))
}

if (options.log.active) {
if (options.log?.active) {
seneca.root.private$.exports.Entity.prototype.log$ = function(this: any) {
// Use this, as make$ will have changed seneca ref.
const seneca = this.private$.get_instance()
Expand Down

0 comments on commit 1dd810e

Please sign in to comment.