@lumino/signaling
Advanced tools
Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "@lumino/signaling", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Lumino Signals and Slots", | ||
@@ -27,9 +27,7 @@ "homepage": "https://github.com/jupyterlab/lumino", | ||
"main": "dist/index.js", | ||
"unpkg": "dist/index.min.js", | ||
"module": "dist/index.es6", | ||
"unpkg": "dist/index.min.js", | ||
"jsdelivr": "dist/index.min.js", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"api": "api-extractor run --local --verbose", | ||
"minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", | ||
"build": "tsc --build && rollup -c", | ||
@@ -40,2 +38,3 @@ "build:test": "tsc --build tests && cd tests && webpack", | ||
"docs": "typedoc --options tdoptions.json src", | ||
"minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js", | ||
"test": "npm run test:firefox", | ||
@@ -48,3 +47,3 @@ "test:chrome": "cd tests && karma start --browsers=Chrome", | ||
"dependencies": { | ||
"@lumino/algorithm": "^1.3.2" | ||
"@lumino/algorithm": "^1.3.3" | ||
}, | ||
@@ -64,3 +63,3 @@ "devDependencies": { | ||
"rimraf": "^2.5.2", | ||
"rollup": "^1.29.0", | ||
"rollup": "^2.22.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
@@ -79,3 +78,4 @@ "rollup-plugin-postcss": "^2.0.3", | ||
}, | ||
"gitHead": "ed3875c795eb1777f282b5450644af7d590cdef3" | ||
"jsdelivr": "dist/index.min.js", | ||
"gitHead": "159c46252870a27e85766520b42e4d4f378a0913" | ||
} |
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
Updated@lumino/algorithm@^1.3.3