@keyringnetwork/keyring-connect-sdk 4.1.0-alpha.4 → 4.1.0-alpha.5
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/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -57,7 +57,7 @@ var import_pino = __toESM(require("pino"), 1);
|
|
|
57
57
|
// package.json
|
|
58
58
|
var package_default = {
|
|
59
59
|
name: "@keyringnetwork/keyring-connect-sdk",
|
|
60
|
-
version: "4.1.0-alpha.
|
|
60
|
+
version: "4.1.0-alpha.5",
|
|
61
61
|
description: "An SDK for interacting with Keyring Connect browser extension",
|
|
62
62
|
type: "module",
|
|
63
63
|
main: "dist/index.cjs",
|
|
@@ -99,7 +99,7 @@ var package_default = {
|
|
|
99
99
|
},
|
|
100
100
|
dependencies: {
|
|
101
101
|
"@keyringnetwork/contracts-abi": "2.6.1",
|
|
102
|
-
"@keyringnetwork/keyring-core-sdk": "1.0.0-alpha.
|
|
102
|
+
"@keyringnetwork/keyring-core-sdk": "1.0.0-alpha.2",
|
|
103
103
|
"@keyringnetwork/keyring-dtos": "1.0.0",
|
|
104
104
|
axios: "^1.12.2",
|
|
105
105
|
lit: "^3.3.1",
|
package/dist/index.js
CHANGED
|
@@ -29,7 +29,7 @@ import pino from "pino";
|
|
|
29
29
|
// package.json
|
|
30
30
|
var package_default = {
|
|
31
31
|
name: "@keyringnetwork/keyring-connect-sdk",
|
|
32
|
-
version: "4.1.0-alpha.
|
|
32
|
+
version: "4.1.0-alpha.5",
|
|
33
33
|
description: "An SDK for interacting with Keyring Connect browser extension",
|
|
34
34
|
type: "module",
|
|
35
35
|
main: "dist/index.cjs",
|
|
@@ -71,7 +71,7 @@ var package_default = {
|
|
|
71
71
|
},
|
|
72
72
|
dependencies: {
|
|
73
73
|
"@keyringnetwork/contracts-abi": "2.6.1",
|
|
74
|
-
"@keyringnetwork/keyring-core-sdk": "1.0.0-alpha.
|
|
74
|
+
"@keyringnetwork/keyring-core-sdk": "1.0.0-alpha.2",
|
|
75
75
|
"@keyringnetwork/keyring-dtos": "1.0.0",
|
|
76
76
|
axios: "^1.12.2",
|
|
77
77
|
lit: "^3.3.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keyringnetwork/keyring-connect-sdk",
|
|
3
|
-
"version": "4.1.0-alpha.
|
|
3
|
+
"version": "4.1.0-alpha.5",
|
|
4
4
|
"description": "An SDK for interacting with Keyring Connect browser extension",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@keyringnetwork/contracts-abi": "2.6.1",
|
|
35
|
-
"@keyringnetwork/keyring-core-sdk": "1.0.0-alpha.
|
|
35
|
+
"@keyringnetwork/keyring-core-sdk": "1.0.0-alpha.2",
|
|
36
36
|
"@keyringnetwork/keyring-dtos": "1.0.0",
|
|
37
37
|
"axios": "^1.12.2",
|
|
38
38
|
"lit": "^3.3.1",
|