@digitaldefiance/suite-core-lib 2.1.12 → 2.1.15
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 +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -404,6 +404,8 @@ MIT © [Digital Defiance](https://github.com/digitaldefiance)
|
|
|
404
404
|
|
|
405
405
|
## ChangeLog
|
|
406
406
|
|
|
407
|
+
## V2.1.15: upgrade i18n
|
|
408
|
+
|
|
407
409
|
## V2.1.12: minor i18n upgrade
|
|
408
410
|
|
|
409
411
|
## V2.1.11 rename getSuiteCoreComponentConfig() to createSuiteCoreComponentConfig() for homogeneity
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/suite-core-lib",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.15",
|
|
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",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"publish:public": "npm publish --access public"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@digitaldefiance/ecies-lib": "2.1.
|
|
25
|
-
"@digitaldefiance/i18n-lib": "2.1.
|
|
24
|
+
"@digitaldefiance/ecies-lib": "2.1.15",
|
|
25
|
+
"@digitaldefiance/i18n-lib": "2.1.15"
|
|
26
26
|
},
|
|
27
27
|
"files": [
|
|
28
28
|
"src",
|