@lowdefy/connection-sendgrid 4.0.0-rc.0 → 4.0.0-rc.1
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/dist/connections/SendGridMail/SendGridMail.js +1 -1
- package/dist/connections/SendGridMail/SendGridMailSend/SendGridMailSend.js +1 -1
- package/dist/connections/SendGridMail/SendGridMailSend/schema.js +4 -4
- package/dist/connections/SendGridMail/schema.js +3 -3
- package/dist/connections.js +1 -1
- package/dist/types.js +1 -1
- package/package.json +9 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Copyright 2020-
|
|
2
|
+
Copyright 2020-2023 Lowdefy, Inc
|
|
3
3
|
|
|
4
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
you may not use this file except in compliance with the License.
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
errorMessage: {
|
|
59
59
|
type: 'SendGridMailSend request property "{{ dataPath }}" should be an object with properties "name" and "email".'
|
|
60
60
|
}
|
|
61
|
-
}
|
|
61
|
+
}
|
|
62
62
|
],
|
|
63
63
|
errorMessage: {
|
|
64
64
|
anyOf: 'SendGridMailSend request property "{{ dataPath }}" should be an email address, or an object with properties "name" and "email".'
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
errorMessage: {
|
|
78
78
|
type: 'SendGridMailSend request property "{{ dataPath }}" should be a list of email addresses'
|
|
79
79
|
}
|
|
80
|
-
}
|
|
80
|
+
}
|
|
81
81
|
],
|
|
82
82
|
errorMessage: {
|
|
83
83
|
anyOf: 'SendGridMailSend request property "{{ dataPath }}" should be an email address, or a list of email addresses.'
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
items: {
|
|
219
219
|
$ref: '#/definitions/oneRequest'
|
|
220
220
|
}
|
|
221
|
-
}
|
|
221
|
+
}
|
|
222
222
|
],
|
|
223
223
|
errorMessage: {
|
|
224
224
|
anyOf: 'SendGridMailSend request properties should be an object or a array describing emails to send.'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Copyright 2020-
|
|
2
|
+
Copyright 2020-2023 Lowdefy, Inc
|
|
3
3
|
|
|
4
4
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
you may not use this file except in compliance with the License.
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
errorMessage: {
|
|
59
59
|
type: 'SendGridMail connection property "{{ instancePath }}" should be an object with properties "name" and "email".'
|
|
60
60
|
}
|
|
61
|
-
}
|
|
61
|
+
}
|
|
62
62
|
],
|
|
63
63
|
errorMessage: {
|
|
64
64
|
anyOf: 'SendGridMail connection property "{{ instancePath }}" should be an email address, or an object with properties "name" and "email".'
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
errorMessage: {
|
|
78
78
|
type: 'SendGridMail connection property "{{ instancePath }}" should be a list of email addresses'
|
|
79
79
|
}
|
|
80
|
-
}
|
|
80
|
+
}
|
|
81
81
|
],
|
|
82
82
|
errorMessage: {
|
|
83
83
|
anyOf: 'SendGridMail connection property "{{ instancePath }}" should be an email address, or a list of email addresses.'
|
package/dist/connections.js
CHANGED
package/dist/types.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/connection-sendgrid",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
@@ -38,21 +38,22 @@
|
|
|
38
38
|
"build": "swc src --out-dir dist --config-file ../../../../.swcrc --delete-dir-on-start --copy-files",
|
|
39
39
|
"clean": "rm -rf dist",
|
|
40
40
|
"prepublishOnly": "pnpm build",
|
|
41
|
-
"test": "
|
|
41
|
+
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@lowdefy/helpers": "4.0.0-rc.
|
|
44
|
+
"@lowdefy/helpers": "4.0.0-rc.1",
|
|
45
45
|
"@sendgrid/mail": "7.7.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@swc/
|
|
51
|
-
"@swc/
|
|
48
|
+
"@jest/globals": "28.1.0",
|
|
49
|
+
"@lowdefy/ajv": "4.0.0-rc.1",
|
|
50
|
+
"@swc/cli": "0.1.59",
|
|
51
|
+
"@swc/core": "1.3.24",
|
|
52
|
+
"@swc/jest": "0.2.24",
|
|
52
53
|
"jest": "28.1.0"
|
|
53
54
|
},
|
|
54
55
|
"publishConfig": {
|
|
55
56
|
"access": "public"
|
|
56
57
|
},
|
|
57
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "ecc4f16c19eede929eda177db524cf13a8053379"
|
|
58
59
|
}
|