@tamagui/text
Advanced tools
Comparing version 1.0.1-beta.42 to 1.0.1-beta.43
@@ -19,2 +19,3 @@ var __defProp = Object.defineProperty; | ||
__reExport(src_exports, require("./Paragraph"), module.exports); | ||
__reExport(src_exports, require("./Headings"), module.exports); | ||
//# sourceMappingURL=index.js.map |
export * from "./SizableText"; | ||
export * from "./Paragraph"; | ||
export * from "./Headings"; | ||
//# sourceMappingURL=index.js.map |
export * from "./SizableText"; | ||
export * from "./Paragraph"; | ||
export * from "./Headings"; |
{ | ||
"name": "@tamagui/text", | ||
"version": "1.0.1-beta.42", | ||
"version": "1.0.1-beta.43", | ||
"sideEffects": false, | ||
@@ -19,3 +19,3 @@ "source": "src/index.ts", | ||
"dependencies": { | ||
"@tamagui/core": "^1.0.1-beta.42" | ||
"@tamagui/core": "^1.0.1-beta.43" | ||
}, | ||
@@ -27,3 +27,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@tamagui/build": "^1.0.1-beta.42", | ||
"@tamagui/build": "^1.0.1-beta.43", | ||
"react": "*", | ||
@@ -30,0 +30,0 @@ "react-dom": "*" |
export * from './SizableText'; | ||
export * from './Paragraph'; | ||
export * from './Headings'; | ||
//# sourceMappingURL=index.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
115403
36
1745
1
Updated@tamagui/core@^1.0.1-beta.43