@taquito/taquito 25.0.0-rc.1 → 25.0.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 +1 -1
- package/dist/lib/version.js +1 -1
- package/dist/taquito.es6.js +1 -1
- package/dist/taquito.min.js +1 -1
- package/dist/taquito.umd.js +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ 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@25.0.0
|
|
10
|
+
<script src="https://unpkg.com/@taquito/taquito@25.0.0/dist/taquito.min.js"
|
|
11
11
|
crossorigin="anonymous" integrity="sha384-IxvP0ECHi5oqLyz94wF85pU9+ktcsL1HHtA42MITxZsGbsUMEu/g+0Vkjj5vqiMR"></script>
|
|
12
12
|
```
|
|
13
13
|
|
package/dist/lib/version.js
CHANGED
package/dist/taquito.es6.js
CHANGED
|
@@ -7749,7 +7749,7 @@ class Context {
|
|
|
7749
7749
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
7750
7750
|
const VERSION = {
|
|
7751
7751
|
"commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
|
|
7752
|
-
"version": "25.0.0
|
|
7752
|
+
"version": "25.0.0"
|
|
7753
7753
|
};
|
|
7754
7754
|
|
|
7755
7755
|
/**
|