@statewavedev/sdk 0.7.0 → 0.7.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.
- package/README.md +1 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Statewave TypeScript SDK
|
|
2
2
|
|
|
3
3
|
[](https://github.com/smaramwbc/statewave-ts/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/@statewavedev/sdk)
|
|
@@ -16,8 +16,6 @@ Official TypeScript SDK for [Statewave](https://github.com/smaramwbc/statewave)
|
|
|
16
16
|
npm install @statewavedev/sdk
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
> Before public launch, this package used the internal name `statewave-ts`. New code should use `@statewavedev/sdk`.
|
|
20
|
-
|
|
21
19
|
## Quick start
|
|
22
20
|
|
|
23
21
|
```typescript
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@statewavedev/sdk",
|
|
3
|
-
"version": "0.7.
|
|
4
|
-
"description": "Official TypeScript SDK for Statewave —
|
|
3
|
+
"version": "0.7.1",
|
|
4
|
+
"description": "Official TypeScript SDK for Statewave — the open-source memory runtime for AI agents.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|