@taquito/rpc 13.0.0 → 13.0.1

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "01d3579d51bb8d70038a304cd4dbb7c6366a244b",
7
- "version": "13.0.0"
6
+ "commitHash": "6d90b3d5e616a6e9b9ad9dd8453b5068e7396fff",
7
+ "version": "13.0.1"
8
8
  };
9
9
  //# sourceMappingURL=version.js.map
@@ -2,7 +2,7 @@ import { HttpBackend, HttpResponseError, STATUS_CODE } from '@taquito/http-utils
2
2
  import BigNumber from 'bignumber.js';
3
3
  import { validateAddress, ValidationResult, InvalidAddressError, validateContractAddress, InvalidContractAddressError } from '@taquito/utils';
4
4
 
5
- /*! *****************************************************************************
5
+ /******************************************************************************
6
6
  Copyright (c) Microsoft Corporation.
7
7
 
8
8
  Permission to use, copy, modify, and/or distribute this software for any
@@ -1116,8 +1116,8 @@ var OpKind;
1116
1116
 
1117
1117
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1118
1118
  const VERSION = {
1119
- "commitHash": "01d3579d51bb8d70038a304cd4dbb7c6366a244b",
1120
- "version": "13.0.0"
1119
+ "commitHash": "6d90b3d5e616a6e9b9ad9dd8453b5068e7396fff",
1120
+ "version": "13.0.1"
1121
1121
  };
1122
1122
 
1123
1123
  /***