Compare commits
2 Commits
10d1211800
...
bf60ba6e0a
Author | SHA1 | Date | |
---|---|---|---|
bf60ba6e0a | |||
88e6b7559d |
@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "1.4.15"
|
||||
current_version = "1.4.16"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
8
app.py
8
app.py
@ -579,9 +579,15 @@ def _update_npm_config(credentials=None):
|
||||
return False
|
||||
|
||||
if streams:
|
||||
print("Current Config:")
|
||||
print(current_config)
|
||||
|
||||
new_config = update_config_with_streams(current_config, streams)
|
||||
print("\nNew Config:")
|
||||
print(new_config)
|
||||
|
||||
npm.update_proxy_host_config(9, new_config)
|
||||
print("NPM config updated successfully.")
|
||||
print("\nNPM config updated successfully.")
|
||||
return True
|
||||
else:
|
||||
print("Failed to update NPM config.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user