RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@yahoo/uds
Versions diffs
2.1.1 → 2.1.3
@yahoo/uds 2.1.1 → 2.1.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/cli/bin/uds-darwin-arm64-baseline
+0
-0
package/cli/bin/uds-linux-arm64
+0
-0
package/cli/bin/uds-linux-x64-baseline
+0
-0
package/cli/env.d.ts
+2
-0
package/dist/metafile-cjs.json
+1
-1
package/package.json
+3
-3
package/cli/bin/uds-darwin-arm64-baseline
CHANGED
Viewed
Binary file
package/cli/bin/uds-linux-arm64
CHANGED
Viewed
Binary file
package/cli/bin/uds-linux-x64-baseline
CHANGED
Viewed
Binary file
package/cli/env.d.ts
CHANGED
Viewed
@@ -20,5 +20,7 @@ declare module 'bun' {
20
20
UDS_ID?: string;
21
21
/** UDS sync command - filename to write the config output */
22
22
UDS_OUT_FILE?: string;
23
+
/** UDS team slug for CLI */
24
+
UDS_TEAM_SLUG?: string;
23
25
}
24
26
}
1
2
3
Next ›
Last »