@chain-registry/keplr 2.0.118 → 2.0.121

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. 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@interweb.co>
4
+ Copyright (c) 2025 Constructive <developers@constructive.io>
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
@@ -54,7 +54,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
54
54
 
55
55
  ## Credits
56
56
 
57
- 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
57
+ 🛠 Built by the [Constructive](https://constructive.io) team makers of [Hyperweb](https://hyperweb.io)
58
58
 
59
59
 
60
60
  ## Disclaimer
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@chain-registry/keplr",
3
- "version": "2.0.118",
3
+ "version": "2.0.121",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "Chain Registry to Keplr",
6
6
  "main": "index.js",
7
7
  "module": "esm/index.js",
8
8
  "types": "index.d.ts",
9
9
  "homepage": "https://github.com/hyperweb-io/chain-registry",
10
- "license": "SEE LICENSE IN LICENSE",
10
+ "license": "MIT",
11
11
  "publishConfig": {
12
12
  "access": "public",
13
13
  "directory": "dist"
@@ -20,11 +20,11 @@
20
20
  "url": "https://github.com/hyperweb-io/chain-registry/issues"
21
21
  },
22
22
  "dependencies": {
23
- "@chain-registry/types": "^2.0.118",
23
+ "@chain-registry/types": "^2.0.121",
24
24
  "@keplr-wallet/cosmos": "0.12.28",
25
25
  "@keplr-wallet/crypto": "0.12.28",
26
26
  "@types/semver": "^7.5.8",
27
- "chain-registry": "^2.0.118",
27
+ "chain-registry": "^2.0.121",
28
28
  "semver": "^7.5.0"
29
29
  },
30
30
  "scripts": {
@@ -38,5 +38,5 @@
38
38
  "test:watch": "jest --watch"
39
39
  },
40
40
  "keywords": [],
41
- "gitHead": "9de19845debf5c15e89e19e219bafd453caea6da"
41
+ "gitHead": "08654de6079442fde2e0d7344f353f8bb9be56d2"
42
42
  }