Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Jan 23, 2025
1 parent befb2ee commit 12dd371
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 11 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

A tool to generate region-specific color palettes, based on cultural contexts.

[Documentation website](https://color-bridge.graphieros.com/)

```
npm i color-bridge
```
Expand Down
4 changes: 2 additions & 2 deletions coverage/clover.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1737643528682" clover="3.2.0">
<project timestamp="1737643528683" name="All files">
<coverage generated="1737660350286" clover="3.2.0">
<project timestamp="1737660350286" name="All files">
<metrics statements="367" coveredstatements="366" conditionals="66" coveredconditionals="66" methods="14" coveredmethods="14" elements="447" coveredelements="446" complexity="0" loc="367" ncloc="367" packages="2" files="5" classes="5"/>
<package name="lib">
<metrics statements="366" coveredstatements="366" conditionals="65" coveredconditionals="65" methods="13" coveredmethods="13"/>
Expand Down
2 changes: 1 addition & 1 deletion coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2025-01-23T14:45:28.675Z
at 2025-01-23T19:25:50.280Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lib/constants.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">lib</a> constan
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2025-01-23T14:45:28.675Z
at 2025-01-23T19:25:50.280Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h1><a href="../index.html">All files</a> lib</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2025-01-23T14:45:28.675Z
at 2025-01-23T19:25:50.280Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lib/main.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">lib</a> main.ts
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2025-01-23T14:45:28.675Z
at 2025-01-23T19:25:50.280Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lib/types.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">lib</a> types.t
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2025-01-23T14:45:28.675Z
at 2025-01-23T19:25:50.280Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lib/utils.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">lib</a> utils.t
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2025-01-23T14:45:28.675Z
at 2025-01-23T19:25:50.280Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../index.html">All files</a> src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2025-01-23T14:45:28.675Z
at 2025-01-23T19:25:50.280Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/main.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> main.ts
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2025-01-23T14:45:28.675Z
at 2025-01-23T19:25:50.280Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "color-bridge",
"version": "0.1.3",
"version": "1.0.0",
"author": "Alec Lloyd Probert",
"type": "module",
"private": false,
Expand All @@ -13,6 +13,7 @@
"translation",
"color translation"
],
"homepage": "https://color-bridge.graphieros.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/graphieros/color-bridge.git"
Expand Down

0 comments on commit 12dd371

Please sign in to comment.