create-tamagui 1.106.0 → 1.108.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.native.js +4 -4
- package/dist/index.native.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -26062,7 +26062,7 @@ var globby2 = Object.assign(function(patterns, options) {
|
|
|
26062
26062
|
// package.json
|
|
26063
26063
|
var package_default = {
|
|
26064
26064
|
name: "create-tamagui",
|
|
26065
|
-
version: "1.
|
|
26065
|
+
version: "1.107.0",
|
|
26066
26066
|
bin: "./run.js",
|
|
26067
26067
|
main: "dist",
|
|
26068
26068
|
files: [
|
|
@@ -26085,7 +26085,7 @@ var package_default = {
|
|
|
26085
26085
|
devDependencies: {
|
|
26086
26086
|
"@expo/package-manager": "^1.1.2",
|
|
26087
26087
|
"@playwright/test": "^1.45.2",
|
|
26088
|
-
"@tamagui/build": "1.
|
|
26088
|
+
"@tamagui/build": "1.107.0",
|
|
26089
26089
|
"@types/async-retry": "1.4.2",
|
|
26090
26090
|
"@types/cross-spawn": "^6.0.2",
|
|
26091
26091
|
"@types/node": "^16.11.9",
|
|
@@ -31751,8 +31751,8 @@ visit your project:
|
|
|
31751
31751
|
Find info on the rest of the scripts in ${import_chalk13.default.cyan("supabase/README.md")}
|
|
31752
31752
|
|
|
31753
31753
|
If you've purchased and gained access to font and icon packages, you can run:
|
|
31754
|
-
${import_chalk13.default.green("yarn
|
|
31755
|
-
${import_chalk13.default.green("yarn
|
|
31754
|
+
${import_chalk13.default.green("yarn add:icon")}
|
|
31755
|
+
${import_chalk13.default.green("yarn add:font")}
|
|
31756
31756
|
`);
|
|
31757
31757
|
}, takeout_default = main5;
|
|
31758
31758
|
async function runRetryableCommand(cmd, retriesCount = 0) {
|