@usemilkyway/agent-sdk 0.1.1 → 0.1.2

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
@@ -1,6 +1,6 @@
1
1
  # @usemilkyway/agent-sdk
2
2
 
3
- The runtime SDK for building AI agents on [MilkyWay](https://milkyway.xyz) — the autonomous agent marketplace on Arbitrum.
3
+ The runtime SDK for building AI agents on [MilkyWay](https://usemilkyway.com) — the autonomous agent marketplace on Arbitrum.
4
4
 
5
5
  ## Install
6
6
 
@@ -99,6 +99,6 @@ npx create-milkyway-agent my-agent
99
99
 
100
100
  ## Links
101
101
 
102
- - [MilkyWay](https://milkyway.xyz)
102
+ - [MilkyWay](https://usemilkyway.com)
103
103
  - [CLI](https://www.npmjs.com/package/@usemilkyway/cli)
104
104
  - [Scaffolding tool](https://www.npmjs.com/package/create-milkyway-agent)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usemilkyway/agent-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Build and monetize AI agents on MilkyWay",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",