mailchannels-sdk 0.3.6 → 0.3.7

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mailchannels-sdk",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Node.js SDK to integrate MailChannels API into your JavaScript or TypeScript server-side applications.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -39,8 +39,8 @@
39
39
  ],
40
40
  "scripts": {
41
41
  "build": "unbuild",
42
- "release": "npm run lint && npm run test && npm run build && changelogen --release && npm publish && npm run publish:aliases && git push --follow-tags",
43
- "publish:aliases": "jiti scripts/publish-aliases",
42
+ "release": "npm run lint && npm run test && npm run build && changelogen --release && npm publish && npm run publish:mirrors && git push --follow-tags",
43
+ "publish:mirrors": "jiti scripts/publish-mirrors",
44
44
  "lint": "eslint",
45
45
  "lint:fix": "eslint --fix",
46
46
  "test": "vitest run --reporter=verbose --coverage",