alphamilk 0.0.1 → 0.0.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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -248,7 +248,7 @@ var skillCommand = Command.make(
248
248
  queryParams[k] = v;
249
249
  }
250
250
  }
251
- const response = yield* apiGet(
251
+ const response = yield* apiPost(
252
252
  session.baseUrl,
253
253
  `/milk/skill/${session.sessionId}/${slug}`,
254
254
  queryParams
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alphamilk",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Alpha Milk CLI - AI-powered SEO research from your terminal",