Skip to content

Commit e46b541

Browse files
committed
Release v1.3.4
1 parent 265e9de commit e46b541

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2023 Individual contributors to rev-web-assets
3+
Copyright (c) 2022-2024 Individual contributors to rev-web-assets
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/rev-web-assets.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! rev-web-assets v1.3.3 ~~ https://github.com/center-key/rev-web-assets ~~ MIT License
1+
//! rev-web-assets v1.3.4 ~~ https://github.com/center-key/rev-web-assets ~~ MIT License
22

33
export type Settings = {
44
cd: string | null;

dist/rev-web-assets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! rev-web-assets v1.3.3 ~~ https://github.com/center-key/rev-web-assets ~~ MIT License
1+
//! rev-web-assets v1.3.4 ~~ https://github.com/center-key/rev-web-assets ~~ MIT License
22

33
import chalk from 'chalk';
44
import crypto from 'crypto';

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rev-web-assets",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Revision web asset filenames with cache busting content hash fingerprints",
55
"license": "MIT",
66
"type": "module",
@@ -86,18 +86,18 @@
8686
},
8787
"devDependencies": {
8888
"@types/fancy-log": "~2.0",
89-
"@types/node": "~20.9",
90-
"@typescript-eslint/eslint-plugin": "~6.10",
91-
"@typescript-eslint/parser": "~6.10",
89+
"@types/node": "~20.10",
90+
"@typescript-eslint/eslint-plugin": "~6.17",
91+
"@typescript-eslint/parser": "~6.17",
9292
"add-dist-header": "~1.3",
9393
"assert-deep-strict-equal": "~1.1",
9494
"copy-file-util": "~1.1",
95-
"eslint": "~8.53",
95+
"eslint": "~8.56",
9696
"jshint": "~2.13",
9797
"mocha": "~10.2",
9898
"rimraf": "~5.0",
9999
"run-scripts-util": "~1.2",
100-
"typescript": "~5.2",
100+
"typescript": "~5.3",
101101
"w3c-html-validator": "~1.6"
102102
}
103103
}

0 commit comments

Comments
 (0)