@strapi/provider-email-sendgrid 0.0.0-next.f5b09a8e61e059f02784478e27c310c6290be088 → 0.0.0-next.f8af92b375dc730ba47ed2117f25df893aae696c
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/package.json +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/provider-email-sendgrid",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.f8af92b375dc730ba47ed2117f25df893aae696c",
|
|
4
4
|
"description": "Sendgrid provider for strapi email",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"email",
|
|
@@ -39,21 +39,20 @@
|
|
|
39
39
|
"build": "pack-up build",
|
|
40
40
|
"clean": "run -T rimraf ./dist",
|
|
41
41
|
"lint": "run -T eslint .",
|
|
42
|
-
"prepublishOnly": "yarn clean && yarn build",
|
|
43
42
|
"watch": "pack-up watch"
|
|
44
43
|
},
|
|
45
44
|
"dependencies": {
|
|
46
45
|
"@sendgrid/mail": "7.7.0",
|
|
47
|
-
"@strapi/utils": "0.0.0-next.
|
|
46
|
+
"@strapi/utils": "0.0.0-next.f8af92b375dc730ba47ed2117f25df893aae696c"
|
|
48
47
|
},
|
|
49
48
|
"devDependencies": {
|
|
50
|
-
"@strapi/pack-up": "0.0.0-next.
|
|
51
|
-
"eslint-config-custom": "0.0.0-next.
|
|
52
|
-
"tsconfig": "0.0.0-next.
|
|
49
|
+
"@strapi/pack-up": "0.0.0-next.f8af92b375dc730ba47ed2117f25df893aae696c",
|
|
50
|
+
"eslint-config-custom": "0.0.0-next.f8af92b375dc730ba47ed2117f25df893aae696c",
|
|
51
|
+
"tsconfig": "0.0.0-next.f8af92b375dc730ba47ed2117f25df893aae696c"
|
|
53
52
|
},
|
|
54
53
|
"engines": {
|
|
55
54
|
"node": ">=18.0.0 <=20.x.x",
|
|
56
55
|
"npm": ">=6.0.0"
|
|
57
56
|
},
|
|
58
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "f8af92b375dc730ba47ed2117f25df893aae696c"
|
|
59
58
|
}
|