zupost 0.1.0 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zupost",
3
- "version": "0.1.0",
4
- "description": "Node.js SDK for zupost",
3
+ "version": "0.2.0",
4
+ "description": "Node.js SDK for Zupost",
5
5
  "engines": {
6
6
  "node": ">=20"
7
7
  },
@@ -38,16 +38,25 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
+ "@react-email/render": "^2.0.7",
41
42
  "@types/node": "^24.12.2",
42
43
  "@types/react": "^19.2.14",
43
- "ky": "^1.14.3",
44
44
  "mathisch": "^0.4.1",
45
45
  "prettier": "^3.8.3",
46
46
  "tsup": "^8.5.1",
47
47
  "typescript": "^5.9.3",
48
48
  "vitest": "^4.1.5"
49
49
  },
50
- "dependencies": {
51
- "@react-email/render": "^2.0.7"
50
+ "peerDependencies": {
51
+ "@react-email/render": "^2.0.0",
52
+ "react": "^18 || ^19"
53
+ },
54
+ "peerDependenciesMeta": {
55
+ "@react-email/render": {
56
+ "optional": true
57
+ },
58
+ "react": {
59
+ "optional": true
60
+ }
52
61
  }
53
62
  }