@hmcts/rpx-xui-node-lib 2.27.1 → 2.28.0

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,3 +1,10 @@
1
+ # [2.28.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.27.2...v2.28.0) (2024-01-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * EXUI-382 session cookie ([#236](https://github.com/hmcts/rpx-xui-node-lib/issues/236)) ([f3a8d29](https://github.com/hmcts/rpx-xui-node-lib/commit/f3a8d29fc57084525b1171b8ca47d950137e13bf))
7
+
1
8
  ## [2.27.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.27.0...v2.27.1) (2023-08-15)
2
9
 
3
10
 
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # rpx-xui-node-lib
2
- Common Nodejs library components for XUI
2
+ Common Nodejs library components for XUI
3
3
 
4
4
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
5
5
  ![Semantic-Release](https://github.com/hmcts/rpx-xui-node-lib/workflows/Semantic-Release/badge.svg)
6
6
 
7
- # Committing to this library
7
+ # Committing to this library
8
8
 
9
9
  It should be noted that this library adheres to the gitflow convention.
10
10
  Please use proper naming conventions for your feature/bug branches. Also,
@@ -1,7 +1,7 @@
1
1
  export interface SessionMetadata {
2
2
  cookie: {
3
3
  httpOnly: boolean;
4
- maxAge: number;
4
+ maxAge?: number;
5
5
  secure: boolean;
6
6
  };
7
7
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"sessionMetadata.interface.d.ts","sourceRoot":"","sources":["../../../src/session/models/sessionMetadata.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B,MAAM,EAAE;QACJ,QAAQ,EAAE,OAAO,CAAA;QACjB,MAAM,EAAE,MAAM,CAAA;QACd,MAAM,EAAE,OAAO,CAAA;KAClB,CAAA;IACD,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,OAAO,CAAA;IACf,iBAAiB,EAAE,OAAO,CAAA;IAC1B,MAAM,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,mBAAoB,SAAQ,eAAe;IACxD,gBAAgB,EAAE;QACd,QAAQ,EAAE,MAAM,CAAA;KACnB,CAAA;CACJ;AAED,MAAM,WAAW,oBAAqB,SAAQ,eAAe;IACzD,iBAAiB,EAAE;QACf,cAAc,EAAE,MAAM,CAAA;QACtB,aAAa,EAAE,MAAM,CAAA;QACrB,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAA;KAC5B,CAAA;CACJ"}
1
+ {"version":3,"file":"sessionMetadata.interface.d.ts","sourceRoot":"","sources":["../../../src/session/models/sessionMetadata.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B,MAAM,EAAE;QACJ,QAAQ,EAAE,OAAO,CAAA;QACjB,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,MAAM,EAAE,OAAO,CAAA;KAClB,CAAA;IACD,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,OAAO,CAAA;IACf,iBAAiB,EAAE,OAAO,CAAA;IAC1B,MAAM,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,mBAAoB,SAAQ,eAAe;IACxD,gBAAgB,EAAE;QACd,QAAQ,EAAE,MAAM,CAAA;KACnB,CAAA;CACJ;AAED,MAAM,WAAW,oBAAqB,SAAQ,eAAe;IACzD,iBAAiB,EAAE;QACf,cAAc,EAAE,MAAM,CAAA;QACtB,aAAa,EAAE,MAAM,CAAA;QACrB,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAA;KAC5B,CAAA;CACJ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/rpx-xui-node-lib",
3
- "version": "2.27.1",
3
+ "version": "2.28.0",
4
4
  "description": "Common Nodejs library components for XUI",
5
5
  "main": "dist/index",
6
6
  "types": "dist/index.d.ts",