Ver Fonte

feat: performed a minor bump all packages, since all were changed in the big dual package update

benduran há 2 semanas atrás
pai
commit
31c364cf41
47 ficheiros alterados com 55 adições e 55 exclusões
  1. 1 1
      apps/api-reference/package.json
  2. 2 2
      apps/developer-hub/package.json
  3. 2 2
      apps/entropy-explorer/package.json
  4. 1 1
      apps/entropy-tester/package.json
  5. 1 1
      apps/hermes/client/js/package.json
  6. 2 2
      apps/insights/package.json
  7. 1 1
      apps/price_pusher/package.json
  8. 1 1
      apps/staking/package.json
  9. 1 1
      contract_manager/package.json
  10. 1 1
      governance/pyth_staking_sdk/package.json
  11. 1 1
      governance/xc_admin/packages/crank_executor/package.json
  12. 1 1
      governance/xc_admin/packages/crank_pythnet_relayer/package.json
  13. 1 1
      governance/xc_admin/packages/proposer_server/package.json
  14. 1 1
      governance/xc_admin/packages/xc_admin_cli/package.json
  15. 1 1
      governance/xc_admin/packages/xc_admin_common/package.json
  16. 2 2
      governance/xc_admin/packages/xc_admin_frontend/package.json
  17. 2 2
      lazer/contracts/sui/sdk/js/package.json
  18. 1 1
      lazer/sdk/js-solana/package.json
  19. 1 1
      lazer/sdk/js/package.json
  20. 1 1
      packages/component-library/package.json
  21. 2 2
      packages/jest-config/package.json
  22. 1 1
      packages/known-publishers/package.json
  23. 1 1
      packages/react-hooks/package.json
  24. 1 1
      price_service/client/js/package.json
  25. 1 1
      price_service/sdk/js/package.json
  26. 1 1
      pythnet/message_buffer/package.json
  27. 1 1
      target_chains/aptos/cli/package.json
  28. 1 1
      target_chains/aptos/sdk/js/package.json
  29. 1 1
      target_chains/cosmwasm/deploy-scripts/package.json
  30. 1 1
      target_chains/cosmwasm/tools/package.json
  31. 1 1
      target_chains/ethereum/abi_generator/package.json
  32. 2 2
      target_chains/ethereum/contracts/package.json
  33. 1 1
      target_chains/ethereum/entropy_sdk/solidity/package.json
  34. 2 2
      target_chains/ethereum/pulse_sdk/solidity/package.json
  35. 1 1
      target_chains/ethereum/sdk/js/package.json
  36. 1 1
      target_chains/ethereum/sdk/solidity/package.json
  37. 1 1
      target_chains/ethereum/sdk/stylus/pyth-mock-solidity/package.json
  38. 1 1
      target_chains/fuel/sdk/js/package.json
  39. 1 1
      target_chains/solana/sdk/js/pyth_solana_receiver/package.json
  40. 1 1
      target_chains/solana/sdk/js/solana_utils/package.json
  41. 1 1
      target_chains/starknet/sdk/js/package.json
  42. 1 1
      target_chains/sui/cli-iota/package.json
  43. 1 1
      target_chains/sui/cli/package.json
  44. 1 1
      target_chains/sui/sdk/js-iota/package.json
  45. 1 1
      target_chains/sui/sdk/js/package.json
  46. 1 1
      target_chains/ton/contracts/package.json
  47. 1 1
      target_chains/ton/sdk/js/package.json

+ 1 - 1
apps/api-reference/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/api-reference",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "private": true,
   "type": "module",
   "engines": {

+ 2 - 2
apps/developer-hub/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/developer-hub",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "private": true,
   "type": "module",
   "engines": {
@@ -72,4 +72,4 @@
     "tailwindcss": "^4.1.6",
     "vercel": "catalog:"
   }
-}
+}

+ 2 - 2
apps/entropy-explorer/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/entropy-explorer",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "private": true,
   "type": "module",
   "engines": {
@@ -52,4 +52,4 @@
     "stylelint-config-standard-scss": "catalog:",
     "vercel": "catalog:"
   }
-}
+}

+ 1 - 1
apps/entropy-tester/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/entropy-tester",
-  "version": "1.2.0",
+  "version": "1.3.0",
   "description": "Utility to test entropy provider callbacks",
   "private": true,
   "type": "module",

+ 1 - 1
apps/hermes/client/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/hermes-client",
-  "version": "2.0.0",
+  "version": "2.1.0",
   "description": "Pyth Hermes Client",
   "author": {
     "name": "Pyth Data Association"

+ 2 - 2
apps/insights/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/insights",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "private": true,
   "type": "module",
   "engines": {
@@ -73,4 +73,4 @@
     "stylelint-config-standard-scss": "catalog:",
     "vercel": "catalog:"
   }
-}
+}

+ 1 - 1
apps/price_pusher/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/price-pusher",
-  "version": "10.2.0",
+  "version": "10.3.0",
   "description": "Pyth Price Pusher",
   "homepage": "https://pyth.network",
   "main": "./dist/index.cjs",

+ 1 - 1
apps/staking/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/staking",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "private": true,
   "type": "module",
   "engines": {

+ 1 - 1
contract_manager/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/contract-manager",
-  "version": "1.0.1",
+  "version": "1.1.0",
   "description": "Set of tools to manage pyth contracts",
   "private": true,
   "exports": {

+ 1 - 1
governance/pyth_staking_sdk/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/staking-sdk",
-  "version": "0.2.4",
+  "version": "0.3.0",
   "description": "Pyth staking SDK",
   "exports": {
     "./constants": {

+ 1 - 1
governance/xc_admin/packages/crank_executor/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/xc-admin-crank-executor",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "description": "A crank to executed all executeReady multisig transaction",
   "private": "true",
   "author": "",

+ 1 - 1
governance/xc_admin/packages/crank_pythnet_relayer/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/xc-admin-crank-pythnet-relayer",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "description": "A crank to relay pyth governance actions to pythnet",
   "private": "true",
   "author": "",

+ 1 - 1
governance/xc_admin/packages/proposer_server/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/xc-admin-proposer-server",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "description": "A server that proposes the instructions that it receives to the multisig",
   "private": "true",
   "author": "",

+ 1 - 1
governance/xc_admin/packages/xc_admin_cli/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/xc-admin-cli",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "private": "true",
   "description": "",
   "author": "",

+ 1 - 1
governance/xc_admin/packages/xc_admin_common/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/xc-admin-common",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "description": "",
   "private": "true",
   "author": "",

+ 2 - 2
governance/xc_admin/packages/xc_admin_frontend/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/xc-admin-frontend",
-  "version": "0.1.0",
+  "version": "0.2.0",
   "private": true,
   "engines": {
     "node": ">=22.14.0"
@@ -62,4 +62,4 @@
     "tailwindcss": "^3.1.8",
     "vercel": "^37.12.1"
   }
-}
+}

+ 2 - 2
lazer/contracts/sui/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-lazer-sui-js",
-  "version": "0.1.2",
+  "version": "0.2.0",
   "description": "TypeScript SDK for the Pyth Lazer Sui contract",
   "license": "Apache-2.0",
   "type": "module",
@@ -50,4 +50,4 @@
   "publishConfig": {
     "access": "public"
   }
-}
+}

+ 1 - 1
lazer/sdk/js-solana/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-lazer-solana-sdk",
-  "version": "0.1.2",
+  "version": "0.2.0",
   "description": "Pyth Lazer Solana SDK",
   "publishConfig": {
     "access": "public"

+ 1 - 1
lazer/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-lazer-sdk",
-  "version": "5.1.0",
+  "version": "5.2.0",
   "description": "Pyth Lazer SDK",
   "engines": {
     "node": ">=22.14.0"

+ 1 - 1
packages/component-library/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/component-library",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "private": true,
   "type": "module",
   "engines": {

+ 2 - 2
packages/jest-config/package.json

@@ -1,7 +1,7 @@
 {
   "private": true,
   "name": "@pythnetwork/jest-config",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "type": "module",
   "scripts": {
     "build": "ts-duality",
@@ -47,4 +47,4 @@
   "module": "./dist/esm/index.mjs",
   "types": "./dist/cjs/index.d.ts",
   "main": "./dist/cjs/index.cjs"
-}
+}

+ 1 - 1
packages/known-publishers/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/known-publishers",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "private": true,
   "type": "module",
   "exports": {

+ 1 - 1
packages/react-hooks/package.json

@@ -2,7 +2,7 @@
   "private": true,
   "name": "@pythnetwork/react-hooks",
   "description": "collection of utility hooks used across react applications powering parts of the pyth network",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "scripts": {
     "build": "ts-duality --clean --noCjs",
     "clean": "rm -rf ./dist",

+ 1 - 1
price_service/client/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/price-service-client",
-  "version": "1.9.1",
+  "version": "1.10.0",
   "description": "Pyth price service client",
   "deprecated": "This package is deprecated and is no longer maintained. Please use @pythnetwork/hermes-client instead.",
   "author": {

+ 1 - 1
price_service/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/price-service-sdk",
-  "version": "1.8.0",
+  "version": "1.9.0",
   "description": "Pyth price service SDK",
   "homepage": "https://pyth.network",
   "main": "./dist/cjs/index.cjs",

+ 1 - 1
pythnet/message_buffer/package.json

@@ -1,6 +1,6 @@
 {
   "name": "message_buffer",
-  "version": "0.1.0",
+  "version": "0.2.0",
   "private": "true",
   "type": "module",
   "scripts": {

+ 1 - 1
target_chains/aptos/cli/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/aptos-cli",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "Utilities for managing the Pyth Target Chain contract on Aptos",
   "private": true,
   "main": "./dist/cjs/index.cjs",

+ 1 - 1
target_chains/aptos/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-aptos-js",
-  "version": "1.4.2",
+  "version": "1.5.0",
   "description": "Pyth Network Aptos Utilities",
   "homepage": "https://pyth.network",
   "author": {

+ 1 - 1
target_chains/cosmwasm/deploy-scripts/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/cosmwasm-deploy-scripts",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "",
   "private": "true",
   "scripts": {

+ 1 - 1
target_chains/cosmwasm/tools/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/cosmwasm-deploy-tools",
-  "version": "1.1.0",
+  "version": "1.2.0",
   "description": "",
   "main": "./dist/cjs/index.cjs",
   "private": "true",

+ 1 - 1
target_chains/ethereum/abi_generator/package.json

@@ -1,6 +1,6 @@
 {
   "name": "abi_generator",
-  "version": "0.0.0",
+  "version": "0.1.0",
   "private": "true",
   "description": "",
   "author": "",

+ 2 - 2
target_chains/ethereum/contracts/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-evm-contract",
-  "version": "1.4.5",
+  "version": "1.5.0",
   "description": "",
   "private": "true",
   "devDependencies": {
@@ -58,4 +58,4 @@
   "engines": {
     "node": ">=22.14.0"
   }
-}
+}

+ 1 - 1
target_chains/ethereum/entropy_sdk/solidity/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/entropy-sdk-solidity",
-  "version": "2.1.0",
+  "version": "2.2.0",
   "description": "Generate secure random numbers with Pyth Entropy",
   "type": "module",
   "repository": {

+ 2 - 2
target_chains/ethereum/pulse_sdk/solidity/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pulse-sdk-solidity",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "Automatically update price feeds with Pyth Pulse",
   "type": "module",
   "repository": {
@@ -43,4 +43,4 @@
   "engines": {
     "node": ">=22.14.0"
   }
-}
+}

+ 1 - 1
target_chains/ethereum/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-evm-js",
-  "version": "2.0.0-alpha2",
+  "version": "2.0.0",
   "description": "Pyth Network EVM Utils in JS",
   "homepage": "https://pyth.network",
   "author": {

+ 1 - 1
target_chains/ethereum/sdk/solidity/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-sdk-solidity",
-  "version": "4.2.0",
+  "version": "4.3.0",
   "description": "Read prices from the Pyth oracle",
   "type": "module",
   "repository": {

+ 1 - 1
target_chains/ethereum/sdk/stylus/pyth-mock-solidity/package.json

@@ -1,6 +1,6 @@
 {
   "name": "pyth-mock-solidity",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "** Deploy mock solidity pyth contract using the pyth solidity sdk **",
   "type": "module",
   "directories": {

+ 1 - 1
target_chains/fuel/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-fuel-js",
-  "version": "1.0.7",
+  "version": "1.1.0",
   "description": "Pyth Network Fuel Utils in JS",
   "homepage": "https://pyth.network",
   "author": {

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

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-solana-receiver",
-  "version": "0.12.0",
+  "version": "0.13.0",
   "description": "Pyth solana receiver SDK",
   "homepage": "https://pyth.network",
   "main": "./dist/index.cjs",

+ 1 - 1
target_chains/solana/sdk/js/solana_utils/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/solana-utils",
-  "version": "0.5.0",
+  "version": "0.6.0",
   "description": "Utility functions for Solana",
   "homepage": "https://pyth.network",
   "main": "./dist/cjs/index.cjs",

+ 1 - 1
target_chains/starknet/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-starknet-js",
-  "version": "0.2.1",
+  "version": "0.3.0",
   "description": "Pyth Network Starknet Utilities",
   "homepage": "https://pyth.network",
   "author": {

+ 1 - 1
target_chains/sui/cli-iota/package.json

@@ -1,6 +1,6 @@
 {
   "name": "pyth-iota-cli",
-  "version": "0.1.0",
+  "version": "0.2.0",
   "description": "Pyth IOTA Integration Cli tools",
   "main": "./dist/cjs/index.cjs",
   "license": "Apache-2.0",

+ 1 - 1
target_chains/sui/cli/package.json

@@ -1,6 +1,6 @@
 {
   "name": "pyth-sui-cli",
-  "version": "0.1.0",
+  "version": "0.2.0",
   "description": "Pyth Sui Integration Cli tools",
   "license": "Apache-2.0",
   "scripts": {

+ 1 - 1
target_chains/sui/sdk/js-iota/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-iota-js",
-  "version": "2.1.0",
+  "version": "2.2.0",
   "description": "Pyth Network IOTA Utilities",
   "homepage": "https://pyth.network",
   "author": {

+ 1 - 1
target_chains/sui/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-sui-js",
-  "version": "2.3.0",
+  "version": "2.4.0",
   "description": "Pyth Network Sui Utilities",
   "homepage": "https://pyth.network",
   "author": {

+ 1 - 1
target_chains/ton/contracts/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-ton",
-  "version": "0.0.1",
+  "version": "0.1.0",
   "private": true,
   "scripts": {
     "start": "blueprint run",

+ 1 - 1
target_chains/ton/sdk/js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@pythnetwork/pyth-ton-js",
-  "version": "0.2.0",
+  "version": "0.3.0",
   "description": "Pyth Network TON Utilities",
   "homepage": "https://pyth.network",
   "author": {