dev-_007haste-server 1.17.0 → 1.17.2

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
@@ -31,17 +31,5 @@ https.createServer(sslOptions, app).listen(PORT, () => { console.log(HTTPS се
31
31
 
32
32
  Не забудьте заменить ip.addr на ваш реальный IP-адрес. 🌐
33
33
 
34
- .
35
- ├── cert
36
- │ ├── cert.pem
37
- │ └── key.pem
38
- ├── data
39
- │ └── 2ca4b8.json
40
- ├── package.json
41
- ├── public
42
- │ ├── index.html
43
- │ └── view.html
44
- ├── README.md
45
- └── server.js
46
-
47
34
 
35
+ ....
@@ -0,0 +1,5 @@
1
+ {
2
+ "text": "\n\n\n\nHi",
3
+ "password": null,
4
+ "expireAt": 1756660972440
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-_007haste-server",
3
- "version": "1.17.0",
3
+ "version": "1.17.2",
4
4
  "description": "Simple hastebin-like server with HTTPS",
5
5
  "main": "server.js",
6
6
  "scripts": {