Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "iomem", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Memcached client with binary protocol support and multi keys commands", | ||
@@ -35,3 +35,4 @@ "keywords": [ | ||
"docker:build": "docker build -t memcached-sasl .", | ||
"docker:run": "docker run -d --name iomem-memcached-sasl -e SASL_PASSWORD=test -p 11211:11211 -it memcached-sasl" | ||
"docker:run": "docker run -d --name iomem-memcached-sasl -e SASL_PASSWORD=test -p 11211:11211 -it memcached-sasl", | ||
"prepare": "husky install" | ||
}, | ||
@@ -43,2 +44,4 @@ "files": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.4.2", | ||
"@commitlint/config-conventional": "^17.4.2", | ||
"eslint": "^8.31.0", | ||
@@ -49,3 +52,4 @@ "eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"jest": "^29.3.1" | ||
"husky": "^8.0.3", | ||
"jest": "^29.4.0" | ||
}, | ||
@@ -52,0 +56,0 @@ "dependencies": { |
@@ -5,3 +5,3 @@ # `iomem` | ||
![workflows-nodejs-ci](https://github.com/alexzel/bad-words-next/actions/workflows/node-ci.yml/badge.svg?branch=main) | ||
![workflows-ci](https://github.com/alexzel/iomem/actions/workflows/ci.yml/badge.svg?branch=main) | ||
![npm version](https://img.shields.io/npm/v/iomem) | ||
@@ -16,5 +16,4 @@ ![NPM license](https://img.shields.io/npm/l/iomem) | ||
- Implement commands: gat, touch, stat | ||
- Reconsider API | ||
- Cleanup and improve | ||
- Server failover | ||
- Add types for TypeScript | ||
@@ -21,0 +20,0 @@ ## Features |
50431
14
9
372