Skip to content

Commit

Permalink
Release v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Sep 28, 2024
1 parent 42f82eb commit 577f766
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/server-listening.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! server-listening v1.2.3 ~~ https://github.com/center-key/server-listening ~~ MIT License
//! server-listening v1.2.4 ~~ https://github.com/center-key/server-listening ~~ MIT License

import { JSDOM, BaseOptions, DOMWindow } from 'jsdom';
import { Server } from 'http';
Expand Down
2 changes: 1 addition & 1 deletion dist/server-listening.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! server-listening v1.2.3 ~~ https://github.com/center-key/server-listening ~~ MIT License
//! server-listening v1.2.4 ~~ https://github.com/center-key/server-listening ~~ MIT License

import { JSDOM } from 'jsdom';
import express from 'express';
Expand Down
2 changes: 1 addition & 1 deletion hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "mocha *.spec.js --timeout 7000 --retries 1"
},
"dependencies": {
"express": "~4.19"
"express": "~4.21"
},
"devDependencies": {
"assert-deep-strict-equal": "~1.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server-listening",
"version": "1.2.3",
"version": "1.2.4",
"description": "Simple promise to wait for server ready inside a mocha specification",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 577f766

Please sign in to comment.