@lumino/signaling
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "@lumino/signaling", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Lumino Signals and Slots", | ||
@@ -24,3 +24,4 @@ "homepage": "https://github.com/jupyterlab/lumino", | ||
"src/*", | ||
"types/*" | ||
"types/*", | ||
"types-3.4/*" | ||
], | ||
@@ -32,7 +33,15 @@ "main": "dist/index.js", | ||
"types": "types/index.d.ts", | ||
"typesVersions": { | ||
"<3.8": { | ||
"*": [ | ||
"types-3.4/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", | ||
"build": "tsc --build && npm run gen-legacy-types && rollup -c", | ||
"build:test": "tsc --build tests && cd tests && webpack", | ||
"gen-legacy-types": "downlevel-dts ./types ./types-3.4", | ||
"clean": "rimraf ./lib && rimraf *.tsbuildinfo && rimraf ./types && rimraf ./dist", | ||
@@ -48,3 +57,3 @@ "clean:test": "rimraf tests/build", | ||
"dependencies": { | ||
"@lumino/algorithm": "^1.3.0" | ||
"@lumino/algorithm": "^1.3.1" | ||
}, | ||
@@ -56,2 +65,3 @@ "devDependencies": { | ||
"chai": "^3.5.0", | ||
"downlevel-dts": "^0.4.0", | ||
"karma": "^4.4.1", | ||
@@ -71,4 +81,4 @@ "karma-chrome-launcher": "^2.0.0", | ||
"tslib": "1.10.0", | ||
"typedoc": "~0.15.0", | ||
"typescript": "~3.6.4", | ||
"typedoc": "~0.17.7", | ||
"typescript": "~3.9.2", | ||
"webpack": "^4.41.3", | ||
@@ -80,3 +90,3 @@ "webpack-cli": "^3.3.10" | ||
}, | ||
"gitHead": "00ae44153f4362f9892624a22d21f486017d488f" | ||
"gitHead": "a1059be73c2084ecf7b7a4e97551448d8b98a5bf" | ||
} |
Sorry, the diff of this file is not supported yet
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
153275
12
2112
23
Updated@lumino/algorithm@^1.3.1