rx-jupyter
Advanced tools
Comparing version 2.3.5 to 2.4.0
@@ -107,3 +107,3 @@ import * as contents from "../src/contents"; | ||
expect(request.url).toBe( | ||
"http://localhost:8888/api/contents/path/to/content/checkpoints/" | ||
"http://localhost:8888/api/contents/path/to/content/checkpoints" | ||
); | ||
@@ -123,3 +123,3 @@ expect(request.method).toBe("GET"); | ||
expect(request.url).toBe( | ||
"http://localhost:8888/api/contents/path/to/content/checkpoints/" | ||
"http://localhost:8888/api/contents/path/to/content/checkpoints" | ||
); | ||
@@ -126,0 +126,0 @@ expect(request.method).toBe("POST"); |
{ | ||
"name": "rx-jupyter", | ||
"version": "2.3.5", | ||
"version": "2.4.0", | ||
"description": "RxJS 5 bindings for the Jupyter Notebook API", | ||
@@ -30,5 +30,5 @@ "main": "lib/index.js", | ||
"rxjs": "^5.5.6", | ||
"url-join": "^3.0.0", | ||
"url-join": "^4.0.0", | ||
"url-search-params": "^0.10.0" | ||
} | ||
} |
78998
+ Addedurl-join@4.0.1(transitive)
- Removedurl-join@3.0.0(transitive)
Updatedurl-join@^4.0.0