@onefootprint/footprint-js
Advanced tools
Comparing version 0.3.1-beta.4 to 0.3.1-beta.5
@@ -1,11 +0,3 @@ | ||
declare type ShowFootprint = { | ||
publicKey: string; | ||
onCompleted?: (validationToken: string) => void; | ||
onUserCanceled?: () => void; | ||
}; | ||
declare const footprint: { | ||
show: ({ publicKey, onCompleted, onUserCanceled }: ShowFootprint) => Promise<void>; | ||
}; | ||
export { footprint as default }; | ||
export * from './index' | ||
import FootprintJS from './index' | ||
export default FootprintJS |
{ | ||
"name": "@onefootprint/footprint-js", | ||
"private": false, | ||
"version": "0.3.1-beta.4", | ||
"main": "./dist/footprint-js.umd.js", | ||
"module": "./dist/footprint-js.esm.js", | ||
"type": "module", | ||
"version": "0.3.1-beta.5", | ||
"main": "./dist/footprint-js.umd.cjs", | ||
"module": "./dist/footprint-js.js", | ||
"types": "./dist/footprint-js.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/footprint-js.cjs.js", | ||
"import": "./dist/footprint-js.esm.js", | ||
"import": "./dist/footprint-js.js", | ||
"require": "./dist/footprint-js.umd.cjs", | ||
"types": "./dist/footprint-js.d.ts" | ||
}, | ||
"./dist/style.css": { | ||
"import": "./dist/style.css", | ||
"require": "./dist/style.css" | ||
} | ||
@@ -18,7 +23,7 @@ }, | ||
"files": [ | ||
"dist/**" | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"dev": "vite", | ||
"build": "yarn typecheck && vite build", | ||
"lint": "eslint src --fix", | ||
@@ -33,7 +38,7 @@ "typecheck": "yarn tsc --noEmit", | ||
"eslint-config-footprint": "*", | ||
"postcss": "^8.4.17", | ||
"postmate": "^1.5.2", | ||
"tsconfig": "*", | ||
"tsup": "^6.2.2", | ||
"typescript": "4.8.4" | ||
"typescript": "4.8.4", | ||
"vite": "^3.1.7", | ||
"vite-plugin-dts": "^1.6.5" | ||
}, | ||
@@ -40,0 +45,0 @@ "publishConfig": { |
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
18
406
Yes
28970
1