llama-stack-client 0.3.4-rc2 → 0.3.4-rc3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llama-stack-client",
3
- "version": "0.3.4rc2",
3
+ "version": "0.3.4rc3",
4
4
  "description": "The official TypeScript library for the Llama Stack Client API",
5
5
  "author": "Llama Stack Client <llamastack@meta.com>",
6
6
  "types": "./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 = '0.3.4rc2'; // x-release-please-version
7
+ export const VERSION = '0.3.4rc3'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.3.4rc2";
1
+ export declare const VERSION = "0.3.4rc3";
2
2
  //# sourceMappingURL=version.d.ts.map
package/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 = '0.3.4rc2'; // x-release-please-version
9
+ exports.VERSION = '0.3.4rc3'; // x-release-please-version
10
10
  //# sourceMappingURL=version.js.map
package/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 = '0.3.4rc2'; // x-release-please-version
6
+ export const VERSION = '0.3.4rc3'; // x-release-please-version
7
7
  //# sourceMappingURL=version.mjs.map