@itentialopensource/adapter-checkpoint_management 0.3.1 → 0.5.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 +16 -0
- package/adapter.js +5414 -603
- package/entities/SessionManagement/action.json +21 -0
- package/entities/SessionManagement/schema.json +1 -0
- package/package.json +1 -1
- package/pronghorn.json +14814 -1819
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +5 -5
- package/test/unit/adapterTestUnit.js +294 -294
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.5.0 [05-30-2023]
|
|
3
|
+
|
|
4
|
+
* Minor/adapt 2429
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/security/adapter-checkpoint_management!11
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.4.0 [08-08-2022]
|
|
11
|
+
|
|
12
|
+
* Add Session Management Capability
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/security/adapter-checkpoint_management!9
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.3.1 [06-21-2022]
|
|
3
19
|
|
|
4
20
|
* Changes for Authentication and Healthcheck
|