فهرست منبع

fix: constrain @pythnetwork/price-service-sdk in @pythnetwork/pyth-solana-receiver (#1362)

* Clean

* 0.0.2

* 0.0.3

* Yes:

* Cleanup
guibescos 1 سال پیش
والد
کامیت
6bea697a78
2فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 3 3
      package-lock.json
  2. 2 2
      target_chains/solana/sdk/js/pyth_solana_receiver/package.json

+ 3 - 3
package-lock.json

@@ -59294,11 +59294,11 @@
     },
     "target_chains/solana/sdk/js/pyth_solana_receiver": {
       "name": "@pythnetwork/pyth-solana-receiver",
-      "version": "0.2.0",
+      "version": "0.2.1",
       "license": "Apache-2.0",
       "dependencies": {
         "@coral-xyz/anchor": "^0.29.0",
-        "@pythnetwork/price-service-sdk": "*",
+        "@pythnetwork/price-service-sdk": ">=1.5.0",
         "@pythnetwork/solana-utils": "*",
         "@solana/web3.js": "^1.90.0"
       },
@@ -71107,7 +71107,7 @@
       "version": "file:target_chains/solana/sdk/js/pyth_solana_receiver",
       "requires": {
         "@coral-xyz/anchor": "^0.29.0",
-        "@pythnetwork/price-service-sdk": "*",
+        "@pythnetwork/price-service-sdk": ">=1.5.0",
         "@pythnetwork/solana-utils": "*",
         "@solana/web3.js": "^1.90.0",
         "@types/jest": "^29.4.0",

+ 2 - 2
target_chains/solana/sdk/js/pyth_solana_receiver/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-solana-receiver",
-  "version": "0.2.0",
+  "version": "0.2.1",
   "description": "Pyth solana receiver SDK",
   "homepage": "https://pyth.network",
   "main": "lib/index.js",
@@ -43,7 +43,7 @@
   },
   "dependencies": {
     "@coral-xyz/anchor": "^0.29.0",
-    "@pythnetwork/price-service-sdk": "*",
+    "@pythnetwork/price-service-sdk": ">=1.5.0",
     "@pythnetwork/solana-utils": "*",
     "@solana/web3.js": "^1.90.0"
   }