s3p 3.7.0 → 3.7.1
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.md +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
package/LICENSE.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
ISC License (ISC)
|
|
2
|
-
Copyright
|
|
2
|
+
Copyright 2026, Shane Brinkman-Davis Delamore
|
|
3
3
|
|
|
4
4
|
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.
|
|
5
5
|
|
package/README.md
CHANGED
|
@@ -169,4 +169,4 @@ Output:
|
|
|
169
169
|
|
|
170
170
|
S3P was originally developed in 2020 by me, Shane Delamore, while I was working at [GenUI.com](https://www.genui.com/) in conjunction with a project for [Resolution Bioscience, Inc.](http://www.resolutionbio.com/). It was open source with ResBio's permission.
|
|
171
171
|
|
|
172
|
-
Since then I've been maintaining and improving S3P in my free time. Recently (in 2026) I've decided to fork it over to my own account and continue maintaining it from here. Nothing else has changed, though I'm not migrating any past issues or pull requests.
|
|
172
|
+
Since then I've been maintaining and improving S3P in my free time. Recently (in 2026) I've decided to fork it over to my own account and continue maintaining it from here. As part of that, the ISC license copyright has been updated to me, Shane Brinkman-Davis Delamore. Nothing else has changed, though I'm not migrating any past issues or pull requests.
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"author": "Shane Delamore",
|
|
2
|
+
"author": "Shane Brinkman-Davis Delamore",
|
|
3
3
|
"bin": {
|
|
4
4
|
"s3p": "bin/s3p"
|
|
5
5
|
},
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
|
|
59
59
|
"test-watch": "jest --watch"
|
|
60
60
|
},
|
|
61
|
-
"version": "3.7.
|
|
61
|
+
"version": "3.7.1",
|
|
62
62
|
"watch": {
|
|
63
63
|
"build": {
|
|
64
64
|
"extensions": [
|