rx-jupyter
Advanced tools
Comparing version 5.3.3 to 5.3.4
@@ -43,3 +43,3 @@ import { Subject } from "rxjs"; | ||
* @param serverConfig The server configuration | ||
* @param id The id of the kernel to interupt | ||
* @param id The id of the kernel to interrupt | ||
* | ||
@@ -46,0 +46,0 @@ * @returns An Observable with the request response |
@@ -61,3 +61,3 @@ "use strict"; | ||
* @param serverConfig The server configuration | ||
* @param id The id of the kernel to interupt | ||
* @param id The id of the kernel to interrupt | ||
* | ||
@@ -64,0 +64,0 @@ * @returns An Observable with the request response |
@@ -5,3 +5,3 @@ import { Observable } from "rxjs"; | ||
/** | ||
* Creates an AjaxObservable for listing avaialble kernelspecs. | ||
* Creates an AjaxObservable for listing available kernelspecs. | ||
* | ||
@@ -20,4 +20,4 @@ * @param serverConfig The server configuration | ||
* | ||
* @returns An Observable with the request reponse | ||
* @returns An Observable with the request response | ||
*/ | ||
export declare const get: (serverConfig: ServerConfig, name: string) => Observable<AjaxResponse>; |
@@ -6,3 +6,3 @@ "use strict"; | ||
/** | ||
* Creates an AjaxObservable for listing avaialble kernelspecs. | ||
* Creates an AjaxObservable for listing available kernelspecs. | ||
* | ||
@@ -21,3 +21,3 @@ * @param serverConfig The server configuration | ||
* | ||
* @returns An Observable with the request reponse | ||
* @returns An Observable with the request response | ||
*/ | ||
@@ -24,0 +24,0 @@ exports.get = (serverConfig, name) => ajax_1.ajax(base_1.createAJAXSettings(serverConfig, `/api/kernelspecs/${name}`, { |
{ | ||
"name": "rx-jupyter", | ||
"version": "5.3.3", | ||
"version": "5.3.4", | ||
"description": "RxJS 5 bindings for the Jupyter Notebook API", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
"@nteract/commutable": "^7.1.4", | ||
"@nteract/messaging": "^6.1.3", | ||
"@nteract/messaging": "^6.1.4", | ||
"js-cookie": "^2.2.0", | ||
@@ -35,3 +35,3 @@ "rxjs": "^6.3.3", | ||
}, | ||
"gitHead": "81f0f5c66e0b9ab194719cb0c09eaf7329cd623c" | ||
"gitHead": "3054fe966bd280c9b5d3ec40e0767f756a2a0cc1" | ||
} |
@@ -74,3 +74,3 @@ import { Subject, Subscriber } from "rxjs"; | ||
* @param serverConfig The server configuration | ||
* @param id The id of the kernel to interupt | ||
* @param id The id of the kernel to interrupt | ||
* | ||
@@ -77,0 +77,0 @@ * @returns An Observable with the request response |
@@ -7,3 +7,3 @@ import { Observable } from "rxjs"; | ||
/** | ||
* Creates an AjaxObservable for listing avaialble kernelspecs. | ||
* Creates an AjaxObservable for listing available kernelspecs. | ||
* | ||
@@ -24,3 +24,3 @@ * @param serverConfig The server configuration | ||
* | ||
* @returns An Observable with the request reponse | ||
* @returns An Observable with the request response | ||
*/ | ||
@@ -27,0 +27,0 @@ export const get = ( |
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
89540
Updated@nteract/messaging@^6.1.4