@dry-lint/asyncapi 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 @@ This plugin extracts operations, components, and message schemas from **AsyncAPI
8
8
 
9
9
  ---
10
10
 
11
- ## 📦 Install
11
+ ## Install
12
12
 
13
13
  ```bash
14
14
  bun add -D @dry-lint/asyncapi
@@ -16,7 +16,7 @@ bun add -D @dry-lint/asyncapi
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 @@ Then run detection with the [CLI](https://www.npmjs.com/package/@dry-lint/cli).
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,11 +1,11 @@
1
1
  {
2
2
  "name": "@dry-lint/asyncapi",
3
3
  "description": "Detect duplicate or near-duplicate definitions in AsyncAPI documents.",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "author": "Lodewijk Wensveen",
6
6
  "dependencies": {
7
7
  "@asyncapi/parser": "^3.4.0",
8
- "@dry-lint/core": "1.0.3",
8
+ "@dry-lint/core": "1.0.4",
9
9
  "yaml": "^2.8.0"
10
10
  },
11
11
  "devDependencies": {