@tryghost/schema-org 0.1.48 → 0.1.50

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +7 -7
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
@@ -143,4 +143,4 @@ Follow the instructions for the top-level repo.
143
143
 
144
144
  # Copyright & License
145
145
 
146
- Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).
146
+ Copyright (c) 2013-2026 Ghost Foundation - Released under the [MIT license](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/schema-org",
3
- "version": "0.1.48",
3
+ "version": "0.1.50",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/TryGhost/SDK.git",
@@ -11,7 +11,7 @@
11
11
  "main": "index.js",
12
12
  "scripts": {
13
13
  "dev": "echo \"Implement me!\"",
14
- "test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
14
+ "test": "NODE_ENV=testing c8 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
15
15
  "lint": "eslint . --ext .js --cache",
16
16
  "posttest": "yarn lint",
17
17
  "coverage": "NODE_ENV=testing istanbul cover --dir test/coverage _mocha './test/**/*.test.js'"
@@ -26,16 +26,16 @@
26
26
  "access": "public"
27
27
  },
28
28
  "devDependencies": {
29
- "c8": "10.1.3",
29
+ "c8": "11.0.0",
30
30
  "istanbul": "0.4.5",
31
31
  "mocha": "11.7.5",
32
32
  "should": "13.2.3",
33
33
  "sinon": "21.0.1"
34
34
  },
35
35
  "dependencies": {
36
- "glob": "^9.0.0",
37
- "handlebars": "^4.7.7",
38
- "lodash": "^4.17.11"
36
+ "glob": "13.0.6",
37
+ "handlebars": "4.7.8",
38
+ "lodash": "4.17.23"
39
39
  },
40
- "gitHead": "a5b249c5514742350f74bcb30b332977d373598a"
40
+ "gitHead": "363a7f5cf228bd7cc7ee92e6fb54c7b6796d7260"
41
41
  }