@mountsqli/mysql 0.1.1 → 0.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ const activeUsers = await db.select()
43
43
 
44
44
  ## Documentation
45
45
 
46
- 📖 [Documentation](https://mountsqli.dev/docs/mysql/setup)
46
+ 📖 [Documentation](https://mountsqli.vercel.app/docs/mysql/setup)
47
47
 
48
48
  ## License
49
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mountsqli/mysql",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {