@pinelab/vendure-plugin-sendcloud 1.4.0 → 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
|
@@ -84,7 +84,7 @@ exports.SendcloudPlugin = SendcloudPlugin = SendcloudPlugin_1 = __decorate([
|
|
|
84
84
|
entities: [sendcloud_config_entity_1.SendcloudConfigEntity],
|
|
85
85
|
configuration: (config) => {
|
|
86
86
|
config.apiOptions.middleware.push({
|
|
87
|
-
route: '/sendcloud/webhook*',
|
|
87
|
+
route: '/sendcloud/webhook*splat',
|
|
88
88
|
handler: raw_body_middleware_1.rawBodyMiddleware,
|
|
89
89
|
beforeListen: true,
|
|
90
90
|
});
|
|
@@ -92,6 +92,6 @@ exports.SendcloudPlugin = SendcloudPlugin = SendcloudPlugin_1 = __decorate([
|
|
|
92
92
|
config.authOptions.customPermissions.push(sendcloud_resolver_1.sendcloudPermission);
|
|
93
93
|
return config;
|
|
94
94
|
},
|
|
95
|
-
compatibility: '>=
|
|
95
|
+
compatibility: '>=3.2.0',
|
|
96
96
|
})
|
|
97
97
|
], SendcloudPlugin);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinelab/vendure-plugin-sendcloud",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Vendure plugin for syncing orders with SendCloud",
|
|
5
5
|
"author": "Martijn van de Brug <martijn@pinelab.studio>",
|
|
6
6
|
"homepage": "https://pinelab-plugins.com/",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"start": "yarn ts-node test/dev-server.ts",
|
|
24
24
|
"lint": "echo 'No linting configured'"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "b79f04225946ec8f37653382c6acde07bee90daf"
|
|
27
27
|
}
|