@dynatrace-sdk/client-query 1.8.0 → 1.8.1
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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/cjs/index.js +1 -1
- package/docs/DOCS.md +5 -3
- package/dynatrace-metadata.json +2 -2
- package/esm/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @dynatrace-sdk/client-query
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@dynatrace-sdk/client-query/v/1.8.1)
|
|
4
4
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
5
5
|
|
|
6
6
|
Exposes an API to fetch records stored in Grail
|
package/cjs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
3
|
+
* Copyright 2023-2024 Dynatrace LLC
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
6
6
|
* You may obtain a copy of the License at
|
package/docs/DOCS.md
CHANGED
|
@@ -7,7 +7,7 @@ description: Exposes an API to fetch records stored in Grail.
|
|
|
7
7
|
|
|
8
8
|
Exposes an API to fetch records stored in Grail
|
|
9
9
|
|
|
10
|
-
import NpmLogo from
|
|
10
|
+
import NpmLogo from "@site/static/img/npm-logo.png";
|
|
11
11
|
|
|
12
12
|
<div class="row margin-bottom--md">
|
|
13
13
|
<div class="col">
|
|
@@ -16,8 +16,10 @@ import NpmLogo from '@site/static/img/npm-logo.png';
|
|
|
16
16
|
<img className="no-zoom" width="20px" src={NpmLogo} />
|
|
17
17
|
</a>
|
|
18
18
|
</div>
|
|
19
|
-
<div class="col" style={{textAlign:
|
|
20
|
-
<a href="https://www.npmjs.com/package/@dynatrace-sdk/client-query/v/1.8.
|
|
19
|
+
<div class="col" style={{ textAlign: "right" }}>
|
|
20
|
+
<a href="https://www.npmjs.com/package/@dynatrace-sdk/client-query/v/1.8.1">
|
|
21
|
+
v1.8.1
|
|
22
|
+
</a>
|
|
21
23
|
</div>
|
|
22
24
|
</div>
|
|
23
25
|
|
package/dynatrace-metadata.json
CHANGED
package/esm/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* Copyright 2023 Dynatrace LLC
|
|
3
|
+
* Copyright 2023-2024 Dynatrace LLC
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
6
6
|
* You may obtain a copy of the License at
|