@dwp/govuk-casa 8.2.2 → 8.2.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 CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [8.2.3](https://github.com/dwp/govuk-casa/compare/8.2.2...8.2.3) (2022-05-23)
6
+
5
7
  ### [8.2.2](https://github.com/dwp/govuk-casa/compare/8.2.1...8.2.2) (2022-05-23)
6
8
 
7
9
 
package/dist/casa.d.ts CHANGED
@@ -114,7 +114,7 @@ export type IPlugin = {
114
114
  */
115
115
  bootstrap?: Function | undefined;
116
116
  };
117
- export type PluginConfigureFunction = (con: object, : any) => any;
117
+ export type PluginConfigureFunction = (config: object) => any;
118
118
  export type HelmetConfigurator = (config: object) => object;
119
119
  export type Mounter = (app: import('express').Express, opts: object, route?: string | undefined) => import('express').Express;
120
120
  export type MutableRouter = import('./lib/index').MutableRouter;
package/dist/casa.js CHANGED
@@ -104,8 +104,7 @@ exports.nunjucksFilters = nunjucksFilters;
104
104
  */
105
105
  /**
106
106
  * @callback PluginConfigureFunction
107
- * @param {object} con Options
108
- * @param {}
107
+ * @param {object} config Options
109
108
  */
110
109
  /**
111
110
  * @callback HelmetConfigurator
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dwp/govuk-casa",
3
- "version": "8.2.2",
3
+ "version": "8.2.3",
4
4
  "description": "A framework for building GOVUK Collect-And-Submit-Applications",
5
5
  "repository": {
6
6
  "type": "git",