@basiclines/rampa 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10237,7 +10237,7 @@ function showHelp() {
10237
10237
  const dim = "\x1B[2m";
10238
10238
  const reset = "\x1B[0m";
10239
10239
  const help = `
10240
- rampa v1.2.0
10240
+ rampa v1.3.1
10241
10241
  Generate mathematically accurate color palettes from a base color
10242
10242
 
10243
10243
  USAGE
@@ -10500,7 +10500,7 @@ var validFormats = ["hex", "hsl", "rgb", "oklch"];
10500
10500
  var main = defineCommand({
10501
10501
  meta: {
10502
10502
  name: "rampa",
10503
- version: "1.3.0",
10503
+ version: "1.3.1",
10504
10504
  description: "Generate mathematically accurate color palettes from a base color"
10505
10505
  },
10506
10506
  args: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basiclines/rampa",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Generate mathematically accurate color palettes from a base color",
5
5
  "type": "module",
6
6
  "bin": {