@ctrl/tinycolor 3.3.4 → 3.4.0

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.
@@ -7,5 +7,6 @@ export * from './from-ratio';
7
7
  export * from './format-input';
8
8
  export * from './random';
9
9
  export * from './interfaces';
10
+ export * from './conversion';
10
11
  // kept for backwards compatability with v1
11
12
  export default tinycolor;
@@ -7,4 +7,5 @@ export * from './from-ratio';
7
7
  export * from './format-input';
8
8
  export * from './random';
9
9
  export * from './interfaces';
10
+ export * from './conversion';
10
11
  export default tinycolor;
@@ -19,5 +19,6 @@ __exportStar(require("./from-ratio"), exports);
19
19
  __exportStar(require("./format-input"), exports);
20
20
  __exportStar(require("./random"), exports);
21
21
  __exportStar(require("./interfaces"), exports);
22
+ __exportStar(require("./conversion"), exports);
22
23
  // kept for backwards compatability with v1
23
24
  exports.default = index_1.tinycolor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrl/tinycolor",
3
- "version": "3.3.4",
3
+ "version": "3.4.0",
4
4
  "description": "Fast, small color manipulation and conversion for JavaScript",
5
5
  "author": "Scott Cooper <scttcper@gmail.com>",
6
6
  "publishConfig": {