@pinelab/vendure-plugin-sendcloud 1.5.2 → 1.5.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.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Vendure SendCloud plugin
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[Official documentation here](https://plugins.pinelab.studio/plugin/vendure-plugin-sendcloud)
|
|
4
4
|
|
|
5
5
|
This plugin syncs orders to the SendCloud fulfillment platform.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinelab/vendure-plugin-sendcloud",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "Vendure plugin for syncing orders with SendCloud",
|
|
5
5
|
"author": "Martijn van de Brug <martijn@pinelab.studio>",
|
|
6
6
|
"homepage": "https://plugins.pinelab.studio/",
|
|
@@ -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": "ba4e499e13892b029fac2aa29082c03ec8032249"
|
|
27
27
|
}
|