@hyperlane-xyz/registry 1.0.5 → 1.0.6

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.
@@ -1,4 +1,4 @@
1
- export const CHAIN_FILE_REGEX = /chains\/([a-z]+)\/([a-z0-9]+)\.yaml/;
1
+ export const CHAIN_FILE_REGEX = /chains\/([a-z0-9]+)\/([a-z]+)\.yaml/;
2
2
  export class BaseRegistry {
3
3
  logger;
4
4
  // Caches
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hyperlane-xyz/registry",
3
3
  "description": "A collection of configs, artifacts, and schemas for Hyperlane",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "dependencies": {
6
6
  "yaml": "^2",
7
7
  "zod": "^3.21.2"