瀏覽代碼

chore: allow node 24 in staking sdk

Connor Prussin 4 月之前
父節點
當前提交
2885197879
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      governance/pyth_staking_sdk/package.json

+ 2 - 2
governance/pyth_staking_sdk/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@pythnetwork/staking-sdk",
   "name": "@pythnetwork/staking-sdk",
-  "version": "0.2.3",
+  "version": "0.2.4",
   "description": "Pyth staking SDK",
   "description": "Pyth staking SDK",
   "type": "module",
   "type": "module",
   "exports": {
   "exports": {
@@ -13,7 +13,7 @@
     "dist/**/*"
     "dist/**/*"
   ],
   ],
   "engines": {
   "engines": {
-    "node": "20 || 22"
+    "node": "20 || 22 || 24"
   },
   },
   "publishConfig": {
   "publishConfig": {
     "access": "public"
     "access": "public"