@taquito/contracts-library 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.ReadWrapperContractsLibrary = void 0;
|
|
4
4
|
const bignumber_js_1 = require("bignumber.js");
|
|
5
|
-
const BigNumber = bignumber_js_1.
|
|
5
|
+
const BigNumber = bignumber_js_1.default;
|
|
6
6
|
class ReadWrapperContractsLibrary {
|
|
7
7
|
constructor(readProvider, contractslibrary) {
|
|
8
8
|
this.readProvider = readProvider;
|
package/dist/lib/version.js
CHANGED
|
@@ -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": "
|
|
7
|
-
"version": "24.3.0-
|
|
6
|
+
"commitHash": "7e99d97864147bbcc2291f12aac10e368afd9055",
|
|
7
|
+
"version": "24.3.0-rc.2"
|
|
8
8
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import BigNumberJs from 'bignumber.js';
|
|
2
2
|
type BigNumber = InstanceType<typeof BigNumberJs>;
|
|
3
|
-
declare const BigNumber: typeof
|
|
3
|
+
declare const BigNumber: typeof BigNumberJs;
|
|
4
4
|
import { BlockResponse, EntrypointsResponse, MichelsonV1Expression, SaplingDiffResponse, ScriptedContracts, AILaunchCycleResponse } from '@taquito/rpc';
|
|
5
5
|
import { ContractsLibrary } from './taquito-contracts-library';
|
|
6
6
|
import { BigMapQuery, BlockIdentifier, SaplingStateQuery, TzReadProvider } from '@taquito/taquito';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/contracts-library",
|
|
3
|
-
"version": "24.3.0-
|
|
3
|
+
"version": "24.3.0-rc.2",
|
|
4
4
|
"description": "Static Michelson scripts and entrypoints library for Taquito contract interactions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
]
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@taquito/core": "^24.3.0-
|
|
58
|
-
"@taquito/rpc": "^24.3.0-
|
|
59
|
-
"@taquito/taquito": "^24.3.0-
|
|
60
|
-
"@taquito/utils": "^24.3.0-
|
|
57
|
+
"@taquito/core": "^24.3.0-rc.2",
|
|
58
|
+
"@taquito/rpc": "^24.3.0-rc.2",
|
|
59
|
+
"@taquito/taquito": "^24.3.0-rc.2",
|
|
60
|
+
"@taquito/utils": "^24.3.0-rc.2",
|
|
61
61
|
"bignumber.js": "^10.0.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|