cipher-logger 1.0.0 → 1.1.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/README.md CHANGED
@@ -1,4 +1,14 @@
1
- # Cipher Logger
1
+ <p align="center">
2
+ <img
3
+ src="./assets/cipherlogger_logo_mono.png"
4
+ alt="Fusion Snippet"
5
+ width="120"
6
+ style="border-radius: 18px;"
7
+ />
8
+ </p>
9
+
10
+ <h1 align="center">Cipher Logger</h1>
11
+
2
12
 
3
13
  <p align="center">
4
14
  <strong>See every request. Capture every error. Understand your application.</strong>
@@ -468,6 +478,6 @@ Contributions are welcome and appreciated.
468
478
 
469
479
  [MIT](./LICENSE) © Cipher Unit
470
480
 
471
- <p align="center">
472
- <i>Built by <a href="https://cipherunit.xyz">Cipher Unit</a></i>
473
- </p>
481
+ <p align="center" style="margin-top: 100px;">
482
+ <b><i>Made with ❤️ for developers by CipherUnit</i></b>
483
+ </p>
@@ -0,0 +1,12 @@
1
+ <svg width="100%" viewBox="0 0 522 522" role="img" xmlns="http://www.w3.org/2000/svg" style="">
2
+ <title style="fill:rgb(0, 0, 0);stroke:none;color:rgb(11, 11, 11);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:anthropic-sans, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, sans-serif;font-size:16px;font-weight:400;text-anchor:start;dominant-baseline:auto">CipherLogger monochrome logo</title>
3
+ <desc style="fill:rgb(0, 0, 0);stroke:none;color:rgb(11, 11, 11);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:anthropic-sans, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, sans-serif;font-size:16px;font-weight:400;text-anchor:start;dominant-baseline:auto">A black rounded square badge with a white ring open on the right side like the letter C, and a small white cursor bar filling part of the gap, evoking both a cipher lock and a terminal prompt.</desc>
4
+ <defs>
5
+ <clipPath id="badge2"><rect x="0" y="0" width="512" height="512" rx="96"/></clipPath>
6
+ </defs>
7
+ <g clip-path="url(#badge2)" style="fill:rgb(0, 0, 0);stroke:none;color:rgb(11, 11, 11);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:anthropic-sans, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, sans-serif;font-size:16px;font-weight:400;text-anchor:start;dominant-baseline:auto">
8
+ <rect x="0" y="0" width="512" height="512" fill="#000000" style="fill:rgb(0, 0, 0);stroke:none;color:rgb(11, 11, 11);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:anthropic-sans, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, sans-serif;font-size:16px;font-weight:400;text-anchor:start;dominant-baseline:auto"/>
9
+ <path d="M 362.5 191.4 A 130 130 0 1 0 362.5 340.6" fill="none" stroke="#ffffff" stroke-width="46" stroke-linecap="butt" style="fill:none;stroke:rgb(255, 255, 255);color:rgb(11, 11, 11);stroke-width:46px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:anthropic-sans, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, sans-serif;font-size:16px;font-weight:400;text-anchor:start;dominant-baseline:auto"/>
10
+ <rect x="374" y="238" width="30" height="56" rx="3" fill="#ffffff" style="fill:rgb(255, 255, 255);stroke:none;color:rgb(11, 11, 11);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:anthropic-sans, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, sans-serif;font-size:16px;font-weight:400;text-anchor:start;dominant-baseline:auto"/>
11
+ </g>
12
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cipher-logger",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "See every request. Capture every error. Understand your application.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -93,6 +93,8 @@
93
93
  "@types/node": "^26.1.2",
94
94
  "express": "^5.1.0",
95
95
  "next": "^15.5.2",
96
+ "fastify": "^4.27.0",
97
+ "hono": "^3.3.0",
96
98
  "tsup": "^8.5.1",
97
99
  "typescript": "^6.0.3"
98
100
  }