@vendure/harden-plugin 2.1.4 → 2.1.6
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,4 +4,4 @@ Hardens your Vendure GraphQL APIs against attacks.
|
|
|
4
4
|
|
|
5
5
|
`npm install @vendure/harden-plugin`
|
|
6
6
|
|
|
7
|
-
For documentation, see [docs.vendure.io/
|
|
7
|
+
For documentation, see [docs.vendure.io/reference/core-plugins/harden-plugin/](https://docs.vendure.io/reference/core-plugins/harden-plugin/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/harden-plugin",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"graphql-query-complexity": "^0.12.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@vendure/common": "^2.1.
|
|
25
|
-
"@vendure/core": "^2.1.
|
|
24
|
+
"@vendure/common": "^2.1.6",
|
|
25
|
+
"@vendure/core": "^2.1.6"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "fb534984d2fd5b691b31844a1d5b9a4d59d2d307"
|
|
28
28
|
}
|