@pinelab/vendure-plugin-anonymized-order 1.2.0 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- # 1.2.0 (2024-07-21)
1
+ # 1.2.1 (2024-08-04)
2
+
3
+ - Update compatibility range (#480)
4
+
5
+ # 1.2.0 (2024-06-21)
2
6
 
3
7
  - Updated Vendure to 2.2.6
4
8
 
package/dist/plugin.js CHANGED
@@ -34,5 +34,6 @@ exports.AnonymizedOrderPlugin = AnonymizedOrderPlugin = AnonymizedOrderPlugin_1
34
34
  schema: api_extensions_1.anonymizeOrderShopSchema,
35
35
  },
36
36
  imports: [core_1.PluginCommonModule],
37
+ compatibility: '>=2.2.0',
37
38
  })
38
39
  ], AnonymizedOrderPlugin);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinelab/vendure-plugin-anonymized-order",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "This plugin facilitates the retrieval of anonymized customer orders",
5
5
  "author": "Surafel Tariku <surafelmelese09@gmail.com>",
6
6
  "homepage": "https://pinelab-plugins.com/",
@@ -27,5 +27,5 @@
27
27
  "generate": "graphql-codegen",
28
28
  "lint": "echo 'No linting configured'"
29
29
  },
30
- "gitHead": "a4375f51797b974b3edfb15e6f68926e7ccebe96"
30
+ "gitHead": "2414f11eb04b280eea1a2c937a96dbf3696195dc"
31
31
  }