@digitaldefiance/suite-core-lib 1.3.20 → 1.3.27
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 +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -326,6 +326,10 @@ MIT © [Digital Defiance](https://github.com/digitaldefiance)
|
|
|
326
326
|
|
|
327
327
|
## ChangeLog
|
|
328
328
|
|
|
329
|
+
## V1.3.27: Upgrade i18n, ecies, version bump
|
|
330
|
+
|
|
331
|
+
- Upgrade i18n, ecies, version bump
|
|
332
|
+
|
|
329
333
|
## V1.3.20: Add strings, version bump
|
|
330
334
|
|
|
331
335
|
- Add a few strings, but mainly version bump/alignment
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/suite-core-lib",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.27",
|
|
4
4
|
"description": "Generic user system and document system common core for applications",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"publish:public": "npm publish --access public"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@digitaldefiance/ecies-lib": "1.3.
|
|
21
|
-
"@digitaldefiance/i18n-lib": "1.3.
|
|
22
|
-
"@digitaldefiance/node-ecies-lib": "1.3.
|
|
20
|
+
"@digitaldefiance/ecies-lib": "1.3.27",
|
|
21
|
+
"@digitaldefiance/i18n-lib": "1.3.27",
|
|
22
|
+
"@digitaldefiance/node-ecies-lib": "1.3.27"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"src",
|