@taquito/rpc 24.3.0-beta.7 → 24.3.0-rc.2

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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RPCMethodName = exports.defaultRPCOptions = exports.defaultChain = void 0;
4
4
  const bignumber_js_1 = require("bignumber.js");
5
- const BigNumber = bignumber_js_1.BigNumber;
5
+ const BigNumber = bignumber_js_1.default;
6
6
  exports.defaultChain = 'main';
7
7
  exports.defaultRPCOptions = { block: 'head' };
8
8
  var RPCMethodName;
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
5
5
  exports.VERSION = {
6
- "commitHash": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
7
- "version": "24.3.0-beta.7"
6
+ "commitHash": "7e99d97864147bbcc2291f12aac10e368afd9055",
7
+ "version": "24.3.0-rc.2"
8
8
  };
@@ -1362,8 +1362,8 @@ var OpKind;
1362
1362
 
1363
1363
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
1364
1364
  const VERSION = {
1365
- "commitHash": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
1366
- "version": "24.3.0-beta.7"
1365
+ "commitHash": "7e99d97864147bbcc2291f12aac10e368afd9055",
1366
+ "version": "24.3.0-rc.2"
1367
1367
  };
1368
1368
 
1369
1369
  /**
@@ -1363,8 +1363,8 @@
1363
1363
 
1364
1364
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
1365
1365
  const VERSION = {
1366
- "commitHash": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
1367
- "version": "24.3.0-beta.7"
1366
+ "commitHash": "7e99d97864147bbcc2291f12aac10e368afd9055",
1367
+ "version": "24.3.0-rc.2"
1368
1368
  };
1369
1369
 
1370
1370
  /**
@@ -1,6 +1,6 @@
1
- import { BigNumber as BigNumberJs } from 'bignumber.js';
1
+ import BigNumberJs from 'bignumber.js';
2
2
  type BigNumber = InstanceType<typeof BigNumberJs>;
3
- declare const BigNumber: typeof import("bignumber.js");
3
+ declare const BigNumber: typeof BigNumberJs;
4
4
  import { BakingRightsQueryArguments, BakingRightsResponse, BalanceResponse, UnstakeRequestsResponse, BallotListResponse, BallotsResponse, BigMapResponse, BlockHeaderResponse, BlockMetadata, BlockResponse, ConstantsResponse, ContractResponse, CurrentProposalResponse, CurrentQuorumResponse, DelegateResponse, DelegatesResponse, AttestationRightsQueryArguments, AttestationRightsResponse, EntrypointsResponse, ForgeOperationsParams, ManagerKeyResponse, OperationHash, PackDataParams, PreapplyParams, PreapplyResponse, ProposalsResponse, ProtocolsResponse, RPCRunCodeParam, RPCRunScriptViewParam, RPCRunViewParam, RunCodeResult, RunScriptViewResult, RunViewResult, SaplingDiffResponse, ScriptResponse, StorageResponse, UnparsingMode, VotesListingsResponse, VotingInfoResponse, VotingPeriodBlockResult, TicketTokenParams, AllTicketBalances, PendingOperationsV2, PendingOperationsQueryArguments, MempoolFilterQueryArguments, MempoolFilterResponse, RPCSimulateOperationParam, AILaunchCycleResponse, AllDelegatesQueryArguments, ProtocolActivationsResponse, ActiveStakingParametersResponse, PendingStakingParametersResponse, DestinationIndexResponse } from './types';
5
5
  export interface RPCOptions {
6
6
  block: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/rpc",
3
- "version": "24.3.0-beta.7",
3
+ "version": "24.3.0-rc.2",
4
4
  "description": "TypeScript client and types for the Tezos RPC used by Taquito.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -56,9 +56,9 @@
56
56
  ]
57
57
  },
58
58
  "dependencies": {
59
- "@taquito/core": "^24.3.0-beta.7",
60
- "@taquito/http-utils": "^24.3.0-beta.7",
61
- "@taquito/utils": "^24.3.0-beta.7",
59
+ "@taquito/core": "^24.3.0-rc.2",
60
+ "@taquito/http-utils": "^24.3.0-rc.2",
61
+ "@taquito/utils": "^24.3.0-rc.2",
62
62
  "bignumber.js": "^10.0.2"
63
63
  },
64
64
  "devDependencies": {