create-tamagui 1.79.16 → 1.79.18
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 -3
- package/dist/index.js.map +1 -1
- package/dist/index.native.js +4 -3
- package/dist/index.native.js.map +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -26001,7 +26001,7 @@ var globby2 = Object.assign(function(patterns, options) {
|
|
|
26001
26001
|
// package.json
|
|
26002
26002
|
var package_default = {
|
|
26003
26003
|
name: "create-tamagui",
|
|
26004
|
-
version: "1.79.
|
|
26004
|
+
version: "1.79.17",
|
|
26005
26005
|
bin: "./run.js",
|
|
26006
26006
|
main: "dist",
|
|
26007
26007
|
files: [
|
|
@@ -26022,10 +26022,11 @@ var package_default = {
|
|
|
26022
26022
|
devDependencies: {
|
|
26023
26023
|
"@expo/package-manager": "^0.0.50",
|
|
26024
26024
|
"@playwright/test": "^1.29.0",
|
|
26025
|
-
"@tamagui/build": "1.79.
|
|
26025
|
+
"@tamagui/build": "1.79.17",
|
|
26026
26026
|
"@types/async-retry": "1.4.2",
|
|
26027
26027
|
"@types/cross-spawn": "^6.0.2",
|
|
26028
26028
|
"@types/node": "^16.11.9",
|
|
26029
|
+
"@types/opener": "^1.4.3",
|
|
26029
26030
|
"@types/prompts": "2.0.1",
|
|
26030
26031
|
"@types/rimraf": "3.0.0",
|
|
26031
26032
|
"@types/tar": "4.0.3",
|
|
@@ -31782,7 +31783,7 @@ async function run() {
|
|
|
31782
31783
|
type: "confirm",
|
|
31783
31784
|
name: "purchased",
|
|
31784
31785
|
message: "Have you purchased Takeout on https://tamagui.dev/takeout"
|
|
31785
|
-
})).purchased || (
|
|
31786
|
+
})).purchased || ((0, import_opener.default)("https://tamagui.dev/takeout"), console.info(
|
|
31786
31787
|
`
|
|
31787
31788
|
Opening Takeout website - once you purchase you can restart the create process. Thank you!
|
|
31788
31789
|
`
|