@lanterninc/shared-ui-extensions
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -737,1 +737,7 @@ import { Background } from '../../../../@shopify/ui-extensions-react/checkout'; | ||
export declare namespace TermsModal { | ||
var displayName: string; | ||
} | ||
@@ -628,2 +628,6 @@ import { Background } from '../../../../@shopify/ui-extensions-react/checkout'; | ||
export declare namespace TermsModal { | ||
var displayName: string; | ||
} | ||
declare interface TermsModalProps { | ||
@@ -732,7 +736,1 @@ policy: TermsPolicy; | ||
export { } | ||
export declare namespace TermsModal { | ||
var displayName: string; | ||
} | ||
{ | ||
"name": "@lanterninc/shared-ui-extensions", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Lantern Shared UI Extensions", | ||
@@ -37,11 +37,11 @@ "author": "Dominic McPhee <dom@lantern.is> (https://lantern.is)", | ||
"scripts": { | ||
"dev": "tsc && vite build --watch", | ||
"clean": "rm -rf dist", | ||
"dev": "npm run ladle", | ||
"start": "vite --host --open", | ||
"build:types": "tsc", | ||
"build": "pnpm run build:types && vite build", | ||
"build:preview": "pnpm run build:types && vite build --mode preview", | ||
"build:all": "pnpm run build && pnpm run build:preview && cp -r dist/*.d.ts dist/preview", | ||
"build": "pnpm run clean && vite build", | ||
"build:preview": "vite build --mode preview", | ||
"build:all": "pnpm run build && pnpm run build:preview", | ||
"prepare": "pnpm run build:all", | ||
"ladle": "(cd ladle && npx ladle serve)", | ||
"ladle:build": "(cd ladle && npx ladle build)" | ||
"ladle": "npx ladle serve", | ||
"ladle:build": "npx ladle build" | ||
}, | ||
@@ -48,0 +48,0 @@ "dependencies": {}, |
Sorry, the diff of this file is too big to display
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
0
6757861
8
62247