@tryghost/social-urls 0.1.58 → 0.1.60

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
@@ -15,7 +15,7 @@ or
15
15
  const {twitter: makeTwitter, facebook: makeFacebook} = require('@tryghost/social-urls');
16
16
 
17
17
  const socialUrls = [
18
- makeTwitter('@ghost'), // https://twitter.com/ghost
18
+ makeTwitter('@ghost'), // https://x.com/ghost
19
19
  makeFacebook('/ghost') // https://facebook.com/ghost
20
20
  ];
21
21
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/social-urls",
3
- "version": "0.1.58",
3
+ "version": "0.1.60",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/TryGhost/SDK.git",
@@ -25,7 +25,7 @@
25
25
  "c8": "11.0.0",
26
26
  "mocha": "11.7.5",
27
27
  "should": "13.2.3",
28
- "sinon": "21.0.1"
28
+ "sinon": "21.0.2"
29
29
  },
30
- "gitHead": "2c937c80e98d9bad4458e1c2e9d6f6b138bd308e"
30
+ "gitHead": "9cc8428821b292029029019e1af6fb24a75709ad"
31
31
  }