@taquito/contracts-library 24.3.0-beta.2 → 24.3.0-beta.4

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.
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ReadWrapperContractsLibrary = void 0;
4
+ const bignumber_js_1 = require("bignumber.js");
5
+ const BigNumber = bignumber_js_1.BigNumber;
4
6
  class ReadWrapperContractsLibrary {
5
7
  constructor(readProvider, contractslibrary) {
6
8
  this.readProvider = readProvider;
@@ -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": "fb73f1546d3dff2fbba7741ca6006680212bef16",
7
- "version": "24.3.0-beta.2"
6
+ "commitHash": "768729af84b0c773f536e6fbb3acb02ab656d88d",
7
+ "version": "24.3.0-beta.4"
8
8
  };
@@ -1,5 +1,6 @@
1
1
  import { validateAddress, ValidationResult } from '@taquito/utils';
2
2
  import { ParameterValidationError, InvalidAddressError } from '@taquito/core';
3
+ import 'bignumber.js';
3
4
 
4
5
  /**
5
6
  * @category Error
@@ -1 +1 @@
1
- {"version":3,"file":"taquito-contracts-library.es6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"taquito-contracts-library.es6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,6 +1,6 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taquito/utils'), require('@taquito/core')) :
3
- typeof define === 'function' && define.amd ? define(['exports', '@taquito/utils', '@taquito/core'], factory) :
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@taquito/utils'), require('@taquito/core'), require('bignumber.js')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', '@taquito/utils', '@taquito/core', 'bignumber.js'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.taquitoContractsLibrary = {}, global.utils, global.core));
5
5
  })(this, (function (exports, utils, core) { 'use strict';
6
6
 
@@ -1,3 +1,6 @@
1
+ import { BigNumber as BigNumberJs } from 'bignumber.js';
2
+ type BigNumber = InstanceType<typeof BigNumberJs>;
3
+ declare const BigNumber: typeof import("bignumber.js");
1
4
  import { BlockResponse, EntrypointsResponse, MichelsonV1Expression, SaplingDiffResponse, ScriptedContracts, AILaunchCycleResponse } from '@taquito/rpc';
2
5
  import { ContractsLibrary } from './taquito-contracts-library';
3
6
  import { BigMapQuery, BlockIdentifier, SaplingStateQuery, TzReadProvider } from '@taquito/taquito';
@@ -34,3 +37,4 @@ export declare class ReadWrapperContractsLibrary implements TzReadProvider {
34
37
  getLiveBlocks(block: BlockIdentifier): Promise<string[]>;
35
38
  getAdaptiveIssuanceLaunchCycle(block: BlockIdentifier): Promise<AILaunchCycleResponse>;
36
39
  }
40
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/contracts-library",
3
- "version": "24.3.0-beta.2",
3
+ "version": "24.3.0-beta.4",
4
4
  "description": "Static Michelson scripts and entrypoints library for Taquito contract interactions.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -13,7 +13,6 @@
13
13
  "module": "dist/taquito-contracts-library.es6.js",
14
14
  "typings": "dist/types/taquito-contracts-library.d.ts",
15
15
  "files": [
16
- "signature.json",
17
16
  "dist"
18
17
  ],
19
18
  "author": "ECAD Labs Inc <info@ecadlabs.com>",
@@ -55,11 +54,11 @@
55
54
  ]
56
55
  },
57
56
  "dependencies": {
58
- "@taquito/core": "^24.3.0-beta.2",
59
- "@taquito/rpc": "^24.3.0-beta.2",
60
- "@taquito/taquito": "^24.3.0-beta.2",
61
- "@taquito/utils": "^24.3.0-beta.2",
62
- "bignumber.js": "^9.1.2"
57
+ "@taquito/core": "^24.3.0-beta.4",
58
+ "@taquito/rpc": "^24.3.0-beta.4",
59
+ "@taquito/taquito": "^24.3.0-beta.4",
60
+ "@taquito/utils": "^24.3.0-beta.4",
61
+ "bignumber.js": "^10.0.2"
63
62
  },
64
63
  "devDependencies": {
65
64
  "@types/bluebird": "^3.5.42",
@@ -68,7 +67,6 @@
68
67
  "@typescript-eslint/eslint-plugin": "^6.21.0",
69
68
  "@typescript-eslint/parser": "^6.21.0",
70
69
  "colors": "^1.4.0",
71
- "coveralls": "^3.1.1",
72
70
  "cross-env": "^7.0.3",
73
71
  "eslint": "^8.57.0",
74
72
  "lint-staged": "^15.2.7",
@@ -77,9 +75,9 @@
77
75
  "prompt": "^1.3.0",
78
76
  "replace-in-file": "^8.1.0",
79
77
  "rimraf": "^6.0.1",
80
- "rollup": "^4.59.0",
78
+ "rollup": "^4.60.1",
81
79
  "rollup-plugin-json": "^4.0.0",
82
- "rollup-plugin-typescript2": "^0.36.0",
80
+ "rollup-plugin-typescript2": "^0.37.0",
83
81
  "shelljs": "^0.8.5",
84
82
  "ts-node": "^10.9.2",
85
83
  "ts-toolbelt": "^9.6.0",