Comparing version 1.0.10 to 1.0.11
@@ -23,3 +23,9 @@ const hookInputSetter = (target, key) => { | ||
} | ||
const bridgedMethods = ["init", "identify", "stop", "showCode"]; | ||
const bridgedMethods = [ | ||
"init", | ||
"identify", | ||
"stop", | ||
"showCode", | ||
"getSessionUrl", | ||
]; | ||
const noop = () => { }; | ||
@@ -31,2 +37,3 @@ const noopModule = { | ||
showCode: noop, | ||
getSessionUrl: noop, | ||
}; | ||
@@ -33,0 +40,0 @@ // Create cohere or pass in previous args to init/initialize |
@@ -25,3 +25,9 @@ 'use strict'; | ||
} | ||
const bridgedMethods = ["init", "identify", "stop", "showCode"]; | ||
const bridgedMethods = [ | ||
"init", | ||
"identify", | ||
"stop", | ||
"showCode", | ||
"getSessionUrl", | ||
]; | ||
const noop = () => { }; | ||
@@ -33,2 +39,3 @@ const noopModule = { | ||
showCode: noop, | ||
getSessionUrl: noop, | ||
}; | ||
@@ -35,0 +42,0 @@ // Create cohere or pass in previous args to init/initialize |
{ | ||
"name": "cohere-js", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Cohere.so JS SDK", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
5489
146