@sewing-kit/ui
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -1,3 +0,3 @@ | ||
import { FirstArgument } from '@shopify/useful-types'; | ||
import { Ui } from './ui'; | ||
declare type FirstArgument<T> = T extends (arg: infer U, ...rest: any[]) => any ? U : never; | ||
interface DiagnosticErrorOptions { | ||
@@ -4,0 +4,0 @@ title?: string; |
{ | ||
"name": "@sewing-kit/ui", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"sideEffects": false, | ||
@@ -10,3 +10,2 @@ "publishConfig": { | ||
"dependencies": { | ||
"@shopify/useful-types": "^2.1.2", | ||
"ansi-escapes": "^4.3.0", | ||
@@ -17,3 +16,3 @@ "chalk": "^3.0.0", | ||
}, | ||
"gitHead": "f171f492fee4bc77f20dbcc7cbc3898ac7b6058a" | ||
"gitHead": "b10516a3b50627d57e128a1af99818dc78f65d68" | ||
} |
@@ -1,5 +0,7 @@ | ||
import {FirstArgument} from '@shopify/useful-types'; | ||
import {Ui} from './ui'; | ||
type FirstArgument<T> = T extends (arg: infer U, ...rest: any[]) => any | ||
? U | ||
: never; | ||
interface DiagnosticErrorOptions { | ||
@@ -6,0 +8,0 @@ title?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4
3195
224061
- Removed@shopify/useful-types@^2.1.2
- Removed@shopify/useful-types@2.4.2(transitive)