@digitaldefiance/suite-core-lib 1.1.6 → 1.1.7
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 +6 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -327,8 +327,13 @@ MIT © [Digital Defiance](https://github.com/digitaldefiance)
|
|
|
327
327
|
|
|
328
328
|
## ChangeLog
|
|
329
329
|
|
|
330
|
+
## v1.1.7: version bump
|
|
331
|
+
|
|
332
|
+
- Fri Oct 24 2025 13:40:00 GMT-0700 (Pacific Daylight Time)
|
|
333
|
+
- Version bump
|
|
334
|
+
|
|
330
335
|
## v1.1.5: add InvalidChallengeResponseError/LoginChallengeExpiredError
|
|
331
|
-
- Thu Oct 23
|
|
336
|
+
- Thu Oct 23 2025 20:34:00 GMT-0700 (Pacific Daylight Time)
|
|
332
337
|
- add InvalidChallengeResponseError/LoginChallengeExpiredError
|
|
333
338
|
|
|
334
339
|
## v1.1.4: export PrivateKeyRequiredError
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/suite-core-lib",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Generic user system and document system common core for applications",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"publish:public": "npm publish --access public"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@digitaldefiance/ecies-lib": "1.1.
|
|
19
|
+
"@digitaldefiance/ecies-lib": "1.1.2",
|
|
20
20
|
"@digitaldefiance/i18n-lib": "1.2.3",
|
|
21
|
-
"@digitaldefiance/node-ecies-lib": "1.1.
|
|
21
|
+
"@digitaldefiance/node-ecies-lib": "1.1.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@babel/core": "^7.28.4",
|