@launchdarkly/observability 0.3.1 → 0.3.2
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 -4
- package/dist/observability.js +1 -1
- package/dist/observability.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -5,10 +5,7 @@
|
|
|
5
5
|
[![NPM][o11y-sdk-dm-badge]][o11y-sdk-npm-link]
|
|
6
6
|
[![NPM][o11y-sdk-dt-badge]][o11y-sdk-npm-link]
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
> [!CAUTION]
|
|
11
|
-
> This library is in Early Access Preview and APIs are subject to change until a 1.x version is released.
|
|
8
|
+
**NB: APIs are subject to change until a 1.x version is released.**
|
|
12
9
|
|
|
13
10
|
## Install
|
|
14
11
|
|
package/dist/observability.js
CHANGED