@taquito/taquito 17.3.0 → 17.3.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.
package/README.md CHANGED
@@ -7,8 +7,8 @@ The `@taquito/taquito` package contains higher-level functionality that builds u
7
7
  ## CDN Bundle
8
8
 
9
9
  ```html
10
- <script src="https://unpkg.com/@taquito/taquito@17.3.0/dist/taquito.min.js"
11
- crossorigin="anonymous" integrity="sha384-F5Ra5EoGT62VtMeJFibMg7FKT3Y2PysBaeXtaAxx5yDlXm5+vZUdyQ6QRdi8uGkN"></script>
10
+ <script src="https://unpkg.com/@taquito/taquito@17.3.1/dist/taquito.min.js"
11
+ crossorigin="anonymous" integrity="sha384-BSwSPkCs3OtHNJYV10JxwTLgzumF43f8OrYIioco+nGnZknVuhOhCPOI5f7vnghO"></script>
12
12
  ```
13
13
 
14
14
  ## General Information
@@ -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": "a5b3c864e1537d0fe0a7f8f0b55989ef89311fa2",
7
- "version": "17.3.0"
6
+ "commitHash": "9e27326dabf764c55402c50be4d78681f2c78cca",
7
+ "version": "17.3.1"
8
8
  };
9
9
  //# sourceMappingURL=version.js.map
@@ -6178,8 +6178,8 @@ class Context {
6178
6178
 
6179
6179
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
6180
6180
  const VERSION = {
6181
- "commitHash": "a5b3c864e1537d0fe0a7f8f0b55989ef89311fa2",
6182
- "version": "17.3.0"
6181
+ "commitHash": "9e27326dabf764c55402c50be4d78681f2c78cca",
6182
+ "version": "17.3.1"
6183
6183
  };
6184
6184
 
6185
6185
  /**