@oxygen-agent/cli 1.123.0 → 1.123.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.123.0
37
+ Version: 1.123.1
@@ -1,2 +1,2 @@
1
- export declare const OXYGEN_VERSION = "1.123.0";
1
+ export declare const OXYGEN_VERSION = "1.123.1";
2
2
  export declare const OXYGEN_MINIMUM_CLI_VERSION = "1.0.0";
@@ -1,3 +1,3 @@
1
- export const OXYGEN_VERSION = "1.123.0";
1
+ export const OXYGEN_VERSION = "1.123.1";
2
2
  // Bump this only when deployed CLI/API contracts require a newer CLI.
3
3
  export const OXYGEN_MINIMUM_CLI_VERSION = "1.0.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxygen-agent/cli",
3
- "version": "1.123.0",
3
+ "version": "1.123.1",
4
4
  "private": false,
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",