Skip to content

Commit 1ede443

Browse files
Carbon225djstrong
authored andcommitted
update standard
1 parent d58162b commit 1ede443

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

ens_normalize/spec.pickle

38.4 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ens-normalize"
3-
version = "3.0.4"
3+
version = "3.0.5"
44
description = "Ethereum Name Service (ENS) Name Normalizer"
55
license = "MIT"
66
authors = ["Jakub Karbowski <jakub@namehash.io>"]

tests/ens-normalize-tests.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tools/updater/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"start": "python update_ens.py"
55
},
66
"dependencies": {
7-
"@adraffy/ens-normalize": "github:adraffy/ens-normalize.js#0383b198462f594ae639ad7d46dcfbaff9b276fe"
7+
"@adraffy/ens-normalize": "github:adraffy/ens-normalize.js#52ce1a2fb22b86416f23a481c956bc74368c35a7"
88
}
99
}

tools/updater/spec.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tools/updater/update_ens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def add_whole_map_export():
3030
with open(INDEX_JS_PATH, encoding='utf-8') as f:
3131
content = f.read()
3232

33-
content += '\n\n// added by update_ens.py\nexport {WHOLE_MAP}\n'
33+
content += '\n\n// added by update_ens.py\ninit();\nexport {WHOLE_MAP};\n'
3434

3535
with open(INDEX_JS_PATH, 'w', encoding='utf-8') as f:
3636
f.write(content)

0 commit comments

Comments
 (0)