@intuned/runtime-dev 1.0.6-cli.8.0.7 → 1.0.6-cli.8.0.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.
@@ -13,6 +13,7 @@ _dotenv.default.config({
13
13
  _commander.program.description("Deploy an Intuned project to be public").argument("[project-name]", "Name of the project to deploy").option("-w, --workspace-id <id>", "Your Intuned workspace ID").option("-k, --api-key <key>", "Your Intuned API key").action(async (projectName, options) => {
14
14
  try {
15
15
  const _projectName = projectName || (await (0, _utils2.getSettingIntunedJSON)("projectName"));
16
+ console.log("Project name: ", _projectName);
16
17
  if (!_projectName) {
17
18
  throw new Error("Project name is required");
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.0.6-cli.8.0.7",
3
+ "version": "1.0.6-cli.8.0.8",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",