@opentap/runner-client 2.2.2 → 2.2.3-alpha.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.
@@ -209,7 +209,7 @@ export declare class BaseClient {
209
209
  * @param {FileParameter} file
210
210
  * @returns {Promise<void>}
211
211
  */
212
- uploadComponentSettings(file: FileParameter): Promise<void>;
212
+ uploadComponentSettings(file: FileParameter): Promise<string[]>;
213
213
  /**
214
214
  * Load a component settings TapPackage by referencing a package in a package repository
215
215
  * @param {RepositoryPackageReference} packageReference
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentap/runner-client",
3
- "version": "2.2.2",
3
+ "version": "2.2.3-alpha.1",
4
4
  "description": "This is the web client for the OpenTAP Runner.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",