@atlaskit/insm 2.0.12 → 2.0.13

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,15 @@
1
1
  # @atlaskit/insm
2
2
 
3
+ ## 2.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [`656801b9e097c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/656801b9e097c) -
8
+ VOLTC-331 - Migrate updated package usage in platform/editor: rewrite barrel imports of
9
+ voltCompliant provider packages to deep/subpath imports (consumer-side debarrel). No public API
10
+ changes.
11
+ - Updated dependencies
12
+
3
13
  ## 2.0.12
4
14
 
5
15
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import type { AnalyticsWebClient } from '@atlaskit/analytics-listeners';
1
+ import type { AnalyticsWebClient } from '@atlaskit/analytics-listeners/types';
2
2
  import { INSMSession } from './insm-session';
3
3
  import type { ExperienceProperties, INSMOptions } from './types';
4
4
  import { INPTracker } from './inp-measurers/inp';
@@ -1,4 +1,4 @@
1
- import type { AnalyticsWebClient } from '@atlaskit/analytics-listeners';
1
+ import type { AnalyticsWebClient } from '@atlaskit/analytics-listeners/types';
2
2
  export type INSMOptions = {
3
3
  /**
4
4
  * If an experience is missing or not enabled - no session event will be fired
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/insm",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "INSM tooling measures user-perceived interactivity of a page",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",