Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathm85 committed Jan 16, 2023
1 parent 8007bbb commit 60f48e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/memcache-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memcache-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "NodeJS memcached client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/lodash.defaults": "4.2.7",
"lodash": "4.17.21",
"memcached-njs": "^0.3.16",
"memcached-njs": "^1.0.0",
"source-map-support": "0.5.19",
"zstd.ts": "1.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/memcached-njs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memcached-njs",
"version": "0.3.16",
"version": "1.0.0",
"description": "A functional memcached implemented in NodeJS for testing",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 60f48e5

Please sign in to comment.