@taquito/taquito 16.1.1 → 16.1.2
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@16.1.
|
|
11
|
-
crossorigin="anonymous" integrity="sha384-
|
|
10
|
+
<script src="https://unpkg.com/@taquito/taquito@16.1.2/dist/taquito.min.js"
|
|
11
|
+
crossorigin="anonymous" integrity="sha384-PjZvZzXWubNdPBQ9TEaojk92y+1+qfVJcEQCXORYvALWDMXBTSkBptWzQoIVrMiH"></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": "16.1.
|
|
6
|
+
"commitHash": "bcc2118ddfafc1995fd125cd74d198fda042bf48",
|
|
7
|
+
"version": "16.1.2"
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
package/dist/taquito.es6.js
CHANGED
|
@@ -6347,8 +6347,8 @@ class Context {
|
|
|
6347
6347
|
|
|
6348
6348
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
6349
6349
|
const VERSION = {
|
|
6350
|
-
"commitHash": "
|
|
6351
|
-
"version": "16.1.
|
|
6350
|
+
"commitHash": "bcc2118ddfafc1995fd125cd74d198fda042bf48",
|
|
6351
|
+
"version": "16.1.2"
|
|
6352
6352
|
};
|
|
6353
6353
|
|
|
6354
6354
|
/**
|