@chain-registry/client 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 +4 -4
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
|
@@ -266,7 +266,8 @@ A unified toolkit for building applications and smart contracts in the Interchai
|
|
|
266
266
|
|
|
267
267
|
## Credits
|
|
268
268
|
|
|
269
|
-
🛠 Built by
|
|
269
|
+
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
|
|
270
|
+
|
|
270
271
|
|
|
271
272
|
## Disclaimer
|
|
272
273
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/client",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.82",
|
|
4
4
|
"description": "Chain Registry Client",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"supertest": "6.3.3"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@chain-registry/types": "^2.0.
|
|
39
|
-
"@chain-registry/utils": "^2.0.
|
|
38
|
+
"@chain-registry/types": "^2.0.82",
|
|
39
|
+
"@chain-registry/utils": "^2.0.82",
|
|
40
40
|
"bfs-path": "^1.0.2",
|
|
41
41
|
"cross-fetch": "^3.1.5"
|
|
42
42
|
},
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"interchain",
|
|
48
48
|
"tokens"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "f4b77e61ccbe764b6c29108c7432bdd4605b8af4"
|
|
51
51
|
}
|