@anchan828/nest-redlock 0.2.27 → 0.2.29

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Redlock = void 0;
3
+ exports.Redlock = Redlock;
4
4
  const common_1 = require("@nestjs/common");
5
5
  const redlock_constants_1 = require("./redlock.constants");
6
6
  const redlock_service_1 = require("./redlock.service");
@@ -45,7 +45,6 @@ function Redlock(key, duration, settings = {}) {
45
45
  return descriptor;
46
46
  };
47
47
  }
48
- exports.Redlock = Redlock;
49
48
  function getKeys(key, descriptorThis, args) {
50
49
  const keys = new Set();
51
50
  if (typeof key === "string") {
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import { EventEmitter } from "events";
3
2
  import { ExecutionResult, Lock, RedlockAbortSignal, Settings } from "redlock";
4
3
  export declare class FakeRedlockService extends EventEmitter {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anchan828/nest-redlock",
3
- "version": "0.2.27",
3
+ "version": "0.2.29",
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": {
@@ -37,10 +37,11 @@
37
37
  "rxjs": "7.8.1"
38
38
  },
39
39
  "volta": {
40
- "node": "20.14.0"
40
+ "node": "20.15.0"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "1d6b0f283a5308d9eaae9205361356cbbbe35074"
46
- }
45
+ "packageManager": "npm@10.8.1",
46
+ "gitHead": "1c14c1d981343ee14212fddd9487d790eeaeb93c"
47
+ }