biz-slide-core 1.2.29 → 1.2.31

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz-slide-core",
3
- "version": "1.2.29",
3
+ "version": "1.2.31",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -19,3 +19,4 @@ __exportStar(require("./createFolder"), exports);
19
19
  __exportStar(require("./encryptionUtils"), exports);
20
20
  __exportStar(require("./pngSvgCategories"), exports);
21
21
  __exportStar(require("./hasAbusiveWords"), exports);
22
+ __exportStar(require("./sendEmail"), exports);