Skip to content

Commit 4de5566

Browse files
committed
Updating copyright year in README.md & LICENSE, updating dependencies
1 parent d41818f commit 4de5566

12 files changed

+249
-710
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2022, Jason Mulligan
1+
Copyright (c) 2023, Jason Mulligan
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ size(265318); // "259.1 KB"
7575
```
7676

7777
## License
78-
Copyright (c) 2022 Jason Mulligan
78+
Copyright (c) 2023 Jason Mulligan
7979
Licensed under the BSD-3 license.

dist/filesize.cjs

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/**
22
* filesize
33
*
4-
* @copyright 2022 Jason Mulligan <[email protected]>
4+
* @copyright 2023 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.0.6
6+
* @version 10.0.7
77
*/
88
'use strict';
99

10-
Object.defineProperty(exports, '__esModule', { value: true });
11-
1210
const ARRAY = "array";
1311
const BIT = "bit";
1412
const BITS = "bits";

dist/filesize.esm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* filesize
33
*
4-
* @copyright 2022 Jason Mulligan <[email protected]>
4+
* @copyright 2023 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.0.6
6+
* @version 10.0.7
77
*/
88
const ARRAY = "array";
99
const BIT = "bit";

dist/filesize.esm.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/filesize.esm.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/filesize.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* filesize
33
*
4-
* @copyright 2022 Jason Mulligan <[email protected]>
4+
* @copyright 2023 Jason Mulligan <[email protected]>
55
* @license BSD-3-Clause
6-
* @version 10.0.6
6+
* @version 10.0.7
77
*/
88
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?f(exports):typeof define==='function'&&define.amd?define(['exports'],f):(g=typeof globalThis!=='undefined'?globalThis:g||self,f(g.filesize={}));})(this,(function(exports){'use strict';const ARRAY = "array";
99
const BIT = "bit";
@@ -225,4 +225,4 @@ function partial ({
225225
roundingMethod,
226226
precision
227227
});
228-
}exports.filesize=filesize;exports.partial=partial;Object.defineProperty(exports,'__esModule',{value:true});}));
228+
}exports.filesize=filesize;exports.partial=partial;}));

dist/filesize.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)