llama-stack-client 0.3.0-rc5 → 0.3.0-rc6

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.
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  /**
2
9
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
10
  */
package/_shims/index.mjs CHANGED
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  /**
2
9
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
10
  */
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  /**
2
9
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
10
  */
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  /**
2
9
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
10
  */
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  /**
2
9
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
10
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llama-stack-client",
3
- "version": "0.3.0rc5",
3
+ "version": "0.3.0rc6",
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",
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  /**
2
9
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
10
  */
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  /**
2
9
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
10
  */
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  /**
2
9
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
10
  */
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  /**
2
9
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
10
  */
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
1
8
  /**
2
9
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
10
  */
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.0rc5'; // x-release-please-version
7
+ export const VERSION = '0.3.0rc6'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.3.0rc5";
1
+ export declare const VERSION = "0.3.0rc6";
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.0rc5'; // x-release-please-version
9
+ exports.VERSION = '0.3.0rc6'; // 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.0rc5'; // x-release-please-version
6
+ export const VERSION = '0.3.0rc6'; // x-release-please-version
7
7
  //# sourceMappingURL=version.mjs.map