@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
@@ -34,4 +34,4 @@ oxygen update
34
34
 
35
35
  For product documentation and support, visit https://oxygen-agent.com.
36
36
 
37
- Version: 1.98.7
37
+ Version: 1.99.1
@@ -283,8 +283,8 @@ function normalizeProfileName(value) {
283
283
  exitCode: 1,
284
284
  });
285
285
  }
286
- if (!/^[A-Za-z0-9._-]+$/.test(profile)) {
287
- throw new OxygenError("invalid_profile", "Profile names may only contain letters, numbers, dots, underscores, and dashes.", {
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.98.7";
1
+ export declare const OXYGEN_VERSION = "1.99.1";
@@ -1 +1 @@
1
- export const OXYGEN_VERSION = "1.98.7";
1
+ export const OXYGEN_VERSION = "1.99.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxygen-agent/cli",
3
- "version": "1.98.7",
3
+ "version": "1.99.1",
4
4
  "private": false,
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",