@palett/presets
Advanced tools
Comparing version 0.5.11 to 0.5.13
@@ -151,3 +151,3 @@ 'use strict'; | ||
const INVERSE = '7'; | ||
const CLR_BOLD = '21'; | ||
const CLR_BOLD = '22'; | ||
const CLR_ITALIC = '23'; | ||
@@ -154,0 +154,0 @@ const CLR_UNDERLINE = '24'; |
@@ -147,3 +147,3 @@ import { Palett } from '@palett/cards'; | ||
const INVERSE = '7'; | ||
const CLR_BOLD = '21'; | ||
const CLR_BOLD = '22'; | ||
const CLR_ITALIC = '23'; | ||
@@ -150,0 +150,0 @@ const CLR_UNDERLINE = '24'; |
{ | ||
"name": "@palett/presets", | ||
"version": "0.5.11", | ||
"version": "0.5.13", | ||
"description": "A color converter", | ||
@@ -18,7 +18,7 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@aryth/rand": "^0.3.4", | ||
"@aryth/rand": "^0.3.6", | ||
"@ject/oneself": "^0.0.6", | ||
"@palett/cards": "^0.5.11", | ||
"@palett/convert": "^0.5.11", | ||
"@palett/toner-hsl": "^0.5.11" | ||
"@palett/cards": "^0.5.13", | ||
"@palett/convert": "^0.5.13", | ||
"@palett/toner-hsl": "^0.5.13" | ||
}, | ||
@@ -46,3 +46,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/palett/presets#readme", | ||
"gitHead": "79162df59d5c452818912e9475976dd241840295" | ||
"gitHead": "f068f917232094727d071762c789d8df18dac675" | ||
} |
Updated@aryth/rand@^0.3.6
Updated@palett/cards@^0.5.13
Updated@palett/convert@^0.5.13
Updated@palett/toner-hsl@^0.5.13