Comparing version 9.0.0-preview.3 to 9.0.0-preview.4
@@ -103,3 +103,3 @@ "use strict"; | ||
this._headers.set("x-arango-version", String(this._arangoVersion)); | ||
this._headers.set("x-arango-driver", `arangojs/9.0.0-preview.3 (cloud)`); | ||
this._headers.set("x-arango-driver", `arangojs/9.0.0-preview.4 (cloud)`); | ||
this._loadBalancingStrategy = config.loadBalancingStrategy ?? "NONE"; | ||
@@ -106,0 +106,0 @@ this._precaptureStackTraces = Boolean(config.precaptureStackTraces); |
@@ -18,2 +18,6 @@ import { Database } from "./database.js"; | ||
/** | ||
* The job's ID. | ||
*/ | ||
get id(): string; | ||
/** | ||
* Whether the job's results have been loaded. If set to `true`, the job's | ||
@@ -20,0 +24,0 @@ * result can be accessed from {@link Job.result}. |
@@ -24,2 +24,8 @@ "use strict"; | ||
/** | ||
* The job's ID. | ||
*/ | ||
get id() { | ||
return this._id; | ||
} | ||
/** | ||
* Whether the job's results have been loaded. If set to `true`, the job's | ||
@@ -26,0 +32,0 @@ * result can be accessed from {@link Job.result}. |
@@ -99,3 +99,3 @@ /** | ||
this._headers.set("x-arango-version", String(this._arangoVersion)); | ||
this._headers.set("x-arango-driver", `arangojs/9.0.0-preview.3 (cloud)`); | ||
this._headers.set("x-arango-driver", `arangojs/9.0.0-preview.4 (cloud)`); | ||
this._loadBalancingStrategy = config.loadBalancingStrategy ?? "NONE"; | ||
@@ -102,0 +102,0 @@ this._precaptureStackTraces = Boolean(config.precaptureStackTraces); |
@@ -18,2 +18,6 @@ import { Database } from "./database.js"; | ||
/** | ||
* The job's ID. | ||
*/ | ||
get id(): string; | ||
/** | ||
* Whether the job's results have been loaded. If set to `true`, the job's | ||
@@ -20,0 +24,0 @@ * result can be accessed from {@link Job.result}. |
@@ -21,2 +21,8 @@ /** | ||
/** | ||
* The job's ID. | ||
*/ | ||
get id() { | ||
return this._id; | ||
} | ||
/** | ||
* Whether the job's results have been loaded. If set to `true`, the job's | ||
@@ -23,0 +29,0 @@ * result can be accessed from {@link Job.result}. |
@@ -18,2 +18,6 @@ import { Database } from "./database.js"; | ||
/** | ||
* The job's ID. | ||
*/ | ||
get id(): string; | ||
/** | ||
* Whether the job's results have been loaded. If set to `true`, the job's | ||
@@ -20,0 +24,0 @@ * result can be accessed from {@link Job.result}. |
{ | ||
"name": "arangojs", | ||
"version": "9.0.0-preview.3", | ||
"version": "9.0.0-preview.4", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=18" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3558099
55201