@taquito/taquito 22.0.0-RC.0 → 22.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 +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
|
@@ -6894,8 +6894,8 @@
|
|
|
6894
6894
|
|
|
6895
6895
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
6896
6896
|
const VERSION = {
|
|
6897
|
-
"commitHash": "
|
|
6898
|
-
"version": "22.0.0
|
|
6897
|
+
"commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
|
|
6898
|
+
"version": "22.0.0"
|
|
6899
6899
|
};
|
|
6900
6900
|
|
|
6901
6901
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/taquito",
|
|
3
|
-
"version": "22.0.0
|
|
3
|
+
"version": "22.0.0",
|
|
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": "^22.0.0
|
|
81
|
-
"@taquito/http-utils": "^22.0.0
|
|
82
|
-
"@taquito/local-forging": "^22.0.0
|
|
83
|
-
"@taquito/michel-codec": "^22.0.0
|
|
84
|
-
"@taquito/michelson-encoder": "^22.0.0
|
|
85
|
-
"@taquito/rpc": "^22.0.0
|
|
86
|
-
"@taquito/utils": "^22.0.0
|
|
80
|
+
"@taquito/core": "^22.0.0",
|
|
81
|
+
"@taquito/http-utils": "^22.0.0",
|
|
82
|
+
"@taquito/local-forging": "^22.0.0",
|
|
83
|
+
"@taquito/michel-codec": "^22.0.0",
|
|
84
|
+
"@taquito/michelson-encoder": "^22.0.0",
|
|
85
|
+
"@taquito/rpc": "^22.0.0",
|
|
86
|
+
"@taquito/utils": "^22.0.0",
|
|
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": "134ec228acbee03b4f40b80c89d78c718557569b"
|
|
129
129
|
}
|