@zk-email/sdk 2.0.1 → 2.0.3

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 +11 -2
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "@zk-email/sdk",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "ZK Email SDK for TypeScript",
5
5
  "main": "./dist/zk-email-sdk.index.cjs",
6
6
  "module": "./dist/zk-email-sdk.index.mjs",
7
7
  "types": "./dist/types/index.d.ts",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/zkemail/zk-email-sdk-js.git"
11
+ },
8
12
  "exports": {
9
13
  ".": {
10
14
  "types": "./dist/types/index.d.ts",
@@ -30,7 +34,12 @@
30
34
  "typecheck": "tsc --noEmit",
31
35
  "test": "echo \"Error: no test specified\" && exit 1",
32
36
  "clean": "rm -rf dist",
33
- "publish-nightly": "bun run build && npm publish --access public --tag nightly"
37
+ "publish-nightly": "bun run build && npm publish --access public --tag nightly",
38
+ "release:patch": "npm version patch && bun run release",
39
+ "release:minor": "npm version minor && bun run release",
40
+ "release:major": "npm version major && bun run release",
41
+ "release": "bun run publish && git push && git push --tags && gh release create v$npm_package_version --generate-notes",
42
+ "changelog": "echo 'Please update CHANGELOG.md manually before releasing'"
34
43
  },
35
44
  "keywords": [
36
45
  "zk",