@yourfam/yf-commit 0.2.0 → 0.2.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 +10 -10
- package/README.md +4 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) 2026 YourFam. All rights reserved.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This software is proprietary and confidential to YourFam.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
5
|
+
You may install and use the yf-commit command as distributed by YourFam
|
|
6
|
+
(for example via npm as @yourfam/yf-commit).
|
|
11
7
|
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
You may not copy, modify, merge, publish, distribute, sublicense, sell,
|
|
9
|
+
or create derivative works of this software, in source or compiled form,
|
|
10
|
+
except as expressly permitted in writing by YourFam.
|
|
11
|
+
|
|
12
|
+
No license is granted under any patent, trademark, or other right except
|
|
13
|
+
the limited right to use the command as stated above.
|
|
14
14
|
|
|
15
15
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
16
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
package/README.md
CHANGED
|
@@ -176,8 +176,10 @@ npm test
|
|
|
176
176
|
node ./bin/yf-commit.js --help
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
Maintainer: YourFam (`kamal-yourfam` on npm).
|
|
179
|
+
Maintainer: YourFam (`kamal-yourfam` on npm). Proprietary. All rights reserved.
|
|
180
180
|
|
|
181
181
|
## License
|
|
182
182
|
|
|
183
|
-
|
|
183
|
+
Proprietary. Copyright (c) 2026 YourFam. All rights reserved.
|
|
184
|
+
|
|
185
|
+
You may install and run `yf-commit` as distributed by YourFam. You may not copy, modify, or redistribute the source. See [LICENSE](./LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yourfam/yf-commit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "AI commit message from your staged git diff",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"email": "kamal@yourfam.co",
|
|
31
31
|
"url": "https://github.com/YourFam"
|
|
32
32
|
},
|
|
33
|
-
"license": "
|
|
33
|
+
"license": "UNLICENSED",
|
|
34
34
|
"repository": {
|
|
35
35
|
"type": "git",
|
|
36
36
|
"url": "git+https://github.com/YourFam/yf-commit.git"
|