langchainhub
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -136,3 +136,3 @@ import { getEnvironmentVariable } from "./utils/env.js"; | ||
async createRepo(repoHandle, options) { | ||
const { isPublic = false, description = "" } = options ?? {}; | ||
const { isPublic = true, description = "" } = options ?? {}; | ||
const res = await fetch(`${this.apiUrl}/repos/`, { | ||
@@ -237,3 +237,3 @@ method: "POST", | ||
async push(repoFullName, manifestJson, options) { | ||
const { parentCommitHash = "latest", newRepoIsPublic = false, newRepoDescription = "", } = options ?? {}; | ||
const { parentCommitHash = "latest", newRepoIsPublic = true, newRepoDescription = "", } = options ?? {}; | ||
let repo; | ||
@@ -240,0 +240,0 @@ try { |
{ | ||
"name": "langchainhub", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Client library for connecting to the LangChain Hub.", | ||
@@ -5,0 +5,0 @@ "author": "LangChain", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32809