miijs 1.8.1 → 2.0.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.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "miijs",
3
- "version": "1.8.1",
3
+ "version": "2.0.1",
4
4
  "description": "Read, Edit, Write, and make Special Miis from a Wiimote binary file or 3DS QR Code to a binary file or QR code",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
7
+ "test": "jest"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
@@ -25,11 +25,14 @@
25
25
  },
26
26
  "homepage": "https://github.com/KestronProgramming/MiiJS#readme",
27
27
  "dependencies": {
28
- "canvas": "^2.11.2",
29
- "fs": "^0.0.1-security",
28
+ "canvas": "^3.1.0",
29
+ "gl": "^8.1.6",
30
30
  "https": "^1.0.0",
31
- "jimp": "^0.22.7",
31
+ "jimp": "0.22.12",
32
+ "jsdom": "^26.1.0",
32
33
  "jsqr": "^1.4.0",
33
- "qrcode": "^1.5.3"
34
+ "path": "^0.12.7",
35
+ "qr-code-styling": "^1.9.2",
36
+ "three": "0.138.3"
34
37
  }
35
38
  }