From 83b51f69f93cb67aed3c12f59afaeb451323b675 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Wed, 3 Jan 2024 16:55:03 -0800 Subject: [PATCH] Release v1.2.1 --- LICENSE.txt | 2 +- dist/server-listening.d.ts | 2 +- dist/server-listening.js | 2 +- package.json | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index c181d18..0fe37df 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2023 Individual contributors to server-listening +Copyright (c) 2019-2024 Individual contributors to server-listening Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/dist/server-listening.d.ts b/dist/server-listening.d.ts index 4835a0c..6b4a6a9 100644 --- a/dist/server-listening.d.ts +++ b/dist/server-listening.d.ts @@ -1,4 +1,4 @@ -//! server-listening v1.2.0 ~~ https://github.com/center-key/server-listening ~~ MIT License +//! server-listening v1.2.1 ~~ https://github.com/center-key/server-listening ~~ MIT License import { JSDOM, BaseOptions, DOMWindow } from 'jsdom'; import { Server } from 'http'; diff --git a/dist/server-listening.js b/dist/server-listening.js index 8a64c16..b6ff042 100644 --- a/dist/server-listening.js +++ b/dist/server-listening.js @@ -1,4 +1,4 @@ -//! server-listening v1.2.0 ~~ https://github.com/center-key/server-listening ~~ MIT License +//! server-listening v1.2.1 ~~ https://github.com/center-key/server-listening ~~ MIT License import { JSDOM } from 'jsdom'; import express from 'express'; diff --git a/package.json b/package.json index 70ab561..52c15ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "server-listening", - "version": "1.2.0", + "version": "1.2.1", "description": "Simple promise to wait for server ready inside a mocha specification", "license": "MIT", "type": "module", @@ -95,13 +95,13 @@ "@types/express": "~4.17", "@types/jsdom": "~21.1", "@types/node": "~20.10", - "@typescript-eslint/eslint-plugin": "~6.13", - "@typescript-eslint/parser": "~6.13", + "@typescript-eslint/eslint-plugin": "~6.17", + "@typescript-eslint/parser": "~6.17", "add-dist-header": "~1.3", "assert-deep-strict-equal": "~1.1", "copy-file-util": "~1.1", "copy-folder-util": "~1.1", - "eslint": "~8.54", + "eslint": "~8.56", "fetch-json": "~3.2", "jshint": "~2.13", "mocha": "~10.2",