@intuned/runtime-dev 1.0.6-cli.8.1.7 → 1.0.6-cli.8.1.8

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.
@@ -169,6 +169,7 @@ async function deployProject(projectName, auth) {
169
169
  method: "POST",
170
170
  body: JSON.stringify(deployProjectPayload)
171
171
  });
172
+ console.log(response);
172
173
  if (!response.ok) {
173
174
  if (response.status === 401) {
174
175
  throw new Error(`Invalid API key. Please check your API key and try again.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.6-cli.8.1.7",
3
+ "version": "1.0.6-cli.8.1.8",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",