@joookiwi/type 1.2.1 → 1.2.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joookiwi/type",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A typescript project to encapsulate a bunch of common type-aliases and centralized declarations",
5
5
 
6
6
  "scripts": {
@@ -62,7 +62,7 @@
62
62
  "author": "JóôòKiwi",
63
63
  "license": "MIT",
64
64
  "devDependencies": {
65
- "del-cli": "^6.0.0",
66
- "typescript": "^5.9.2"
65
+ "del-cli": "^7.0.0",
66
+ "typescript": "^5.9.3"
67
67
  }
68
68
  }
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
package/src/boolean.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
package/src/collection.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
package/src/empty.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
package/src/mixed.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
package/src/nullable.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
package/src/numeric.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
package/src/string.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.
package/src/symbol.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  //··························································
2
- // Copyright (c) 2023-2025. Jonathan Bédard ~ JóôòKiwi
2
+ // Copyright (c) 2023-2026. Jonathan Bédard ~ JóôòKiwi
3
3
  //
4
4
  // This project is free to use.
5
5
  // All the right is reserved to the author of this project.