@yozz.app/imap 0.1.0 → 0.1.1

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": "@yozz.app/imap",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Transport-agnostic IMAP4rev2/rev1 client core: literals, total parsing, RFC 2047, SASL PLAIN/LOGIN, IDLE, UID MOVE.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fishballapp/yozz",
@@ -29,12 +29,12 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@yozz.app/tls": "0.1.0"
32
+ "@yozz.app/tls": "0.1.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^24.0.0",
36
36
  "tsdown": "^0.22.3",
37
- "@yozz.app/x509": "0.1.0"
37
+ "@yozz.app/x509": "0.1.1"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsdown src/index.ts --format esm --dts",