diff --git a/package-lock.json b/package-lock.json index c1ecfc6..9c9428c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "timing-provider-server", - "version": "7.0.2", + "version": "7.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "timing-provider-server", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "fast-unique-numbers": "^9.0.1", diff --git a/package.json b/package.json index 86060a1..8b9a5db 100644 --- a/package.json +++ b/package.json @@ -85,5 +85,5 @@ "test:unit": "if [ \"$TYPE\" = \"\" -o \"$TYPE\" = \"unit\" ]; then mocha --bail --parallel --recursive --require config/mocha/config-unit.js test/unit; fi" }, "type": "module", - "version": "7.0.2" + "version": "7.0.3" }