@livelink/swatchster 1.0.2 → 1.0.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.
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livelink/swatchster",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "A versatile colour swatch package that extracts colour hex codes from designs.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "https://github.com/livelink/swatchster",
|
|
7
7
|
"author": "Emma Bovill <e.bovill@livelinktechonology.net>",
|
|
8
8
|
"license": "MIT",
|
|
9
|
-
"private": false,
|
|
10
9
|
"type": "module",
|
|
11
10
|
"scripts": {
|
|
12
11
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose"
|
|
13
12
|
},
|
|
14
13
|
"dependencies": {
|
|
15
|
-
"canvas": "^2.
|
|
14
|
+
"canvas": "^3.2.1"
|
|
16
15
|
},
|
|
17
16
|
"devDependencies": {
|
|
18
|
-
"jest": "^
|
|
19
|
-
"jest-environment-jsdom": "^
|
|
20
|
-
"jsdom": "^
|
|
17
|
+
"jest": "^30.3.0",
|
|
18
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
19
|
+
"jsdom": "^29.0.0"
|
|
21
20
|
}
|
|
22
21
|
}
|