Comparing version 1.1.0 to 1.2.0
import type { INTERPOLATOR } from './constants'; | ||
export type Line = [Point, Point]; | ||
export type Point = [x: number, y: number]; | ||
export type Triangle = [Point, Point, Point]; | ||
export type Line = [Point, Point]; | ||
export declare enum ColorSpace { | ||
@@ -26,4 +26,4 @@ p3 = 1, | ||
} | ||
export type Subscription = () => unknown | Promise<unknown>; | ||
export type Unsubscribe = () => unknown; | ||
export type Subscription = () => unknown | Promise<unknown>; | ||
export interface State { | ||
@@ -30,0 +30,0 @@ chroma: [low: number, high: number]; |
{ | ||
"name": "cepheus", | ||
"description": "", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": { | ||
@@ -12,14 +12,14 @@ "name": "escapace", | ||
"@ls-lint/ls-lint": "2.2.3", | ||
"@types/node": "22.9.0", | ||
"@vitest/coverage-v8": "2.1.5", | ||
"eslint": "9.14.0", | ||
"eslint-config-escapace": "5.2.3", | ||
"@types/node": "22.10.1", | ||
"@vitest/coverage-v8": "2.1.6", | ||
"eslint": "9.15.0", | ||
"eslint-config-escapace": "5.3.1", | ||
"esroll": "0.3.0", | ||
"jsdom": "25.0.1", | ||
"prettier": "3.3.3", | ||
"prettier": "3.4.1", | ||
"prettier-config-escapace": "1.2.1", | ||
"syncpack": "13.0.0", | ||
"tsx": "4.19.2", | ||
"typescript": "5.6.3", | ||
"vitest": "2.1.5" | ||
"typescript": "5.6.2", | ||
"vitest": "2.1.6" | ||
}, | ||
@@ -26,0 +26,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
98651
0