@chain-registry/cosmostation 2.0.80 → 2.0.82
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/LICENSE +1 -1
- package/README.md +2 -1
- package/package.json +5 -5
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2022 Dan Lynch <pyramation@gmail.com>
|
|
4
|
-
Copyright (c) 2024 Interweb, Inc. <developers@
|
|
4
|
+
Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -50,7 +50,8 @@ A unified toolkit for building applications and smart contracts in the Interchai
|
|
|
50
50
|
|
|
51
51
|
## Credits
|
|
52
52
|
|
|
53
|
-
🛠 Built by
|
|
53
|
+
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
|
|
54
|
+
|
|
54
55
|
|
|
55
56
|
## Disclaimer
|
|
56
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/cosmostation",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.82",
|
|
4
4
|
"description": "Chain Registry to Cosmostation",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^2.0.
|
|
32
|
+
"chain-registry": "^2.0.82"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^2.0.
|
|
36
|
-
"@chain-registry/utils": "^2.0.
|
|
35
|
+
"@chain-registry/types": "^2.0.82",
|
|
36
|
+
"@chain-registry/utils": "^2.0.82",
|
|
37
37
|
"@cosmostation/extension-client": "0.1.15"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"cosmostation"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "f4b77e61ccbe764b6c29108c7432bdd4605b8af4"
|
|
47
47
|
}
|