@pinelab/vendure-plugin-customer-managed-groups 1.0.0 → 1.0.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinelab/vendure-plugin-customer-managed-groups",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "This plugin allows customer groups to have 'Group admins', that are allowed to fetch placed orders for everyone in the group.",
5
5
  "author": "Martijn van de Brug <martijn@pinelab.studio>",
6
6
  "homepage": "https://pinelab-plugins.com/",
@@ -24,5 +24,5 @@
24
24
  "build": "rimraf dist && yarn graphql-codegen && tsc",
25
25
  "test": "vitest run"
26
26
  },
27
- "gitHead": "4e8724038ac7a0a9213daf4715d7ed54c231b76d"
27
+ "gitHead": "1da10d5a34c0c469a4f6896e0b88775524305fb6"
28
28
  }