@pyefi/sdk 0.1.3 → 0.1.4

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/dist/react.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  fetchUserStakeAccounts,
9
9
  getPyeConfig,
10
10
  parseOrderBook
11
- } from "./chunk-2NO7PNVV.js";
11
+ } from "./chunk-62OCHHT7.js";
12
12
 
13
13
  // src/react/providers.tsx
14
14
  import { createContext, useContext, useRef } from "react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyefi/sdk",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Core SDK for the Pye Finance Solana yield protocol — stores, data fetching, transaction execution.",
5
5
  "keywords": [
6
6
  "solana",
@@ -43,6 +43,11 @@
43
43
  "README.md",
44
44
  "LICENSE"
45
45
  ],
46
+ "scripts": {
47
+ "build": "tsup",
48
+ "dev": "tsup --watch",
49
+ "typecheck": "tsc --noEmit"
50
+ },
46
51
  "dependencies": {
47
52
  "buffer": "^6.0.3",
48
53
  "zustand": "^5.0.0",
@@ -58,15 +63,9 @@
58
63
  "react": "^18.0.0 || ^19.0.0"
59
64
  },
60
65
  "peerDependenciesMeta": {
61
- "react": {
62
- "optional": true
63
- },
64
- "@solana/wallet-adapter-react": {
65
- "optional": true
66
- },
67
- "@supabase/supabase-js": {
68
- "optional": true
69
- }
66
+ "react": { "optional": true },
67
+ "@solana/wallet-adapter-react": { "optional": true },
68
+ "@supabase/supabase-js": { "optional": true }
70
69
  },
71
70
  "devDependencies": {
72
71
  "tsup": "^8.0.0",
@@ -79,10 +78,5 @@
79
78
  "@supabase/supabase-js": "^2.0.0",
80
79
  "@types/react": "^19.0.0",
81
80
  "react": "^19.0.0"
82
- },
83
- "scripts": {
84
- "build": "tsup",
85
- "dev": "tsup --watch",
86
- "typecheck": "tsc --noEmit"
87
81
  }
88
- }
82
+ }