mongoosleuth 0.1.0 → 0.1.1

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- <img src="assets/banner.svg" width="100%" alt="Mongoosleuth Banner"/>
3
+ <img src="https://raw.githubusercontent.com/Fizm00/Mongoosleuth/main/assets/banner.svg" width="100%" alt="Mongoosleuth Banner"/>
4
4
 
5
5
  <a href="https://git.io/typing-svg">
6
6
  <img src="https://readme-typing-svg.demolab.com/?font=Fira+Code&size=18&pause=1500&color=0F766E&center=true&vCenter=true&width=600&lines=Zero%20runtime%20dependencies.%20Just%20a%20peerDependency.;Catches%20the%20N%2B1%20queries%20Bullet%20catches%20in%20Rails.;Built%20for%20Mongoose.%20Built%20for%20TypeScript." alt="Typing SVG"/>
@@ -13,7 +13,7 @@
13
13
  <img src="https://img.shields.io/badge/TypeScript-Ready-3178C6?style=for-the-badge&logo=typescript&logoColor=white" alt="TypeScript ready"/>
14
14
  <img src="https://img.shields.io/badge/module-ESM%20%2B%20CJS-134E4A?style=for-the-badge" alt="ESM and CJS"/>
15
15
  <img src="https://img.shields.io/badge/Node.js-%3E%3D18-339933?style=for-the-badge&logo=node.js&logoColor=white" alt="Node.js >=18"/>
16
- <img src="https://img.shields.io/npm/l/mongoosleuth?style=for-the-badge&color=134E4A" alt="license"/>
16
+ <img src="https://img.shields.io/github/license/Fizm00/Mongoosleuth?style=for-the-badge&color=134E4A" alt="license"/>
17
17
  <br/>
18
18
  <img src="https://img.shields.io/github/stars/Fizm00/Mongoosleuth?style=for-the-badge&color=0F766E" alt="GitHub stars"/>
19
19
  <img src="https://img.shields.io/github/issues/Fizm00/Mongoosleuth?style=for-the-badge&color=134E4A" alt="GitHub issues"/>
@@ -331,5 +331,5 @@ We welcome contributions in the form of bug reports, feature suggestions, or pul
331
331
  MIT
332
332
 
333
333
  <div align="center">
334
- <img src="assets/footer.svg" width="100%" alt="Mongoosleuth Footer"/>
334
+ <img src="https://raw.githubusercontent.com/Fizm00/Mongoosleuth/main/assets/footer.svg" width="100%" alt="Mongoosleuth Footer"/>
335
335
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mongoosleuth",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "N+1 query pattern detector for Mongoose",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",