mailos 0.1.15 → 0.1.33
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/README.md +1 -1
- package/index.js +1 -1
- package/mailos-0.1.20.tgz +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
package/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This package provides a Node.js wrapper for the mailos Go binary.
|
|
5
5
|
* The actual functionality is implemented in Go and compiled to a native binary.
|
|
6
6
|
*
|
|
7
|
-
* @see https://github.com/
|
|
7
|
+
* @see https://github.com/anduimagui/emailos
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mailos",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.33",
|
|
4
4
|
"description": "Command-line email client with AI integration and support for multiple providers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"email",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
],
|
|
16
16
|
"homepage": "https://email-os.com",
|
|
17
17
|
"bugs": {
|
|
18
|
-
"url": "https://github.com/
|
|
18
|
+
"url": "https://github.com/anduimagui/emailos-cli/issues"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "git+https://github.com/
|
|
22
|
+
"url": "git+https://github.com/anduimagui/emailos-cli.git"
|
|
23
23
|
},
|
|
24
24
|
"license": "Proprietary",
|
|
25
25
|
"author": "EmailOS Team",
|