@taquito/taquito 14.2.0-beta-RC.0 → 14.2.0

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@14.2.0-beta-RC.0/dist/taquito.min.js"
11
- crossorigin="anonymous" integrity="sha384-Hc+2Lpo0sw/WTMMBJlxA++v5OibD6GqNSmVUMKkTsXeF59l+zVmHPwmOgI6Iu34s"></script>
10
+ <script src="https://unpkg.com/@taquito/taquito@14.2.0/dist/taquito.min.js"
11
+ crossorigin="anonymous" integrity="sha384-5IK2DApAkSEeQ4JN4LR7WMVJfzKJ3OfQXDUelLy3MPoHOBJq+9/xthraWSu+HygO"></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": "d474f2ac7abec2e8faddba47cf403a0c0203c7d5",
7
- "version": "14.2.0-beta-RC.0"
6
+ "commitHash": "22fd810dcadf5272cb7a57d65165caa0eddbc57e",
7
+ "version": "14.2.0"
8
8
  };
9
9
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AACA,2EAA2E;AAC9D,QAAA,OAAO,GAAG;IACnB,YAAY,EAAE,0CAA0C;IACxD,SAAS,EAAE,kBAAkB;CAChC,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AACA,2EAA2E;AAC9D,QAAA,OAAO,GAAG;IACnB,YAAY,EAAE,0CAA0C;IACxD,SAAS,EAAE,QAAQ;CACtB,CAAC"}
@@ -5128,8 +5128,8 @@ class Context {
5128
5128
 
5129
5129
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5130
5130
  const VERSION = {
5131
- "commitHash": "d474f2ac7abec2e8faddba47cf403a0c0203c7d5",
5132
- "version": "14.2.0-beta-RC.0"
5131
+ "commitHash": "22fd810dcadf5272cb7a57d65165caa0eddbc57e",
5132
+ "version": "14.2.0"
5133
5133
  };
5134
5134
 
5135
5135
  /**