@stacksjs/email 0.70.160 → 0.70.162
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/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from './webhook-events';
|
|
|
10
10
|
export * from './webhook-handlers';
|
|
11
11
|
export * from './webhook-signatures';
|
|
12
12
|
export * from './mailable';
|
|
13
|
+
export * from './sdk/index';
|
|
13
14
|
export * from './template';
|
|
14
15
|
export * from './types';
|
|
15
16
|
export { inlineCss, shouldInlineByDefault } from './css-inliner';
|
package/dist/index.js
CHANGED
|
@@ -8,6 +8,7 @@ export * from "./webhook-events";
|
|
|
8
8
|
export * from "./webhook-handlers";
|
|
9
9
|
export * from "./webhook-signatures";
|
|
10
10
|
export * from "./mailable";
|
|
11
|
+
export * from "./sdk";
|
|
11
12
|
export * from "./template";
|
|
12
13
|
export * from "./types";
|
|
13
14
|
export { inlineCss, shouldInlineByDefault } from "./css-inliner";
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@stacksjs/email",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.70.
|
|
5
|
+
"version": "0.70.162",
|
|
6
6
|
"description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"contributors": [
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"prepublishOnly": "bun run build"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@stacksjs/ts-cloud": "^0.7.
|
|
58
|
+
"@stacksjs/ts-cloud": "^0.7.56"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@stacksjs/cli": "0.70.
|
|
62
|
-
"@stacksjs/config": "0.70.
|
|
61
|
+
"@stacksjs/cli": "0.70.162",
|
|
62
|
+
"@stacksjs/config": "0.70.162",
|
|
63
63
|
"better-dx": "^0.2.17",
|
|
64
|
-
"@stacksjs/error-handling": "0.70.
|
|
65
|
-
"@stacksjs/types": "0.70.
|
|
64
|
+
"@stacksjs/error-handling": "0.70.162",
|
|
65
|
+
"@stacksjs/types": "0.70.162"
|
|
66
66
|
}
|
|
67
67
|
}
|