@dry-lint/mongoose 1.0.3 → 1.0.4

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ Extracts schema definitions, models, and field structures from **Mongoose schema
8
8
 
9
9
  ---
10
10
 
11
- ## 📦 Install
11
+ ## Install
12
12
 
13
13
  ```bash
14
14
  bun add -D @dry-lint/mongoose
@@ -16,7 +16,7 @@ bun add -D @dry-lint/mongoose
16
16
 
17
17
  ---
18
18
 
19
- ## ⚙️ Configure
19
+ ## Configure
20
20
 
21
21
  Add it to your `.drylintrc.json`:
22
22
 
@@ -30,13 +30,13 @@ Run detection with the [CLI](https://www.npmjs.com/package/@dry-lint/cli). This
30
30
 
31
31
  ---
32
32
 
33
- ## 📚 More
33
+ ## More
34
34
 
35
35
  - [Monorepo & Other Plugins](https://github.com/dry-lint/dry-lint#-packages)
36
36
  - [Core API Docs](https://github.com/dry-lint/dry-lint#-api-dry-core)
37
37
 
38
38
  ---
39
39
 
40
- ## 📄 License
40
+ ## License
41
41
 
42
42
  MIT — see [LICENSE](https://github.com/dry-lint/dry-lint/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dry-lint/mongoose",
3
3
  "description": "Detect duplicate or near-duplicate definitions in Mongoose schema files.",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "author": "Lodewijk Wensveen",
6
6
  "dependencies": {
7
- "@dry-lint/core": "1.0.3",
7
+ "@dry-lint/core": "1.0.4",
8
8
  "ts-morph": "^26.0.0"
9
9
  },
10
10
  "devDependencies": {