@tryghost/sodo-search 1.8.363 → 1.8.364

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -38,6 +38,6 @@ For an intentional minor or major release:
38
38
 
39
39
  `pnpm ship` updates both the package version and Ghost's default Sodo Search version.
40
40
 
41
- # Copyright & License
41
+ # Copyright & License
42
42
 
43
43
  Copyright (c) 2013-2026 Ghost Foundation - Released under the [MIT license](https://github.com/TryGhost/Ghost/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@tryghost/sodo-search",
3
- "type": "module",
4
- "version": "1.8.363",
3
+ "version": "1.8.364",
5
4
  "description": "Search interface for Ghost sites",
6
5
  "license": "MIT",
6
+ "author": "Ghost Foundation",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/TryGhost/Ghost"
10
10
  },
11
- "author": "Ghost Foundation",
12
11
  "files": [
13
12
  "umd/",
14
13
  "LICENSE",
15
14
  "README.md"
16
15
  ],
16
+ "type": "module",
17
17
  "publishConfig": {
18
18
  "access": "public",
19
19
  "registry": "https://registry.npmjs.org/"