jfrog-workers 0.14.0 → 0.16.0
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.
- package/dist/index.d.ts +0 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -153,11 +153,6 @@ export interface PlatformContext {
|
|
|
153
153
|
* Token used when communicating with the JFrog platform
|
|
154
154
|
*/
|
|
155
155
|
platformToken: string;
|
|
156
|
-
/**
|
|
157
|
-
* Username of the principal that triggered this execution (for example via HTTP manual execute).
|
|
158
|
-
* Empty when not available.
|
|
159
|
-
*/
|
|
160
|
-
triggeringUserName: string;
|
|
161
156
|
/**
|
|
162
157
|
* State manager to store and retrieve state for this Worker between executions.
|
|
163
158
|
* NOTE: This state is not safe against concurrent executions of the same Worker.
|