sosoapi-cli 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # sosoapi-cli
2
2
 
3
- Alias of [sosoapi](https://www.npmjs.com/package/sosoapi) 0.4.0. Use `npx sosoapi`; see https://sosoapi.ai/docs.
3
+ Alias of [sosoapi](https://www.npmjs.com/package/sosoapi) 0.4.1. Use `npx sosoapi`; see https://sosoapi.ai/docs.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "sosoapi-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "description": "Alias of sosoapi 0.4.0: the SosoAPI CLI and MCP server.",
6
+ "description": "Alias of sosoapi 0.4.1: the SosoAPI CLI and MCP server.",
7
7
  "homepage": "https://sosoapi.ai/docs",
8
8
  "bin": {
9
9
  "sosoapi": "./bin.js"
@@ -19,6 +19,6 @@
19
19
  "access": "public"
20
20
  },
21
21
  "dependencies": {
22
- "sosoapi": "0.4.0"
22
+ "sosoapi": "0.4.1"
23
23
  }
24
24
  }