@oxygen-agent/cli 1.98.7 → 1.99.1
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/README.md
CHANGED
package/dist/credentials.js
CHANGED
|
@@ -283,8 +283,8 @@ function normalizeProfileName(value) {
|
|
|
283
283
|
exitCode: 1,
|
|
284
284
|
});
|
|
285
285
|
}
|
|
286
|
-
if (!/^[A-Za-z0-9._
|
|
287
|
-
throw new OxygenError("invalid_profile", "Profile names may only contain letters, numbers, dots, underscores, and
|
|
286
|
+
if (!/^[A-Za-z0-9._@+-]+$/.test(profile)) {
|
|
287
|
+
throw new OxygenError("invalid_profile", "Profile names may only contain letters, numbers, dots, underscores, dashes, plus signs, and @.", {
|
|
288
288
|
details: { profile },
|
|
289
289
|
exitCode: 1,
|
|
290
290
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const OXYGEN_VERSION = "1.
|
|
1
|
+
export declare const OXYGEN_VERSION = "1.99.1";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const OXYGEN_VERSION = "1.
|
|
1
|
+
export const OXYGEN_VERSION = "1.99.1";
|