@tryghost/portal 2.56.3 → 2.57.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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2013-2026 Ghost Foundation
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -28,13 +28,12 @@ Refer the [docs](https://ghost.org/help/setup-members/#customize-portal-settings
28
28
 
29
29
  ## Develop
30
30
 
31
- Run Portal within the Ghost monorepo with:
31
+ Portal runs automatically when using Ghost's development command from the monorepo root:
32
32
  ```
33
- yarn dev --portal
33
+ yarn dev
34
34
  ```
35
35
 
36
- Alternatively, use `yarn dev --all` to load Portal and other supported apps/services, see [dev.js](https://github.com/TryGhost/Ghost/blob/main/.github/scripts/dev.js) for more information.
37
-
36
+ This starts all frontend apps (including Portal.)
38
37
  ---
39
38
 
40
39
  To run Portal in a standalone fashion, use `yarn start` and open [http://localhost:3000](http://localhost:3000).
@@ -87,4 +86,4 @@ If the CI doesn't clear JsDelivr cache to get the new version out instantly, you
87
86
 
88
87
  # Copyright & License
89
88
 
90
- Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
89
+ Copyright (c) 2013-2026 Ghost Foundation - Released under the [MIT license](LICENSE).
package/package.json CHANGED
@@ -1,11 +1,8 @@
1
1
  {
2
2
  "name": "@tryghost/portal",
3
- "version": "2.56.3",
3
+ "version": "2.57.0",
4
4
  "license": "MIT",
5
- "repository": {
6
- "type": "git",
7
- "url": "git://github.com/TryGhost/Ghost.git"
8
- },
5
+ "repository": "https://github.com/TryGhost/Ghost",
9
6
  "author": "Ghost Foundation",
10
7
  "files": [
11
8
  "umd/",