@blockwriteaileaf/blockwriteai 1.2.5 → 1.2.6
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
CHANGED
|
@@ -183,7 +183,7 @@ The JSON endpoint can return a document directly:
|
|
|
183
183
|
```json
|
|
184
184
|
{
|
|
185
185
|
"time": 1779540000000,
|
|
186
|
-
"version": "1.2.
|
|
186
|
+
"version": "1.2.6",
|
|
187
187
|
"blocks": []
|
|
188
188
|
}
|
|
189
189
|
```
|
|
@@ -195,7 +195,7 @@ It can also return a wrapper:
|
|
|
195
195
|
"ok": true,
|
|
196
196
|
"data": {
|
|
197
197
|
"time": 1779540000000,
|
|
198
|
-
"version": "1.2.
|
|
198
|
+
"version": "1.2.6",
|
|
199
199
|
"blocks": []
|
|
200
200
|
}
|
|
201
201
|
}
|