@trigger.dev/core 0.0.0-v3-prerelease-20240620110206 → 0.0.0-v3-prerelease-20240624161326

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.
@@ -4575,10 +4575,7 @@ interface ImportEnvironmentVariablesParams {
4575
4575
  /**
4576
4576
  * The variables to be imported. If a variable with the same key already exists, it will be overwritten when `override` is `true`.
4577
4577
  *
4578
- * There are two ways to specify the variables:
4579
- *
4580
- * 1. As a record of key-value pairs. e.g. `{ "key1": "value1", "key2": "value2" }`
4581
- * 2. As an "uploadable" object in dotenv format. An uploadable can be a Node readable stream, a string, or a Buffer. You can also pass the return value of a `fetch` call.
4578
+ * To specify the variables, you can pass them in as a record of key-value pairs. e.g. `{ "key1": "value1", "key2": "value2" }`
4582
4579
  */
4583
4580
  variables: Record<string, string>;
4584
4581
  override?: boolean;
@@ -4575,10 +4575,7 @@ interface ImportEnvironmentVariablesParams {
4575
4575
  /**
4576
4576
  * The variables to be imported. If a variable with the same key already exists, it will be overwritten when `override` is `true`.
4577
4577
  *
4578
- * There are two ways to specify the variables:
4579
- *
4580
- * 1. As a record of key-value pairs. e.g. `{ "key1": "value1", "key2": "value2" }`
4581
- * 2. As an "uploadable" object in dotenv format. An uploadable can be a Node readable stream, a string, or a Buffer. You can also pass the return value of a `fetch` call.
4578
+ * To specify the variables, you can pass them in as a record of key-value pairs. e.g. `{ "key1": "value1", "key2": "value2" }`
4582
4579
  */
4583
4580
  variables: Record<string, string>;
4584
4581
  override?: boolean;
package/dist/v3/index.js CHANGED
@@ -33,7 +33,7 @@ var __privateMethod = (obj, member, method) => {
33
33
  };
34
34
 
35
35
  // package.json
36
- var version = "0.0.0-v3-prerelease-20240620110206";
36
+ var version = "0.0.0-v3-prerelease-20240624161326";
37
37
  var dependencies = {
38
38
  "@google-cloud/precise-date": "^4.0.0",
39
39
  "@opentelemetry/api": "^1.8.0",