@launchdarkly/observability 0.1.3 → 0.1.5

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @launchdarkly/observability
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 24f38cf: update launchdarkly package reporting of attributes for application and environment
8
+
9
+ ## 0.1.4
10
+
11
+ ### Patch Changes
12
+
13
+ - 96d5818: change type exports to be compatible with moduleResolution node
14
+ - Updated dependencies [96d5818]
15
+ - highlight.run@9.18.1
16
+
3
17
  ## 0.1.3
4
18
 
5
19
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,2 +1 @@
1
- export { Observe as default } from 'highlight.run/observe';
2
- export { LDObserve } from 'highlight.run/ld/observe';
1
+ export { Observe as default, LDObserve } from 'highlight.run';