idna-uts46-hx
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -0,1 +1,8 @@ | ||
## [5.0.3](https://github.com/hexonet/idna-uts46/compare/v5.0.2...v5.0.3) (2023-03-09) | ||
### Bug Fixes | ||
* **rollup:** merged config files ([05c22d8](https://github.com/hexonet/idna-uts46/commit/05c22d89615fc9d5af58c34cfb71722d30fcc222)) | ||
## [5.0.2](https://github.com/hexonet/idna-uts46/compare/v5.0.1...v5.0.2) (2023-03-09) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "idna-uts46-hx", | ||
"description": "A UTS #46 processing algorithm for IDNA2008 strings", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"private": false, | ||
"module": "dist/index.mjs", | ||
"main": "dist/index.cjs", | ||
"main": "dist/index", | ||
"typings": "dist/index.d.ts", | ||
@@ -46,3 +45,3 @@ "license": "MIT", | ||
"build:unicode-tables": "esr scripts/build-unicode-tables.ts 15.0.0", | ||
"build:rollup": "rollup -c && rollup -c rollup-esm.config.mjs" | ||
"build:rollup": "rollup -c rollup-esm.config.mjs" | ||
}, | ||
@@ -49,0 +48,0 @@ "dependencies": { |
@@ -10,3 +10,3 @@ const cfg = require('@hexonet/semantic-release-github-npm-config'); | ||
if (plugin[0] === '@semantic-release/git') { | ||
plugin[1].assets.push('dist/index.d.ts', 'dist/index.bundle.js'); | ||
plugin[1].assets.push('dist/index.d.ts', 'dist/index.mjs'); | ||
} | ||
@@ -13,0 +13,0 @@ return plugin; |
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
435914
28
2731