anyonecandesign-types
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -47,3 +47,3 @@ export type DatabaseResource<T = unknown> = T & { | ||
export type SignInProvider = 'password' | 'google.com'; | ||
export type ProjectStatus = 'prompting' | 'building' | 'deploying' | 'done'; | ||
export type ProjectStatus = 'prompting' | 'building' | 'deploying' | 'success' | 'error'; | ||
export type RevisionFile = { | ||
@@ -50,0 +50,0 @@ path: string; |
{ | ||
"name": "anyonecandesign-types", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "TypeScript types for anyonecandesign.com", | ||
@@ -12,2 +12,3 @@ "main": "dist/index.d.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "tsc -b && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"build": "tsc", | ||
@@ -14,0 +15,0 @@ "prepublishOnly": "npm run build" |
1898