@atlaskit/embedded-confluence 1.5.0 → 1.6.0

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.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "Public release version of Embeddedable Pages for Confluence",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -24,7 +24,7 @@
24
24
  "prepack": "node ./scripts/devCleanup.js",
25
25
  "postpublish": "node ./scripts/devRestore.js",
26
26
  "webpack-build": "NODE_OPTIONS=--max-old-space-size=4096 webpack --env NODE_ENV=production --env prod --progress --config config/webpack.prod.js",
27
- "ak-postbuild": "yarn webpack-build"
27
+ "ak-postbuild": "NODE_OPTIONS=--max-old-space-size=4096 webpack --env NODE_ENV=production --env prod --config config/webpack.prod.js"
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.0.0",
package/report.api.md DELETED
@@ -1,36 +0,0 @@
1
- <!-- API Report Version: 2.3 -->
2
-
3
- ## API Report File for "@atlaskit/embedded-confluence"
4
-
5
- > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
6
- > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
-
8
- ### Table of contents
9
-
10
- - [Main Entry Types](#main-entry-types)
11
-
12
- ### Main Entry Types
13
-
14
- <!--SECTION START: Main Entry Types-->
15
-
16
- ```ts
17
- import type { EditPageProps } from '@atlassian/embedded-confluence-common';
18
- import { ExperienceTracker } from '@atlassian/experience-tracker';
19
- import { ExperienceTrackerContext } from '@atlassian/experience-tracker';
20
- import { default as React_2 } from 'react';
21
- import type { ViewPageProps } from '@atlassian/embedded-confluence-common';
22
-
23
- // @public (undocumented)
24
- export const EditPage: React_2.FC<EditPageProps>;
25
-
26
- export { ExperienceTracker };
27
-
28
- export { ExperienceTrackerContext };
29
-
30
- // @public (undocumented)
31
- export const ViewPage: React_2.FC<ViewPageProps>;
32
-
33
- // (No @packageDocumentation comment for this package)
34
- ```
35
-
36
- <!--SECTION END: Main Entry Types-->