Skip to content

Commit

Permalink
Merge branch 'release/2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
chronosis committed Jul 1, 2024
2 parents bb34280 + e7ef738 commit 3902f4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import bluebird from 'bluebird';
import geohash from 'ngeohash';
import geolib from 'geolib';
import Event from 'node:events';
import pkg from './package.json';
import __ from './lib/lodash-stub';
import __ from './lib/lodash-stub.js';
import pkg from './package.json' assert { type : 'json' };

const messages = {
ok: 'OK',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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": "@outofsync/memory-cache",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Promise-based, simple, Redis-like, in-memory cache written in pure Javascript",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 3902f4e

Please sign in to comment.