@aex.is/zero 0.1.11 → 0.1.13

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.
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aex.is/zero",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "Aexis Zero scaffolding CLI",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",