@taquito/taquito 23.0.2 → 23.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 +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
|
@@ -7256,8 +7256,8 @@
|
|
|
7256
7256
|
|
|
7257
7257
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
7258
7258
|
const VERSION = {
|
|
7259
|
-
"commitHash": "
|
|
7260
|
-
"version": "23.0.
|
|
7259
|
+
"commitHash": "42048d039f6d4345fc59d04b03650bcb8e27bb62",
|
|
7260
|
+
"version": "23.0.3"
|
|
7261
7261
|
};
|
|
7262
7262
|
|
|
7263
7263
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/taquito",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.3",
|
|
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": "^23.0.
|
|
81
|
-
"@taquito/http-utils": "^23.0.
|
|
82
|
-
"@taquito/local-forging": "^23.0.
|
|
83
|
-
"@taquito/michel-codec": "^23.0.
|
|
84
|
-
"@taquito/michelson-encoder": "^23.0.
|
|
85
|
-
"@taquito/rpc": "^23.0.
|
|
86
|
-
"@taquito/utils": "^23.0.
|
|
80
|
+
"@taquito/core": "^23.0.3",
|
|
81
|
+
"@taquito/http-utils": "^23.0.3",
|
|
82
|
+
"@taquito/local-forging": "^23.0.3",
|
|
83
|
+
"@taquito/michel-codec": "^23.0.3",
|
|
84
|
+
"@taquito/michelson-encoder": "^23.0.3",
|
|
85
|
+
"@taquito/rpc": "^23.0.3",
|
|
86
|
+
"@taquito/utils": "^23.0.3",
|
|
87
87
|
"bignumber.js": "^9.1.2",
|
|
88
88
|
"rxjs": "^7.8.2"
|
|
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": "2abf349e97af45f11210b3121078b9d96699d5da"
|
|
129
129
|
}
|