@atlaskit/embedded-confluence 1.2.1 → 1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/embedded-confluence",
3
- "version": "1.2.1",
3
+ "version": "1.3.2",
4
4
  "description": "Public release version of Embeddedable Pages for Confluence",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/docs": "*",
40
40
  "@testing-library/react": "^8.0.1",
41
41
  "react-markdown": "^3.6.0",
42
- "typescript": "4.2.4",
42
+ "typescript": "4.3.5",
43
43
  "wait-for-expect": "^1.2.0"
44
44
  },
45
45
  "browser": "dist/embedded-confluence-bundle.js",
package/report.api.md ADDED
@@ -0,0 +1,23 @@
1
+ ## API Report File for "@atlaskit/embedded-confluence".
2
+
3
+ > Do not edit this file. This report is auto-generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
6
+
7
+ ```ts
8
+ import type { EditPageProps } from '@atlassian/embedded-confluence-common';
9
+ import { ExperienceTracker } from '@atlassian/experience-tracker';
10
+ import { ExperienceTrackerContext } from '@atlassian/experience-tracker';
11
+ import { default as React_2 } from 'react';
12
+ import type { ViewPageProps } from '@atlassian/embedded-confluence-common';
13
+
14
+ export declare const EditPage: React_2.FC<EditPageProps>;
15
+
16
+ export { ExperienceTracker };
17
+
18
+ export { ExperienceTrackerContext };
19
+
20
+ export declare const ViewPage: React_2.FC<ViewPageProps>;
21
+
22
+ export {};
23
+ ```