@gesslar/actioneer 2.4.0 → 3.0.0

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/LICENSE.txt ADDED
@@ -0,0 +1,12 @@
1
+ Copyright (C) 2026 by Brian M. Workman bmw@gesslar.dev
2
+
3
+ Permission to use, copy, modify, and/or distribute this software for any
4
+ purpose with or without fee is hereby granted.
5
+
6
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
7
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
9
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
10
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
11
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12
+ PERFORMANCE OF THIS SOFTWARE.
package/README.md CHANGED
@@ -786,7 +786,14 @@ Contributions and issues are welcome. Please open issues for feature requests or
786
786
 
787
787
  ## License
788
788
 
789
- This project is published under the Unlicense (see `UNLICENSE.txt`).
789
+ `@gesslar/actioneer` is released into the public domain under the [Unlicense](LICENSE.txt).
790
+
791
+ This package includes or depends on third-party components under their own
792
+ licenses:
793
+
794
+ | Dependency | License |
795
+ | --- | --- |
796
+ | [@gesslar/toolkit](https://github.com/gesslar/toolkit) | 0BSD |
790
797
 
791
798
  ## Most Portum
792
799
 
package/package.json CHANGED
@@ -5,8 +5,8 @@
5
5
  "name": "gesslar",
6
6
  "url": "https://gesslar.dev"
7
7
  },
8
- "version": "2.4.0",
9
- "license": "Unlicense",
8
+ "version": "3.0.0",
9
+ "license": "0BSD",
10
10
  "homepage": "https://github.com/gesslar/toolkit#readme",
11
11
  "repository": {
12
12
  "type": "git",
@@ -62,11 +62,11 @@
62
62
  "major": "npm version major"
63
63
  },
64
64
  "dependencies": {
65
- "@gesslar/toolkit": "^3.37.0"
65
+ "@gesslar/toolkit": "^5.0.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@gesslar/uglier": "^1.6.2",
69
- "eslint": "^10.0.0",
70
- "typescript": "^5.9.3"
68
+ "@gesslar/uglier": "^2.4.0",
69
+ "eslint": "^10.2.0",
70
+ "typescript": "^6.0.2"
71
71
  }
72
72
  }
package/UNLICENSE.txt DELETED
@@ -1,24 +0,0 @@
1
- This is free and unencumbered software released into the public domain.
2
-
3
- Anyone is free to copy, modify, publish, use, compile, sell, or
4
- distribute this software, either in source code form or as a compiled
5
- binary, for any purpose, commercial or non-commercial, and by any
6
- means.
7
-
8
- In jurisdictions that recognize copyright laws, the author or authors
9
- of this software dedicate any and all copyright interest in the
10
- software to the public domain. We make this dedication for the benefit
11
- of the public at large and to the detriment of our heirs and
12
- successors. We intend this dedication to be an overt act of
13
- relinquishment in perpetuity of all present and future rights to this
14
- software under copyright law.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
- OTHER DEALINGS IN THE SOFTWARE.
23
-
24
- For more information, please refer to <https://unlicense.org>