@atlaskit/embedded-confluence 2.10.0 → 2.12.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/CHANGELOG.md +12 -0
- package/dist/embedded-confluence-bundle.js +24 -24
- package/package.json +3 -3
- package/tmp/api-report-tmp.d.ts +0 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/embedded-confluence",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.0",
|
|
4
4
|
"description": "Public release version of Embeddedable Pages for Confluence",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"scripts": {
|
|
32
32
|
"prepack": "node ./scripts/devCleanup.js",
|
|
33
33
|
"postpublish": "node ./scripts/devRestore.js",
|
|
34
|
-
"webpack-build": "NODE_OPTIONS
|
|
35
|
-
"ak-postbuild": "NODE_OPTIONS
|
|
34
|
+
"webpack-build": "NODE_OPTIONS=\"--max-old-space-size=4096 --openssl-legacy-provider\" webpack --env NODE_ENV=production --env prod --progress --config config/webpack.prod.js",
|
|
35
|
+
"ak-postbuild": "NODE_OPTIONS=\"--max-old-space-size=4096 --openssl-legacy-provider\" webpack --env NODE_ENV=production --env prod --config config/webpack.prod.js"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
package/tmp/api-report-tmp.d.ts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
## API Report File for "@atlaskit/embedded-confluence"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import type { EditPageProps } from '@atlassian/embedded-confluence-common';
|
|
8
|
-
import { ExperienceTracker } from '@atlassian/experience-tracker';
|
|
9
|
-
import { ExperienceTrackerContext } from '@atlassian/experience-tracker';
|
|
10
|
-
import { Page as Page_2 } from '@atlassian/embedded-confluence-common';
|
|
11
|
-
import { default as React_2 } from 'react';
|
|
12
|
-
import { themeStateObjectToQueryString } from '@atlassian/embedded-confluence-common';
|
|
13
|
-
import type { ViewPageProps } from '@atlassian/embedded-confluence-common';
|
|
14
|
-
|
|
15
|
-
// @public (undocumented)
|
|
16
|
-
export const EditPage: React_2.FC<EditPageProps>;
|
|
17
|
-
|
|
18
|
-
export { ExperienceTracker }
|
|
19
|
-
|
|
20
|
-
export { ExperienceTrackerContext }
|
|
21
|
-
|
|
22
|
-
// @public (undocumented)
|
|
23
|
-
export const Page: (props: Omit<React_2.ComponentProps<typeof Page_2>, 'editComponent' | 'viewComponent'>) => JSX.Element;
|
|
24
|
-
|
|
25
|
-
export { themeStateObjectToQueryString }
|
|
26
|
-
|
|
27
|
-
// @public (undocumented)
|
|
28
|
-
export const ViewPage: React_2.FC<ViewPageProps>;
|
|
29
|
-
|
|
30
|
-
// (No @packageDocumentation comment for this package)
|
|
31
|
-
|
|
32
|
-
```
|