@pinelab/vendure-plugin-webhook 1.4.1 → 1.5.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.5.0 (2025-06-04)
2
+
3
+ - Upgrade to Vendure to 3.3.2
4
+
1
5
  # 1.4.1 (2025-02-06)
2
6
 
3
7
  - Log info message when event is ignored because transformer returned 'false'
@@ -14,6 +14,7 @@ import {
14
14
  } from './graphql-types';
15
15
 
16
16
  @Component({
17
+ standalone: false,
17
18
  selector: 'webhook-component',
18
19
  templateUrl: './webhook.component.html',
19
20
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinelab/vendure-plugin-webhook",
3
- "version": "1.4.1",
3
+ "version": "1.5.0",
4
4
  "description": "Call webhooks based on configured events from Vendure",
5
5
  "author": "Martijn van de Brug <martijn@pinelab.studio>",
6
6
  "homepage": "https://pinelab-plugins.com/",
@@ -23,5 +23,5 @@
23
23
  "test": "vitest run",
24
24
  "lint": "echo 'No linting configured'"
25
25
  },
26
- "gitHead": "70f5ad2f67926c28dc1179474c3973a61de4022b"
26
+ "gitHead": "b79f04225946ec8f37653382c6acde07bee90daf"
27
27
  }