@anchan828/nest-redlock 0.1.58 → 0.1.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +10 -10
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018-2022 anchan828
3
+ Copyright (c) 2018-2023 anchan828
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anchan828/nest-redlock",
3
- "version": "0.1.58",
3
+ "version": "0.1.60",
4
4
  "description": "This is a [Nest](https://github.com/nestjs/nest) implementation of the redlock algorithm for distributed redis locks.",
5
5
  "homepage": "https://github.com/anchan828/nest-redlock#readme",
6
6
  "bugs": {
@@ -28,19 +28,19 @@
28
28
  "redlock": "^5.0.0-beta.2"
29
29
  },
30
30
  "devDependencies": {
31
- "@nestjs/common": "^10.2.6",
32
- "@nestjs/core": "^10.2.6",
33
- "@nestjs/platform-express": "^10.2.6",
34
- "@nestjs/testing": "^10.2.6",
35
- "ioredis": "^5.3.2",
36
- "reflect-metadata": "^0.1.13",
37
- "rxjs": "^7.8.1"
31
+ "@nestjs/common": "10.2.7",
32
+ "@nestjs/core": "10.2.7",
33
+ "@nestjs/platform-express": "10.2.7",
34
+ "@nestjs/testing": "10.2.7",
35
+ "ioredis": "5.3.2",
36
+ "reflect-metadata": "0.1.13",
37
+ "rxjs": "7.8.1"
38
38
  },
39
39
  "volta": {
40
- "node": "20.8.0"
40
+ "node": "20.8.1"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "e8041eb7877fd177a861507670e43f27e307afff"
45
+ "gitHead": "2742453a347f0a39d8412e19be700e2bf8eb5cfb"
46
46
  }