@upyo/jmap 0.6.0-dev.368 → 0.6.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -138,6 +138,8 @@ try {
138
138
  Sending raw MIME
139
139
  ----------------
140
140
 
141
+ *This feature is introduced in Upyo 0.6.0.*
142
+
141
143
  `JmapTransport` implements the optional `RawTransport` interface. It uploads
142
144
  serialized MIME, imports the uploaded blob into Drafts, and submits that Email
143
145
  with an explicit delivery envelope:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upyo/jmap",
3
- "version": "0.6.0-dev.368",
3
+ "version": "0.6.0",
4
4
  "description": "JMAP transport for Upyo email library",
5
5
  "keywords": [
6
6
  "email",
@@ -53,13 +53,13 @@
53
53
  },
54
54
  "sideEffects": false,
55
55
  "peerDependencies": {
56
- "@upyo/core": "0.6.0-dev.368+609357ef"
56
+ "@upyo/core": "0.6.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "jmap-rfc-types": "^0.1.2",
60
60
  "tsdown": "^0.12.7",
61
61
  "typescript": "5.8.3",
62
- "@upyo/mime": "0.6.0-dev.368+609357ef"
62
+ "@upyo/mime": "0.6.0"
63
63
  },
64
64
  "scripts": {
65
65
  "prepublish": "mise run --no-deps :build"