@lumino/algorithm
Advanced tools
Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5
{ | ||
"name": "@lumino/algorithm", | ||
"version": "2.0.0-alpha.4", | ||
"version": "2.0.0-alpha.5", | ||
"description": "Lumino Algorithms and Iterators", | ||
@@ -29,5 +29,5 @@ "homepage": "https://github.com/jupyterlab/lumino", | ||
"build:src": "tsc --build", | ||
"build:test": "tsc --build tests && cd tests && webpack", | ||
"build:test": "npm run clean:test && tsc --build tests && cd tests && rollup -c", | ||
"clean": "rimraf ./lib && rimraf *.tsbuildinfo && rimraf ./types && rimraf ./dist", | ||
"clean:test": "rimraf tests/build", | ||
"clean:test": "rimraf tests/lib tests/tsconfig.tsbuildinfo", | ||
"minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", | ||
@@ -48,2 +48,3 @@ "test": "npm run test:firefox-headless", | ||
"@microsoft/api-extractor": "^7.6.0", | ||
"@rollup/plugin-commonjs": "^22.0.2", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
@@ -61,3 +62,3 @@ "@types/mocha": "^2.2.39", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.77.2", | ||
"rollup": "^2.77.3", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
@@ -68,5 +69,3 @@ "rollup-plugin-sourcemaps": "^0.6.3", | ||
"typedoc": "~0.23.9", | ||
"typescript": "~4.7.3", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
"typescript": "~4.7.3" | ||
}, | ||
@@ -73,0 +72,0 @@ "publishConfig": { |
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
633741
21