@tryghost/helpers 1.1.100 → 1.1.101
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 +10 -10
package/LICENSE
CHANGED
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/helpers",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.101",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/TryGhost/SDK.git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"build": "rollup -c",
|
|
19
19
|
"prepare": "yarn build",
|
|
20
20
|
"pretest": "yarn build",
|
|
21
|
-
"test": "NODE_ENV=testing c8 --
|
|
21
|
+
"test": "NODE_ENV=testing c8 --lines 70 --reporter text --reporter cobertura mocha './test/**/*.test.js'",
|
|
22
22
|
"lint": "eslint . --ext .js --cache",
|
|
23
23
|
"posttest": "yarn lint",
|
|
24
24
|
"coverage": "NODE_ENV=testing istanbul cover --dir test/coverage _mocha './test/**/*.test.js'"
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@babel/core": "7.
|
|
38
|
+
"@babel/core": "7.29.0",
|
|
39
39
|
"@babel/polyfill": "7.12.1",
|
|
40
|
-
"
|
|
40
|
+
"@rollup/plugin-babel": "6.1.0",
|
|
41
|
+
"@rollup/plugin-node-resolve": "16.0.3",
|
|
42
|
+
"@rollup/plugin-terser": "0.4.4",
|
|
43
|
+
"c8": "11.0.0",
|
|
41
44
|
"istanbul": "0.4.5",
|
|
42
45
|
"mocha": "11.7.5",
|
|
43
|
-
"rollup": "2.
|
|
44
|
-
"rollup-plugin-babel": "4.4.0",
|
|
46
|
+
"rollup": "2.80.0",
|
|
45
47
|
"rollup-plugin-commonjs": "10.1.0",
|
|
46
|
-
"rollup-plugin-node-resolve": "5.2.0",
|
|
47
|
-
"rollup-plugin-terser": "7.0.2",
|
|
48
48
|
"should": "13.2.3",
|
|
49
49
|
"sinon": "21.0.1"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"lodash-es": "
|
|
52
|
+
"lodash-es": "4.17.23"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "2c937c80e98d9bad4458e1c2e9d6f6b138bd308e"
|
|
55
55
|
}
|