mailos 0.1.10 → 0.1.15

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -119,4 +119,4 @@ MIT
119
119
 
120
120
  ## Support
121
121
 
122
- For issues and feature requests, visit: https://github.com/emailos/mailos/issues
122
+ For issues and feature requests, visit: https://github.com/corp-os/emailos/issues
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/emailos/mailos
7
+ * @see https://github.com/corp-os/emailos
8
8
  */
9
9
 
10
10
  module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mailos",
3
- "version": "0.1.10",
3
+ "version": "0.1.15",
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/emailos/mailos/issues"
18
+ "url": "https://github.com/corp-os/emailos/issues"
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://github.com/emailos/mailos.git"
22
+ "url": "git+https://github.com/corp-os/emailos.git"
23
23
  },
24
24
  "license": "Proprietary",
25
25
  "author": "EmailOS Team",