@lumino/algorithm
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@lumino/algorithm", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Lumino Algorithms and Iterators", | ||
@@ -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", | ||
@@ -51,2 +60,3 @@ "clean:test": "rimraf tests/build", | ||
"chai": "^3.5.0", | ||
"downlevel-dts": "^0.4.0", | ||
"karma": "^4.4.1", | ||
@@ -66,4 +76,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", | ||
@@ -75,3 +85,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
927440
80
14931
22