@dwp/govuk-casa 8.2.5 → 8.2.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/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.6](https://github.com/dwp/govuk-casa/compare/8.2.5...8.2.6) (2022-06-06)
6
+
5
7
  ### [8.2.5](https://github.com/dwp/govuk-casa/compare/8.2.3...8.2.5) (2022-06-01)
6
8
 
7
9
 
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /**
6
6
  * @access private
7
- * @typedef {import('../casa').ConfigurationOptions} ConfigureResult
7
+ * @typedef {import('../casa').ConfigureResult} ConfigureResult
8
8
  */
9
9
  /**
10
10
  * @access private
@@ -19,5 +19,5 @@
19
19
  */
20
20
  export default function configure(config?: ConfigurationOptions): ConfigureResult;
21
21
  export type ConfigurationOptions = import('../casa').ConfigurationOptions;
22
- export type ConfigureResult = import('../casa').ConfigurationOptions;
22
+ export type ConfigureResult = import('../casa').ConfigureResult;
23
23
  export type Mounter = import('../casa').Mounter;
@@ -30,7 +30,7 @@ const csrf_js_1 = __importDefault(require("../middleware/csrf.js"));
30
30
  */
31
31
  /**
32
32
  * @access private
33
- * @typedef {import('../casa').ConfigurationOptions} ConfigureResult
33
+ * @typedef {import('../casa').ConfigureResult} ConfigureResult
34
34
  */
35
35
  /**
36
36
  * @access private
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dwp/govuk-casa",
3
- "version": "8.2.5",
3
+ "version": "8.2.6",
4
4
  "description": "A framework for building GOVUK Collect-And-Submit-Applications",
5
5
  "repository": {
6
6
  "type": "git",