@craftec/flowcraft-sdk 0.1.2 → 0.1.3

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/idl.json +3 -0
  2. package/package.json +1 -1
package/dist/idl.json CHANGED
@@ -688,6 +688,9 @@
688
688
  },
689
689
  {
690
690
  "name": "stream",
691
+ "docs": [
692
+ "Using AccountInfo to support both new streams (init) and existing streams (realloc)."
693
+ ],
691
694
  "writable": true,
692
695
  "pda": {
693
696
  "seeds": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craftec/flowcraft-sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "SDK for Flowcraft subscription streaming protocol on Solana",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",