Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 4, 2024
1 parent 45560b5 commit 83b51f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.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';
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.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';
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 83b51f6

Please sign in to comment.