@devicecloud.dev/dcd 2.3.0 → 2.3.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.
@@ -202,7 +202,7 @@ class Cloud extends core_1.Command {
202
202
  testFormData.set('file', blob, 'flowFile.zip');
203
203
  testFormData.set('appBinaryId', finalBinaryId);
204
204
  testFormData.set('testFileNames', JSON.stringify(testFileNames.map((t) => t.replaceAll(commonRoot, '.'))));
205
- testFormData.set('sequentialFlows', JSON.stringify(sequentialFlows));
205
+ testFormData.set('sequentialFlows', JSON.stringify(sequentialFlows.map((t) => t.replaceAll(commonRoot, '.'))));
206
206
  testFormData.set('env', JSON.stringify(envObject));
207
207
  testFormData.set('googlePlay', googlePlay ? 'true' : 'false');
208
208
  const config = {
@@ -299,5 +299,5 @@
299
299
  ]
300
300
  }
301
301
  },
302
- "version": "2.3.0"
302
+ "version": "2.3.1"
303
303
  }
package/package.json CHANGED
@@ -80,7 +80,7 @@
80
80
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
81
81
  "version": "oclif readme && git add README.md"
82
82
  },
83
- "version": "2.3.0",
83
+ "version": "2.3.1",
84
84
  "bugs": {
85
85
  "url": "https://discord.gg/gm3mJwcNw8"
86
86
  },