@kalutskii/foundation 0.1.5 → 0.1.6

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ async function fetchAndThrow(fetcher) {
26
26
 
27
27
  // src/hono/hono.execution.ts
28
28
  import { HTTPException } from "hono/http-exception";
29
- import { red as red2 } from "kleur";
29
+ import { red as red2 } from "kleur/colors";
30
30
 
31
31
  // src/utilities/generation.utilities.ts
32
32
  var DEFAULT_CHARACTERS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalutskii/foundation",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Typescript collection of most common utilities, schemas and functions among private projects.",
5
5
  "type": "module",
6
6
  "repository": {