hugo-bin-extended 0.148.1 → 0.148.2

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 +5 -5
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # hugo-bin-extended [![npm version](https://img.shields.io/npm/v/hugo-bin-extended?logo=npm&logoColor=fff)](https://www.npmjs.com/package/hugo-bin-extended) [![Build Status](https://img.shields.io/github/actions/workflow/status/MarlonLuan/hugo-bin-extended/ci.yml?branch=main&label=CI&logo=github)](https://github.com/MarlonLuan/hugo-bin-extended/actions?query=workflow%3ACI+branch%3Amain)
1
+ # hugo-bin-extended [![npm version](https://img.shields.io/npm/v/hugo-bin-extended?logo=npm&logoColor=fff)](https://www.npmjs.com/package/hugo-bin-extended) [![Build Status](https://img.shields.io/github/actions/workflow/status/MarlonLuan/hugo-bin-extended/ci.yml?branch=main&label=CI&logo=github)](https://github.com/MarlonLuan/hugo-bin-extended/actions/workflows/ci.yml?query=branch%3Amain)
2
2
 
3
3
  > Binary wrapper for [Hugo](https://github.com/gohugoio/hugo)
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hugo-bin-extended",
3
- "version": "0.148.1",
4
- "hugoVersion": "0.148.1",
3
+ "version": "0.148.2",
4
+ "hugoVersion": "0.148.2",
5
5
  "description": "Binary wrapper for Hugo",
6
6
  "repository": {
7
7
  "type": "git",
@@ -46,14 +46,14 @@
46
46
  "node": ">=18"
47
47
  },
48
48
  "dependencies": {
49
- "@xhmikosr/bin-wrapper": "^13.0.5",
49
+ "@xhmikosr/bin-wrapper": "^13.2.0",
50
50
  "package-config": "^5.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@xhmikosr/bin-check": "^7.0.3",
53
+ "@xhmikosr/bin-check": "^7.1.0",
54
54
  "c8": "^10.1.3",
55
55
  "uvu": "^0.5.6",
56
- "xo": "^1.1.1"
56
+ "xo": "^1.2.1"
57
57
  },
58
58
  "scripts": {
59
59
  "lint": "xo",