kurtosis-sdk 0.85.11 → 0.85.13

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.
@@ -470,6 +470,7 @@ export declare class RunStarlarkPackageArgs extends Message<RunStarlarkPackageAr
470
470
 
471
471
  /**
472
472
  * Defaults to empty
473
+ * Deprecated: This value isn't used in the APIC anymore
473
474
  *
474
475
  * @generated from field: optional string cloud_instance_id = 12;
475
476
  */
@@ -477,6 +478,7 @@ export declare class RunStarlarkPackageArgs extends Message<RunStarlarkPackageAr
477
478
 
478
479
  /**
479
480
  * Defaults to empty
481
+ * Deprecated: This value isn't used in the APIC anymore
480
482
  *
481
483
  * @generated from field: optional string cloud_user_id = 13;
482
484
  */
@@ -4,5 +4,5 @@ exports.KURTOSIS_VERSION = void 0;
4
4
  // !!!!!!!!!!! DO NOT UPDATE! WILL BE MANUALLY UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!
5
5
  // This is necessary so that Kurt Core consumers (e.g. modules) will know if they're compatible with the currently-running
6
6
  // API container
7
- exports.KURTOSIS_VERSION = "0.85.11";
7
+ exports.KURTOSIS_VERSION = "0.85.13";
8
8
  // !!!!!!!!!!! DO NOT UPDATE! WILL BE MANUALLY UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kurtosis-sdk",
3
3
  "//": "NOTE: DO NOT UPDATE THIS VERSION MANUALLY - IT WILL BE UPDATED DURING THE RELEASE PROCESS!",
4
- "version": "0.85.11",
4
+ "version": "0.85.13",
5
5
  "main": "./build/index",
6
6
  "description": "This repo contains a Typescript client for communicating with the Kurtosis Engine server, which is responsible for creating, managing and destroying Kurtosis Enclaves.",
7
7
  "types": "./build/index",