youmd 0.4.0 → 0.4.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.
@@ -98,7 +98,7 @@ async function loginWithKey(key) {
98
98
  // Save the key first
99
99
  const config = (0, config_1.readGlobalConfig)();
100
100
  config.token = key;
101
- config.apiUrl = "https://uncommon-chicken-142.convex.site";
101
+ config.apiUrl = "https://kindly-cassowary-600.convex.site";
102
102
  (0, config_1.writeGlobalConfig)(config);
103
103
  console.log("");
104
104
  // Validate the key by fetching the user's profile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "youmd",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Your identity file for the agent internet. CLI for the You.md platform.",
5
5
  "bin": {
6
6
  "youmd": "./dist/index.js",