simply-xp 1.3.2 → 1.3.3

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 +2 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -32,8 +32,9 @@ yarn add simply-xp
32
32
 
33
33
  - We have patched various issues
34
34
  - Switched to the true **Chart.js** package!
35
- - You no longer need to use D.JS for this package, alternatives can work!
35
+ - You no longer require to use D.JS for this package, alternatives can work!
36
36
  - We have also updated our website guide! We hope you find it useful 😊
37
+ - Updated Various Packages to work universally with DJS V14 & More!
37
38
 
38
39
  # But Why ?
39
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simply-xp",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "A Simple, Easy and Beginner Friendly XP System",
5
5
  "main": "simplyxp.js",
6
6
  "typings": "index.d.ts",
@@ -40,13 +40,13 @@
40
40
  "url": "https://github.com/Rahuletto/simply-xp"
41
41
  },
42
42
  "dependencies": {
43
- "@napi-rs/canvas": "^0.1.25",
44
- "chart.js": "^3.8.1",
45
- "mongoose": "^6.0.15"
43
+ "@napi-rs/canvas": "^0.1.26",
44
+ "chart.js": "^3.9.1",
45
+ "mongoose": "^6.2.11"
46
46
  },
47
47
  "devDependencies": {
48
- "husky": "^7.0.4",
49
- "pretty-quick": "^3.1.1"
48
+ "husky": "^8.0.1",
49
+ "pretty-quick": "^3.1.3"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "discord.js": "*"