rev-web-assets
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -1,2 +0,2 @@ | ||
//! rev-web-assets v1.3.3 ~~ https://github.com/center-key/rev-web-assets ~~ MIT License | ||
//! rev-web-assets v1.3.4 ~~ https://github.com/center-key/rev-web-assets ~~ MIT License | ||
@@ -3,0 +3,0 @@ export type Settings = { |
@@ -1,2 +0,2 @@ | ||
//! rev-web-assets v1.3.3 ~~ https://github.com/center-key/rev-web-assets ~~ MIT License | ||
//! rev-web-assets v1.3.4 ~~ https://github.com/center-key/rev-web-assets ~~ MIT License | ||
@@ -3,0 +3,0 @@ import chalk from 'chalk'; |
MIT License | ||
Copyright (c) 2022-2023 Individual contributors to rev-web-assets | ||
Copyright (c) 2022-2024 Individual contributors to rev-web-assets | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "rev-web-assets", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Revision web asset filenames with cache busting content hash fingerprints", | ||
@@ -89,9 +89,9 @@ "license": "MIT", | ||
"@types/fancy-log": "~2.0", | ||
"@types/node": "~20.9", | ||
"@typescript-eslint/eslint-plugin": "~6.10", | ||
"@typescript-eslint/parser": "~6.10", | ||
"@types/node": "~20.10", | ||
"@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", | ||
"eslint": "~8.53", | ||
"eslint": "~8.56", | ||
"jshint": "~2.13", | ||
@@ -101,5 +101,5 @@ "mocha": "~10.2", | ||
"run-scripts-util": "~1.2", | ||
"typescript": "~5.2", | ||
"typescript": "~5.3", | ||
"w3c-html-validator": "~1.6" | ||
} | ||
} |
23393