ogx-client 1.2.2 → 1.3.0

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.
@@ -18,7 +18,7 @@ jobs:
18
18
  lint:
19
19
  timeout-minutes: 10
20
20
  name: lint
21
- runs-on: ${{ github.repository == 'stainless-sdks/llama-stack-client-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
21
+ runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
22
22
  if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
23
23
  steps:
24
24
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -37,7 +37,7 @@ jobs:
37
37
  build:
38
38
  timeout-minutes: 5
39
39
  name: build
40
- runs-on: ${{ github.repository == 'stainless-sdks/llama-stack-client-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
40
+ runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
41
41
  if: (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
42
42
  permissions:
43
43
  contents: read
@@ -77,7 +77,7 @@ jobs:
77
77
  test:
78
78
  timeout-minutes: 10
79
79
  name: test
80
- runs-on: ${{ github.repository == 'stainless-sdks/llama-stack-client-node' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
80
+ runs-on: ${{ startsWith(github.repository, 'stainless-sdks/') && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
81
81
  if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
82
82
  steps:
83
83
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "1.1.0-alpha.7"
2
+ ".": "1.1.0-alpha.8"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.0-alpha.8 (2026-07-17)
4
+
5
+ Full Changelog: [v1.1.0-alpha.7...v1.1.0-alpha.8](https://github.com/ogx-ai/ogx-client-typescript/compare/v1.1.0-alpha.7...v1.1.0-alpha.8)
6
+
7
+ ### Features
8
+
9
+ * **stlc:** configurable CI runner and private-production-repo support in workflow templates ([1653ebe](https://github.com/ogx-ai/ogx-client-typescript/commit/1653ebe8a7bd8a518954e1c42a0fffe7f6287513))
10
+
3
11
  ## 1.1.0-alpha.7 (2026-06-16)
4
12
 
5
13
  Full Changelog: [v1.1.0-alpha.6...v1.1.0-alpha.7](https://github.com/ogx-ai/ogx-client-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7)
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.0-alpha.8 (2026-07-17)
4
+
5
+ Full Changelog: [v1.1.0-alpha.7...v1.1.0-alpha.8](https://github.com/ogx-ai/ogx-client-typescript/compare/v1.1.0-alpha.7...v1.1.0-alpha.8)
6
+
7
+ ### Features
8
+
9
+ * **stlc:** configurable CI runner and private-production-repo support in workflow templates ([1653ebe](https://github.com/ogx-ai/ogx-client-typescript/commit/1653ebe8a7bd8a518954e1c42a0fffe7f6287513))
10
+
3
11
  ## 1.1.0-alpha.7 (2026-06-16)
4
12
 
5
13
  Full Changelog: [v1.1.0-alpha.6...v1.1.0-alpha.7](https://github.com/ogx-ai/ogx-client-typescript/compare/v1.1.0-alpha.6...v1.1.0-alpha.7)
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ogx-client",
3
- "version": "1.2.2",
3
+ "version": "1.3.0",
4
4
  "description": "The official TypeScript library for the Ogx Client API",
5
5
  "author": "Ogx Client <contributors@ogx.dev>",
6
6
  "types": "./index.d.ts",
@@ -4,4 +4,4 @@
4
4
  // This source code is licensed under the terms described in the LICENSE file in
5
5
  // the root directory of this source tree.
6
6
 
7
- export const VERSION = '1.2.2'; // x-release-please-version
7
+ export const VERSION = '1.3.0'; // x-release-please-version
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.2.2";
1
+ export declare const VERSION = "1.3.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -6,5 +6,5 @@
6
6
  // the root directory of this source tree.
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.VERSION = void 0;
9
- exports.VERSION = '1.2.2'; // x-release-please-version
9
+ exports.VERSION = '1.3.0'; // x-release-please-version
10
10
  //# sourceMappingURL=version.js.map
package/dist/version.mjs CHANGED
@@ -3,5 +3,5 @@
3
3
  //
4
4
  // This source code is licensed under the terms described in the LICENSE file in
5
5
  // the root directory of this source tree.
6
- export const VERSION = '1.2.2'; // x-release-please-version
6
+ export const VERSION = '1.3.0'; // x-release-please-version
7
7
  //# sourceMappingURL=version.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ogx-client",
3
- "version": "1.2.2",
3
+ "version": "1.3.0",
4
4
  "description": "The official TypeScript library for the Ogx Client API",
5
5
  "author": "Ogx Client <contributors@ogx.dev>",
6
6
  "types": "dist/index.d.ts",
package/src/version.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  // This source code is licensed under the terms described in the LICENSE file in
5
5
  // the root directory of this source tree.
6
6
 
7
- export const VERSION = '1.2.2'; // x-release-please-version
7
+ export const VERSION = '1.3.0'; // x-release-please-version