@atlaskit/analytics-namespaced-context 6.10.0 → 6.10.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/analytics-namespaced-context
2
2
 
3
+ ## 6.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#121046](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/121046)
8
+ [`06f31de41af3a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/06f31de41af3a) -
9
+ Upgrading react version to 18
10
+
3
11
  ## 6.10.0
4
12
 
5
13
  ### Minor Changes
@@ -1,12 +1,11 @@
1
1
  {
2
- "extends": "../../../../tsconfig.products.json",
2
+ "extends": "../../../../tsconfig.entry-points.jira.json",
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
6
6
  "outDir": "../../../../../tsDist/@atlaskit__analytics-namespaced-context/app",
7
7
  "composite": true,
8
- "rootDir": "../",
9
- "baseUrl": "../"
8
+ "rootDir": "../"
10
9
  },
11
10
  "include": [
12
11
  "../src/**/*.ts",
@@ -0,0 +1,24 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.post-office.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../tsDist/@atlaskit__analytics-namespaced-context/app",
7
+ "composite": true,
8
+ "rootDir": "../"
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../analytics-next/afm-post-office/tsconfig.json"
22
+ }
23
+ ]
24
+ }
package/package.json CHANGED
@@ -1,60 +1,61 @@
1
1
  {
2
- "name": "@atlaskit/analytics-namespaced-context",
3
- "version": "6.10.0",
4
- "description": "Provides a namespace for AnalyticsContext data (@atlaskit/analytics-next)",
5
- "publishConfig": {
6
- "registry": "https://registry.npmjs.org/"
7
- },
8
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
- "author": "Atlassian Pty Ltd",
10
- "license": "Apache-2.0",
11
- "main": "dist/cjs/index.js",
12
- "module": "dist/esm/index.js",
13
- "module:es2019": "dist/es2019/index.js",
14
- "types": "dist/types/index.d.ts",
15
- "typesVersions": {
16
- ">=4.5 <4.9": {
17
- "*": [
18
- "dist/types-ts4.5/*",
19
- "dist/types-ts4.5/index.d.ts"
20
- ]
21
- }
22
- },
23
- "atlaskit:src": "src/index.ts",
24
- "af:exports": {
25
- "./MediaAnalyticsContext": "./src/MediaAnalyticsContext.tsx",
26
- "./NavigationAnalyticsContext": "./src/NavigationAnalyticsContext.tsx",
27
- "./PeopleTeamsAnalyticsContext": "./src/PeopleTeamsAnalyticsContext.tsx",
28
- "./RecentWorkAnalyticsContext": "./src/RecentWorkAnalyticsContext.tsx",
29
- "./AtlasAnalyticsContext": "./src/AtlasAnalyticsContext.tsx",
30
- "./LinkingPlatformAnalyticsContext": "./src/LinkingPlatformAnalyticsContext.tsx",
31
- "./PostOfficeAnalyticsContext": "./src/PostOfficeAnalyticsContext.tsx",
32
- ".": "./src/index.ts"
33
- },
34
- "atlassian": {
35
- "team": "UIP Frontend Observability",
36
- "releaseModel": "continuous",
37
- "productPushConsumption": [
38
- "jira"
39
- ]
40
- },
41
- "config": {
42
- "access": "public"
43
- },
44
- "dependencies": {
45
- "@atlaskit/analytics-next": "^9.3.0",
46
- "@babel/runtime": "^7.0.0"
47
- },
48
- "peerDependencies": {
49
- "react": "^16.8.0"
50
- },
51
- "devDependencies": {
52
- "@testing-library/react": "^12.1.5",
53
- "react": "^16.8.0",
54
- "typescript": "~5.4.2"
55
- },
56
- "keywords": [
57
- "fabric",
58
- "ui"
59
- ]
60
- }
2
+ "name": "@atlaskit/analytics-namespaced-context",
3
+ "version": "6.10.1",
4
+ "description": "Provides a namespace for AnalyticsContext data (@atlaskit/analytics-next)",
5
+ "publishConfig": {
6
+ "registry": "https://registry.npmjs.org/"
7
+ },
8
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
+ "author": "Atlassian Pty Ltd",
10
+ "license": "Apache-2.0",
11
+ "main": "dist/cjs/index.js",
12
+ "module": "dist/esm/index.js",
13
+ "module:es2019": "dist/es2019/index.js",
14
+ "types": "dist/types/index.d.ts",
15
+ "typesVersions": {
16
+ ">=4.5 <4.9": {
17
+ "*": [
18
+ "dist/types-ts4.5/*",
19
+ "dist/types-ts4.5/index.d.ts"
20
+ ]
21
+ }
22
+ },
23
+ "atlaskit:src": "src/index.ts",
24
+ "af:exports": {
25
+ "./MediaAnalyticsContext": "./src/MediaAnalyticsContext.tsx",
26
+ "./NavigationAnalyticsContext": "./src/NavigationAnalyticsContext.tsx",
27
+ "./PeopleTeamsAnalyticsContext": "./src/PeopleTeamsAnalyticsContext.tsx",
28
+ "./RecentWorkAnalyticsContext": "./src/RecentWorkAnalyticsContext.tsx",
29
+ "./AtlasAnalyticsContext": "./src/AtlasAnalyticsContext.tsx",
30
+ "./LinkingPlatformAnalyticsContext": "./src/LinkingPlatformAnalyticsContext.tsx",
31
+ "./PostOfficeAnalyticsContext": "./src/PostOfficeAnalyticsContext.tsx",
32
+ ".": "./src/index.ts"
33
+ },
34
+ "atlassian": {
35
+ "team": "UIP Frontend Observability",
36
+ "releaseModel": "continuous",
37
+ "productPushConsumption": [
38
+ "jira"
39
+ ]
40
+ },
41
+ "config": {
42
+ "access": "public"
43
+ },
44
+ "dependencies": {
45
+ "@atlaskit/analytics-next": "^9.3.0",
46
+ "@babel/runtime": "^7.0.0"
47
+ },
48
+ "peerDependencies": {
49
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
50
+ },
51
+ "runReact18": true,
52
+ "devDependencies": {
53
+ "@testing-library/react": "^12.1.5",
54
+ "react": "^16.8.0",
55
+ "typescript": "~5.4.2"
56
+ },
57
+ "keywords": [
58
+ "fabric",
59
+ "ui"
60
+ ]
61
+ }