Skip to content

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jun 10, 2024
1 parent 8e6d284 commit 6783b64
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 501 deletions.
2 changes: 1 addition & 1 deletion dist/mem-store.js.map

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seneca-mem-store",
"version": "8.4.0",
"version": "9.0.0",
"description": "Seneca in-memory data storage plugin.",
"main": "dist/mem-store.js",
"type": "commonjs",
Expand Down
7 changes: 0 additions & 7 deletions src/mem-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ import { Gubu } from 'gubu'

import { intern } from './intern'


const { Default, Skip } = Gubu


let internals = {
name: 'mem-store',
}
Expand Down Expand Up @@ -48,7 +46,6 @@ function mem_store(this: any, options: Options) {

// console.log('OPTIONS', options)


// The calling Seneca instance will provide
// a description for us on init(), it will
// be used in the logs
Expand Down Expand Up @@ -407,8 +404,6 @@ mem_store.preload = function (this: any) {
return meta
}



mem_store.defaults = {
// TODO: entity
map: Default(undefined, {}),
Expand All @@ -423,8 +418,6 @@ mem_store.defaults = {
'Entity of type <%=type%> with id = <%=id%> already exists.',
}



/* NOTE: `intern` serves as a namespace for utility functions used by
* the mem store.
*/
Expand Down
Loading

0 comments on commit 6783b64

Please sign in to comment.