@tryghost/schema-org 0.1.47 → 0.1.49
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 +1 -1
- package/README.md +1 -1
- package/package.json +8 -8
package/LICENSE
CHANGED
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/schema-org",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.49",
|
|
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 --
|
|
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": "
|
|
29
|
+
"c8": "11.0.0",
|
|
30
30
|
"istanbul": "0.4.5",
|
|
31
31
|
"mocha": "11.7.5",
|
|
32
32
|
"should": "13.2.3",
|
|
33
|
-
"sinon": "21.0.
|
|
33
|
+
"sinon": "21.0.1"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"glob": "
|
|
37
|
-
"handlebars": "
|
|
38
|
-
"lodash": "
|
|
36
|
+
"glob": "13.0.6",
|
|
37
|
+
"handlebars": "4.7.8",
|
|
38
|
+
"lodash": "4.17.23"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "2c937c80e98d9bad4458e1c2e9d6f6b138bd308e"
|
|
41
41
|
}
|