@taquito/taquito 21.0.3 → 21.0.4-beta.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 +1 -1
- package/dist/lib/version.js +2 -2
- package/dist/taquito.es6.js +2 -2
- package/dist/taquito.min.js +1 -1
- package/dist/taquito.umd.js +2 -2
- package/package.json +9 -9
package/dist/taquito.umd.js
CHANGED
|
@@ -6891,8 +6891,8 @@
|
|
|
6891
6891
|
|
|
6892
6892
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
6893
6893
|
const VERSION = {
|
|
6894
|
-
"commitHash": "
|
|
6895
|
-
"version": "21.0.
|
|
6894
|
+
"commitHash": "377d231de2a593315c18d6883adde739af81fcb3",
|
|
6895
|
+
"version": "21.0.4-beta.2"
|
|
6896
6896
|
};
|
|
6897
6897
|
|
|
6898
6898
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/taquito",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.4-beta.2",
|
|
4
4
|
"description": "High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
]
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@taquito/core": "^21.0.
|
|
81
|
-
"@taquito/http-utils": "^21.0.
|
|
82
|
-
"@taquito/local-forging": "^21.0.
|
|
83
|
-
"@taquito/michel-codec": "^21.0.
|
|
84
|
-
"@taquito/michelson-encoder": "^21.0.
|
|
85
|
-
"@taquito/rpc": "^21.0.
|
|
86
|
-
"@taquito/utils": "^21.0.
|
|
80
|
+
"@taquito/core": "^21.0.4-beta.2",
|
|
81
|
+
"@taquito/http-utils": "^21.0.4-beta.2",
|
|
82
|
+
"@taquito/local-forging": "^21.0.4-beta.2",
|
|
83
|
+
"@taquito/michel-codec": "^21.0.4-beta.2",
|
|
84
|
+
"@taquito/michelson-encoder": "^21.0.4-beta.2",
|
|
85
|
+
"@taquito/rpc": "^21.0.4-beta.2",
|
|
86
|
+
"@taquito/utils": "^21.0.4-beta.2",
|
|
87
87
|
"bignumber.js": "^9.1.2",
|
|
88
88
|
"rxjs": "^7.8.1"
|
|
89
89
|
},
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"webpack-cli": "^5.1.4",
|
|
126
126
|
"webpack-subresource-integrity": "^5.1.0"
|
|
127
127
|
},
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "38d2c3ee738ba7cb16afbe8392df9d698ba3f5af"
|
|
129
129
|
}
|