@timshel_npm/maildev 3.1.1 → 3.1.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.
Files changed (2) hide show
  1. package/README.md +9 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # MailDev
2
+ [![npm](https://img.shields.io/npm/v/@timshel_npm/maildev)](https://www.npmjs.com/package/@timshel_npm/maildev)
2
3
  [![Docker Pulls](https://img.shields.io/docker/pulls/timshel/maildev)](https://hub.docker.com/r/timshel/maildev)
3
4
  [![License](https://img.shields.io/npm/l/maildev?color=white)](/LICENSE)
4
5
  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-black.svg)](https://prettier.io/)
@@ -23,10 +24,15 @@
23
24
 
24
25
  ## Npm / Yarn
25
26
 
26
- It's not published on `npm` but due to [Github](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#git-urls-as-dependencies) support you can use it with:
27
+ Available on `npm` at [@timshel_npm/maildev](https://www.npmjs.com/package/@timshel_npm/maildev).
28
+ Or can be installed using [Github](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#git-urls-as-dependencies).
27
29
 
28
- ```
29
- "maildev": "timshel/maildev#3.1.0"
30
+ Ex:
31
+ ```json
32
+ "devDependencies": {
33
+ "maildev": "github:timshel/maildev#3.1.2",
34
+ "maildev": "npm:@timshel_npm/maildev@^3.1.2"
35
+ }
30
36
  ```
31
37
 
32
38
  ## API
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@timshel_npm/maildev",
3
3
  "description": "SMTP Server and Web Interface for reading and testing emails during development",
4
- "version": "3.1.1",
4
+ "version": "3.1.2",
5
5
  "keywords": [
6
6
  "email",
7
7
  "e-mail",
@@ -83,7 +83,7 @@
83
83
  "nodemon": "^3.1.10",
84
84
  "nyc": "^17.1.0",
85
85
  "prettier": "^3.5.3",
86
- "sass": "^1.89.1",
86
+ "sass": "^1.89.2",
87
87
  "ts-node": "^10.9.2",
88
88
  "ts-node-dev": "^2.0.0",
89
89
  "typescript": "^5.8.3"