eitri-cli 1.10.0 → 1.10.1

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.
@@ -63,7 +63,7 @@ pub async fn publish_revision(
63
63
  let headers = http_client::get_default_headers(access_token).await;
64
64
 
65
65
  let url = format!(
66
- "https://api.eitri.tech/validation-eitri-manager-api/revisions/{}/publish",
66
+ "https://api.eitri.tech/eitri-manager-api/revisions/{}/publish",
67
67
  eitri_app_id
68
68
  );
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eitri-cli",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {