@williamthorsen/toolbelt.datetime 3.2.7 → 3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/LICENSE +4 -4
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## 3.2.8 — 2026-07-27
6
+
7
+ ### Tooling
8
+
9
+ - Normalize Vitest, and lint configs
10
+
11
+ ### Documentation
12
+
13
+ - Change license to ISC
14
+
5
15
  ## 3.2.7 — 2026-07-24
6
16
 
7
17
  ### Tooling
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
- UNLICENSED SOFTWARE
1
+ ISC License
2
2
 
3
- Copyright (c) 2023-2025 William Thorsen
3
+ Copyright (c) 2023-2026 William Thorsen
4
4
 
5
- All rights reserved.
5
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
6
6
 
7
- This software is provided 'as-is', without any express or implied warranty. No rights are granted to use, copy, modify, or distribute this software for any purpose. For full legal details, consult a legal expert. This notice may not be removed or altered from any distribution.
7
+ The software is provided "as is" and the author disclaims all warranties with regard to this software including all implied warranties of merchantability and fitness. In no event shall the author be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@williamthorsen/toolbelt.datetime",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
4
4
  "description": "API",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/williamthorsen/toolbelt/tree/main/packages/datetime#readme",
@@ -12,7 +12,7 @@
12
12
  "url": "git+https://github.com/williamthorsen/toolbelt.git",
13
13
  "directory": "packages/datetime"
14
14
  },
15
- "license": "UNLICENSED",
15
+ "license": "ISC",
16
16
  "author": "William Thorsen <william@thorsen.dev> (https://github.com/williamthorsen)",
17
17
  "type": "module",
18
18
  "exports": {