@alephium/web3 0.11.0 → 0.11.1
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.
|
@@ -929,7 +929,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
|
|
|
929
929
|
}
|
|
930
930
|
/**
|
|
931
931
|
* @title Alephium API
|
|
932
|
-
* @version 2.1
|
|
932
|
+
* @version 2.2.1
|
|
933
933
|
* @baseUrl ../
|
|
934
934
|
*/
|
|
935
935
|
export declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alephium/web3",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "A JS/TS library to interact with the Alephium platform",
|
|
5
5
|
"license": "GPL",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"author": "Alephium dev <dev@alephium.org>",
|
|
29
29
|
"config": {
|
|
30
|
-
"alephium_version": "2.1
|
|
30
|
+
"alephium_version": "2.2.1",
|
|
31
31
|
"explorer_backend_version": "1.13.4"
|
|
32
32
|
},
|
|
33
33
|
"type": "commonjs",
|
package/src/api/api-alephium.ts
CHANGED
|
@@ -1217,7 +1217,7 @@ export class HttpClient<SecurityDataType = unknown> {
|
|
|
1217
1217
|
|
|
1218
1218
|
/**
|
|
1219
1219
|
* @title Alephium API
|
|
1220
|
-
* @version 2.1
|
|
1220
|
+
* @version 2.2.1
|
|
1221
1221
|
* @baseUrl ../
|
|
1222
1222
|
*/
|
|
1223
1223
|
export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> {
|