@lumino/algorithm
Advanced tools
Comparing version 2.0.0-alpha.6 to 2.0.0-alpha.7
{ | ||
"name": "@lumino/algorithm", | ||
"version": "2.0.0-alpha.6", | ||
"version": "2.0.0-alpha.7", | ||
"description": "Lumino Algorithms and Iterators", | ||
@@ -38,3 +38,4 @@ "homepage": "https://github.com/jupyterlab/lumino", | ||
"test:firefox-headless": "cd tests && karma start --browsers=FirefoxHeadless", | ||
"test:ie": "cd tests && karma start --browsers=IE", | ||
"test:webkit": "cd tests && karma start --browsers=Webkit", | ||
"test:webkit-headless": "cd tests && karma start --browsers=WebkitHeadless", | ||
"watch": "tsc --build --watch" | ||
@@ -55,6 +56,7 @@ }, | ||
"karma-firefox-launcher": "^2.1.1", | ||
"karma-ie-launcher": "^1.0.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-webkit-launcher": "^1.0.2", | ||
"mocha": "^9.0.3", | ||
"playwright": "^1.26.0", | ||
"postcss": "^8.4.14", | ||
@@ -61,0 +63,0 @@ "rimraf": "^3.0.2", |
@@ -14,4 +14,2 @@ // Copyright (c) Jupyter Development Team. | ||
* | ||
* @deprecated | ||
* | ||
* @returns A new iterator which yields nothing. | ||
@@ -18,0 +16,0 @@ * |
/** | ||
* Create an empty iterator. | ||
* | ||
* @deprecated | ||
* | ||
* @returns A new iterator which yields nothing. | ||
@@ -7,0 +5,0 @@ * |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
633719
22
9466