moltengine-cli 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -75,7 +75,7 @@ moltengine help
75
75
 
76
76
  Your API key is displayed on the success page after completing checkout at [moltengine.com](https://moltengine.com).
77
77
 
78
- If you've lost your API key, contact support@moltengine.com.
78
+ If you've lost your API key, contact support@mg.moltengine.com.
79
79
 
80
80
  ## Development
81
81
 
@@ -115,5 +115,5 @@ MIT
115
115
 
116
116
  ## Support
117
117
 
118
- - Email: support@moltengine.com
118
+ - Email: support@mg.moltengine.com
119
119
  - Docs: https://docs.moltengine.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moltengine-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for Moltengine - The WP Engine for AI Agents",
5
5
  "type": "module",
6
6
  "license": "MIT",