@atlaskit/insm 2.0.12 → 2.0.14
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 +16 -0
- package/dist/types/insm.d.ts +1 -1
- package/dist/types/types.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/insm
|
|
2
2
|
|
|
3
|
+
## 2.0.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 2.0.13
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`656801b9e097c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/656801b9e097c) -
|
|
14
|
+
VOLTC-331 - Migrate updated package usage in platform/editor: rewrite barrel imports of
|
|
15
|
+
voltCompliant provider packages to deep/subpath imports (consumer-side debarrel). No public API
|
|
16
|
+
changes.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 2.0.12
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/types/insm.d.ts
CHANGED
|
@@ -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';
|
package/dist/types/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/insm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14",
|
|
4
4
|
"description": "INSM tooling measures user-perceived interactivity of a page",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@atlaskit/analytics-listeners": "^11.1.0",
|
|
21
21
|
"@atlaskit/platform-feature-experiments": "^0.3.0",
|
|
22
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
22
|
+
"@atlaskit/tmp-editor-statsig": "^160.0.0",
|
|
23
23
|
"@babel/runtime": "^7.0.0",
|
|
24
24
|
"bowser-ultralight": "^1.0.6"
|
|
25
25
|
},
|