@useparagon/core 1.1.3 → 1.1.4
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.
|
@@ -19,7 +19,7 @@ import type jsforce from 'jsforce';
|
|
|
19
19
|
import type jsonwebtoken from 'jsonwebtoken';
|
|
20
20
|
import type lodash from 'lodash';
|
|
21
21
|
import type luxon from 'luxon';
|
|
22
|
-
import type mailgunJs from 'mailgun.js';
|
|
22
|
+
import type mailgunJs from 'mailgun.js' assert { 'resolution-mode': 'import' };
|
|
23
23
|
import type Moment from 'moment';
|
|
24
24
|
import type Mssql from 'mssql';
|
|
25
25
|
import type mysql2 from 'mysql2';
|
|
@@ -72,7 +72,7 @@ export type FunctionStepLibraries = {
|
|
|
72
72
|
jsonwebtoken: typeof jsonwebtoken;
|
|
73
73
|
lodash: typeof lodash;
|
|
74
74
|
luxon: typeof luxon;
|
|
75
|
-
Mailgun: mailgunJs;
|
|
75
|
+
Mailgun: typeof mailgunJs;
|
|
76
76
|
mercury: typeof mercuryParser;
|
|
77
77
|
moment: typeof Moment;
|
|
78
78
|
mongodb: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useparagon/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Core libraries for paragraph",
|
|
5
5
|
"repository": "https://github.com/useparagon/paragraph",
|
|
6
6
|
"packageManager": "pnpm@8.10.5",
|
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
"@types/jsonwebtoken": "9.0.5",
|
|
52
52
|
"@types/lodash": "4.14.202",
|
|
53
53
|
"@types/luxon": "3.3.7",
|
|
54
|
-
"@types/mailgun-js": "0.22.18",
|
|
55
54
|
"@types/mssql": "9.1.4",
|
|
56
55
|
"@types/node": "18.19.3",
|
|
57
56
|
"@types/node-fetch": "2.6.10",
|
|
@@ -81,7 +80,7 @@
|
|
|
81
80
|
"form-data": "4.0.5",
|
|
82
81
|
"ioredis": "5.10.1",
|
|
83
82
|
"libphonenumber-js": "1.12.41",
|
|
84
|
-
"mailgun.js": "
|
|
83
|
+
"mailgun.js": "12.7.1",
|
|
85
84
|
"moment": "2.30.1",
|
|
86
85
|
"mysql2": "3.16.3",
|
|
87
86
|
"neo4j-driver": "5.16.0",
|