@tryghost/sodo-search 1.8.3 → 1.8.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2013-2025 Ghost Foundation
3
+ Copyright (c) 2013-2026 Ghost Foundation
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -9,7 +9,12 @@
9
9
 
10
10
  ### Running via Ghost `yarn dev` in root folder
11
11
 
12
- You can automatically start the Sodo-Search dev server when developing Ghost by running Ghost (in root folder) via `yarn dev --all` or `yarn dev --search`.
12
+ Sodo Search runs automatically when using Ghost's development command from the monorepo root:
13
+ ```bash
14
+ yarn dev
15
+ ```
16
+
17
+ This starts all frontend apps (including Sodo Search.)
13
18
 
14
19
  ## Release
15
20
 
@@ -31,4 +36,4 @@ To use the new version of Sodo-Search in Ghost, update the version in Ghost core
31
36
 
32
37
  # Copyright & License
33
38
 
34
- Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
39
+ 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/sodo-search",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
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/",