@heysummon/consumer-sdk 0.2.8 → 0.2.10

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 +2 -2
package/README.md CHANGED
@@ -222,4 +222,4 @@ pnpm dlx @heysummon/consumer-sdk keygen --dir ./keys
222
222
 
223
223
  ## License
224
224
 
225
- MIT
225
+ Sustainable Use License (SUL) - see [LICENSE.md](../../LICENSE.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heysummon/consumer-sdk",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "description": "TypeScript SDK for HeySummon consumers (AI agents)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "dist",
26
26
  "src"
27
27
  ],
28
- "license": "MIT",
28
+ "license": "SEE LICENSE IN LICENSE.md",
29
29
  "repository": {
30
30
  "type": "git",
31
31
  "url": "https://github.com/thomasansems/heysummon",