@tryghost/signup-form 0.3.4 → 0.3.6

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
@@ -11,9 +11,12 @@ Embed a Ghost signup form on any site.
11
11
 
12
12
  ### Running via Ghost `yarn dev` in root folder
13
13
 
14
- You can automatically start the signup-form dev server when developing Ghost by running Ghost (in root folder) via `yarn dev --all`. This will only build the production build, without the demo site.
14
+ Signup Form runs automatically when using Ghost's development command from the monorepo root:
15
+ ```bash
16
+ yarn dev
17
+ ```
15
18
 
16
- Running via `yarn dev --all --signup` or `yarn dev --signup` will also serve the demo site on `http://localhost:6173`.
19
+ This starts all frontend apps (including Signup Form.)
17
20
 
18
21
  ### Running the development version only
19
22
 
@@ -60,3 +63,7 @@ In either case, you need sufficient permissions to release `@tryghost` packages
60
63
  3. Wait until a new version of Ghost is released
61
64
 
62
65
  To use the new version of signup form in Ghost, update the version in Ghost core's default configuration (currently at `core/shared/config/default.json`)
66
+
67
+ # Copyright & License
68
+
69
+ 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/signup-form",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "license": "MIT",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/TryGhost/Ghost/tree/main/packages/signup-form"
8
- },
5
+ "repository": "https://github.com/TryGhost/Ghost",
9
6
  "author": "Ghost Foundation",
10
7
  "files": [
11
8
  "LICENSE",
@@ -57,7 +54,7 @@
57
54
  "eslint-plugin-react-hooks": "4.6.2",
58
55
  "eslint-plugin-react-refresh": "0.4.24",
59
56
  "eslint-plugin-tailwindcss": "3.18.2",
60
- "jsdom": "24.1.3",
57
+ "jsdom": "28.1.0",
61
58
  "postcss": "8.5.6",
62
59
  "postcss-import": "16.1.1",
63
60
  "prop-types": "15.8.1",