From d0870a1c62a767fde321bdb481ed3067368c0767 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Wed, 3 Jan 2024 16:59:45 -0800 Subject: [PATCH] Release v1.6.3 --- LICENSE.txt | 2 +- dist/w3c-html-validator.d.ts | 2 +- dist/w3c-html-validator.js | 4 ++-- package.json | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 9c4141d..a75db16 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2023 Individual contributors to w3c-html-validator +Copyright (c) 2021-2024 Individual contributors to w3c-html-validator 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/w3c-html-validator.d.ts b/dist/w3c-html-validator.d.ts index 62c9a1a..84ec4cc 100644 --- a/dist/w3c-html-validator.d.ts +++ b/dist/w3c-html-validator.d.ts @@ -1,4 +1,4 @@ -//! w3c-html-validator v1.6.2 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License +//! w3c-html-validator v1.6.3 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License export type ValidatorSettings = { html: string; diff --git a/dist/w3c-html-validator.js b/dist/w3c-html-validator.js index a8a4f4e..47e5718 100644 --- a/dist/w3c-html-validator.js +++ b/dist/w3c-html-validator.js @@ -1,4 +1,4 @@ -//! w3c-html-validator v1.6.2 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License +//! w3c-html-validator v1.6.3 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License import chalk from 'chalk'; import fs from 'fs'; @@ -6,7 +6,7 @@ import log from 'fancy-log'; import request from 'superagent'; import slash from 'slash'; const w3cHtmlValidator = { - version: '1.6.2', + version: '1.6.3', validate(options) { const defaults = { checkUrl: 'https://validator.w3.org/nu/', diff --git a/package.json b/package.json index f48cc3d..bbe0a32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "w3c-html-validator", - "version": "1.6.2", + "version": "1.6.3", "description": "Check the markup validity of HTML files using the W3C validator", "license": "MIT", "type": "module", @@ -93,8 +93,8 @@ "@types/fancy-log": "~2.0", "@types/node": "~20.10", "@types/superagent": "~8.1", - "@typescript-eslint/eslint-plugin": "~6.16", - "@typescript-eslint/parser": "~6.16", + "@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",