@aex.is/zero 0.1.11 → 0.1.12
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/bin/zero-darwin-amd64
CHANGED
|
Binary file
|
package/bin/zero-darwin-arm64
CHANGED
|
Binary file
|
package/bin/zero-linux-amd64
CHANGED
|
Binary file
|
package/bin/zero-linux-arm64
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/engine/templates.js
CHANGED
|
@@ -574,7 +574,7 @@ function renderNextEnvList(envVars) {
|
|
|
574
574
|
target="_blank"
|
|
575
575
|
rel="noreferrer"
|
|
576
576
|
>
|
|
577
|
-
Get keys
|
|
577
|
+
Get keys >
|
|
578
578
|
</a>`
|
|
579
579
|
: '';
|
|
580
580
|
return `
|
|
@@ -889,7 +889,7 @@ export function EnvList() {
|
|
|
889
889
|
color={fg}
|
|
890
890
|
onPress={() => Linking.openURL(item.url)}
|
|
891
891
|
>
|
|
892
|
-
Get keys
|
|
892
|
+
Get keys
|
|
893
893
|
</Text>
|
|
894
894
|
) : null}
|
|
895
895
|
</YStack>
|