Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "myges", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -0,0 +0,0 @@ # MyGES CLI |
@@ -391,3 +391,3 @@ #!/usr/bin/env node --no-warnings | ||
const result = await api.request(method, url, config, { | ||
body: options.body, | ||
data: options.body, | ||
headers: { | ||
@@ -394,0 +394,0 @@ 'Content-type': 'application/json; charset=utf-8', |
@@ -93,3 +93,3 @@ const fs = require('fs').promises | ||
save(parsed) | ||
await save(parsed) | ||
} | ||
@@ -96,0 +96,0 @@ |
@@ -0,0 +0,0 @@ const axios = require('axios').default |
@@ -0,0 +0,0 @@ const axios = require('axios').default |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30834