@tryghost/portal 2.35.1 → 2.36.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/README.md +2 -0
- package/package.json +3 -3
- package/umd/portal.min.js +129 -58
- package/umd/portal.min.js.map +1 -1
package/README.md
CHANGED
|
@@ -48,6 +48,8 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
|
|
48
48
|
The page will reload if you make edits.<br />
|
|
49
49
|
You will also see any lint errors in the console.
|
|
50
50
|
|
|
51
|
+
Start the portal server when developing Ghost by running Ghost (in root folder) via `yarn dev --all` or `yarn dev --portal`. This will host the portal JavaScript files, and makes sure that Ghost uses these locally hosted assets instead of the ones from the CDN.
|
|
52
|
+
|
|
51
53
|
### `yarn build`
|
|
52
54
|
|
|
53
55
|
Creates the production single minified bundle for external use in `umd/portal.min.js`. <br />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/portal",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.36.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@babel/eslint-parser": "7.22.11",
|
|
82
82
|
"@doist/react-interpolate": "0.4.1",
|
|
83
|
-
"@sentry/react": "7.
|
|
84
|
-
"@sentry/tracing": "7.
|
|
83
|
+
"@sentry/react": "7.69.0",
|
|
84
|
+
"@sentry/tracing": "7.69.0",
|
|
85
85
|
"@testing-library/jest-dom": "5.17.0",
|
|
86
86
|
"@testing-library/react": "12.1.5",
|
|
87
87
|
"@tryghost/i18n": "0.0.0",
|