@thisisagile/easy-test-web 7.34.21 → 7.34.25
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 +2 -2
package/README.md
CHANGED
|
@@ -266,4 +266,4 @@ If multiple decorators are added, all conditions must be met to access the endpo
|
|
|
266
266
|
|
|
267
267
|
To use these decorators, the generic `security` middleware must be loaded first.
|
|
268
268
|
In most cases, it should be added to the `pre` list of handlers of a service.
|
|
269
|
-
The security middleware takes an optional configuration object, which is documented [in code](src/express/SecurityHandler.ts).
|
|
269
|
+
The security middleware takes an optional configuration object, which is documented [in code](packages/easy-express/src/express/SecurityHandler.ts).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thisisagile/easy-test-web",
|
|
3
|
-
"version": "7.34.
|
|
3
|
+
"version": "7.34.25",
|
|
4
4
|
"description": "Straightforward wrapper library for web testing frameworks",
|
|
5
5
|
"author": "Sander Hoogendoorn",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,6 +34,6 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thisisagile/easy": "7.34.
|
|
37
|
+
"@thisisagile/easy": "7.34.25"
|
|
38
38
|
}
|
|
39
39
|
}
|