@devicecloud.dev/dcd 0.0.1-alpha.8 → 0.0.1-alpha.9

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.
@@ -236,7 +236,7 @@ class Cloud extends core_1.Command {
236
236
  acc[key] = value;
237
237
  return acc;
238
238
  }, {});
239
- const buffer = testFileNames?.length > 1
239
+ const buffer = [...sequentialFlows, ...testFileNames]?.length > 1
240
240
  ? await compressDir(flowFile.split('/').slice(0, -1).join('/'))
241
241
  : await compressFile(flowFile);
242
242
  const blob = new Blob([buffer], {
@@ -184,5 +184,5 @@
184
184
  ]
185
185
  }
186
186
  },
187
- "version": "0.0.1-alpha.8"
187
+ "version": "0.0.1-alpha.9"
188
188
  }
package/package.json CHANGED
@@ -75,7 +75,7 @@
75
75
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
76
76
  "version": "oclif readme && git add README.md"
77
77
  },
78
- "version": "0.0.1-alpha.8",
78
+ "version": "0.0.1-alpha.9",
79
79
  "bugs": {
80
80
  "url": "https://discord.gg/GzZBHcUJ"
81
81
  },