hookdeck-cli 0.6.2 → 0.6.3

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.
@@ -26,12 +26,6 @@ builds:
26
26
  - darwin
27
27
  goarch:
28
28
  - arm64
29
- archives:
30
- - replacements:
31
- darwin: mac-os
32
- amd64: x86_64
33
- files:
34
- - none*
35
29
  changelog:
36
30
  sort: asc
37
31
  filters:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookdeck-cli",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Hookdeck CLI",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,6 +25,6 @@
25
25
  "url": "https://github.com/hookdeck/hookdeck-cli/releases/download/v{{version}}/hookdeck_{{version}}_{{platform}}_{{arch}}.tar.gz"
26
26
  },
27
27
  "dependencies": {
28
- "go-npm": "^0.1.9"
28
+ "go-npm-next": "^1.0.5"
29
29
  }
30
30
  }