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