@openeo/js-client 2.9.0 → 2.10.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/README.md CHANGED
@@ -4,7 +4,7 @@ JavaScript/TypeScript client for the openEO API.
4
4
 
5
5
  * [Documentation](https://open-eo.github.io/openeo-js-client/latest/).
6
6
 
7
- The version of this client is **2.9.0** and supports **openEO API versions 1.x.x**.
7
+ The version of this client is **2.10.0** and supports **openEO API versions 1.x.x**.
8
8
  Legacy versions are available as releases.
9
9
  See the [CHANGELOG](CHANGELOG.md) for recent changes.
10
10
 
@@ -75,7 +75,7 @@ Run tests:
75
75
  * `npm test browser` (browser tests)
76
76
  * `npm test node` (node tests)
77
77
  * `npm test builder` (tests only the process builder)
78
- * `npm test earthengine` (full test suite using the Google Earth Engine back-end as server)
78
+ * `npm test test-api` (full test suite using the openeo-test-api back-end as server)
79
79
 
80
80
  # Contributions
81
81
 
package/openeo.d.ts CHANGED
@@ -70,6 +70,8 @@ declare namespace OpenEO {
70
70
  * Returns the access token that is used as Bearer Token in API requests.
71
71
  *
72
72
  * Returns `null` if no access token has been set yet (i.e. not authenticated any longer).
73
+ *
74
+ * Checks whether the server supports the JWT conformance class.
73
75
  *
74
76
  * @returns {string | null}
75
77
  */