@locator/shared
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@locator/shared", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "./dist/index.js", | ||
@@ -13,8 +13,8 @@ "license": "MIT", | ||
"@babel/parser": "^7.18.9", | ||
"@types/react": "^17.0.37", | ||
"@types/react-dom": "^17.0.11", | ||
"@types/react": "^18.0.15", | ||
"@types/react-dom": "^18.0.6", | ||
"tsconfig": "^0.0.1", | ||
"typescript": "^4.5.3" | ||
}, | ||
"gitHead": "0ec3815aa5d2acb72a07abacd31f107cb83531d9", | ||
"gitHead": "2168e6ca3246548a392148a4c113c4757f265177", | ||
"files": [ | ||
@@ -21,0 +21,0 @@ "dist", |
@@ -6,2 +6,3 @@ export * from "./types"; | ||
label: string; | ||
// target?: "_blank" | "_self" | "_parent" | "_top" | string; | ||
}; | ||
@@ -8,0 +9,0 @@ |
36579
1198