@digitaldefiance/suite-core-lib 1.1.30 → 1.1.32

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -326,6 +326,14 @@ MIT © [Digital Defiance](https://github.com/digitaldefiance)
326
326
 
327
327
  ## ChangeLog
328
328
 
329
+ ## v1.1.32: Update ecies
330
+
331
+ - Update ecies
332
+
333
+ ## v1.1.31: Update ecies
334
+
335
+ - Update ecies
336
+
329
337
  ## v1.1.29: Add numerous error classes
330
338
 
331
339
  - Add numerous error classes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/suite-core-lib",
3
- "version": "1.1.30",
3
+ "version": "1.1.32",
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.17",
19
+ "@digitaldefiance/ecies-lib": "1.1.19",
20
20
  "@digitaldefiance/i18n-lib": "1.3.6",
21
- "@digitaldefiance/node-ecies-lib": "1.1.14"
21
+ "@digitaldefiance/node-ecies-lib": "1.1.16"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@babel/core": "^7.28.4",