@taquito/taquito 12.0.2 → 12.0.3
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 +2 -2
- package/dist/lib/version.js +2 -2
- package/dist/taquito.es6.js +2 -2
- package/dist/taquito.es6.js.map +1 -1
- package/dist/taquito.min.js +1 -1
- package/dist/taquito.umd.js +2 -2
- package/dist/taquito.umd.js.map +1 -1
- package/package.json +8 -8
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@12.0.
|
|
11
|
-
crossorigin="anonymous" integrity="sha384-
|
|
10
|
+
<script src="https://unpkg.com/@taquito/taquito@12.0.3/dist/taquito.min.js"
|
|
11
|
+
crossorigin="anonymous" integrity="sha384-YPxO6roi5botOG1o8Jpofv41016v2x2hgHNzX1HRm6HvlSI29+v1cBD35akMLcXS"></script>
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
## General Information
|
package/dist/lib/version.js
CHANGED
|
@@ -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": "
|
|
7
|
-
"version": "12.0.
|
|
6
|
+
"commitHash": "02ebaa8ef1920e8b6a81f0d0978f28cff0a2d256",
|
|
7
|
+
"version": "12.0.3"
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
package/dist/taquito.es6.js
CHANGED
|
@@ -4174,8 +4174,8 @@ class Context {
|
|
|
4174
4174
|
|
|
4175
4175
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
4176
4176
|
const VERSION = {
|
|
4177
|
-
"commitHash": "
|
|
4178
|
-
"version": "12.0.
|
|
4177
|
+
"commitHash": "02ebaa8ef1920e8b6a81f0d0978f28cff0a2d256",
|
|
4178
|
+
"version": "12.0.3"
|
|
4179
4179
|
};
|
|
4180
4180
|
|
|
4181
4181
|
class ForgingMismatchError extends Error {
|