@remusao/guess-url-type
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -0,1 +1,25 @@ | ||
# v1.3.0 (Thu Jul 11 2024) | ||
#### :rocket: New Feature | ||
- Modernize codebase [#835](https://github.com/remusao/mono/pull/835) ([@chrmod](https://github.com/chrmod)) | ||
#### :bug: Bug Fix | ||
- CI: fix publishing [#838](https://github.com/remusao/mono/pull/838) ([@chrmod](https://github.com/chrmod)) | ||
#### :nut_and_bolt: Dependencies | ||
- Bump @types/mocha from 8.2.2 to 9.1.1 [#655](https://github.com/remusao/mono/pull/655) ([@dependabot[bot]](https://github.com/dependabot[bot])) | ||
- Bump mocha from 8.4.0 to 9.0.0 [#476](https://github.com/remusao/mono/pull/476) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) | ||
- Bump ts-node from 9.1.1 to 10.0.0 [#469](https://github.com/remusao/mono/pull/469) ([@dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) | ||
#### Authors: 3 | ||
- [@dependabot-preview[bot]](https://github.com/dependabot-preview[bot]) | ||
- [@dependabot[bot]](https://github.com/dependabot[bot]) | ||
- Krzysztof Modras ([@chrmod](https://github.com/chrmod)) | ||
--- | ||
# v1.2.1 (Tue Nov 03 2020) | ||
@@ -2,0 +26,0 @@ |
{ | ||
"name": "@remusao/guess-url-type", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Guess type of resource based on its URL", | ||
@@ -8,5 +8,25 @@ "author": "Rémi Berson <remi@cliqz.com>", | ||
"license": "MPL-2.0", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es6/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"type": "module", | ||
"tshy": { | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.js" | ||
} | ||
}, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/commonjs/index.d.ts", | ||
"default": "./dist/commonjs/index.js" | ||
} | ||
} | ||
}, | ||
"main": "./dist/commonjs/index.js", | ||
"types": "./dist/commonjs/index.d.ts", | ||
"module": "./dist/esm/index.js", | ||
"files": [ | ||
@@ -16,2 +36,3 @@ "dist" | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
@@ -25,10 +46,6 @@ }, | ||
"scripts": { | ||
"clean": "rimraf dist coverage", | ||
"clean": "rimraf dist coverage .nyc_output .tshy .tshy-build", | ||
"lint": "tslint --config ../../tslint.json --project ./tsconfig.json", | ||
"build": "tsc --build ./tsconfig.json", | ||
"watch": "tsc --build ./tsconfig.json --watch", | ||
"bundle": "tsc --build ./tsconfig.bundle.json", | ||
"prebundle": "yarn build", | ||
"prepack": "yarn run bundle", | ||
"test": "nyc mocha --config ../../.mocharc.js" | ||
"build": "tshy", | ||
"test": "nyc mocha" | ||
}, | ||
@@ -40,13 +57,15 @@ "bugs": { | ||
"@types/chai": "^4.2.8", | ||
"@types/mocha": "^8.0.0", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.10", | ||
"chai": "^4.2.0", | ||
"mocha": "^8.0.1", | ||
"mocha": "^10.6.0", | ||
"nyc": "^15.0.0", | ||
"rimraf": "^3.0.0", | ||
"ts-node": "^9.0.0", | ||
"ts-node": "^10.0.0", | ||
"tshy": "^3.0.2", | ||
"tslint": "^6.0.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^4.0.2" | ||
"typescript": "5.5.2" | ||
}, | ||
"gitHead": "399e0a86376ea8ec011207161ab5b37bcb4e27fe" | ||
"gitHead": "275e1e6498e21d8fd0bda4299577bcd2af28a7ee" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
70
Yes
45211
12
324
1