idna-uts46-hx
Advanced tools
Comparing version 5.0.7 to 5.1.0
@@ -0,1 +1,8 @@ | ||
# [5.1.0](https://github.com/hexonet/idna-uts46/compare/v5.0.7...v5.1.0) (2023-09-18) | ||
### Features | ||
* **unicode:** upgraded version ([cb662c3](https://github.com/hexonet/idna-uts46/commit/cb662c306bb2d14416919b91709637fee01f01e8)) | ||
## [5.0.7](https://github.com/hexonet/idna-uts46/compare/v5.0.6...v5.0.7) (2023-03-13) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "idna-uts46-hx", | ||
"description": "A UTS #46 processing algorithm for IDNA2008 strings", | ||
"version": "5.0.7", | ||
"version": "5.1.0", | ||
"private": false, | ||
@@ -36,3 +36,3 @@ "type": "module", | ||
}, | ||
"unicodeVersion": "15.0.0", | ||
"unicodeVersion": "15.1.0", | ||
"scripts": { | ||
@@ -50,3 +50,3 @@ "prettier": "prettier -u --write \"**/*\"", | ||
"build:unicode-checkversion": "tsx scripts/unicode-checkversion.ts", | ||
"build:unicode-tables": "tsx scripts/build-unicode-tables.ts 15.0.0", | ||
"build:unicode-tables": "tsx scripts/build-unicode-tables.ts 15.1.0", | ||
"build:rollup": "rollup -c rollup-esm.config.mjs" | ||
@@ -58,23 +58,22 @@ }, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-terser": "^0.4.0", | ||
"@rollup/plugin-node-resolve": "^15.2.1", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/axios": "^0.14.0", | ||
"@types/node": "^18.15.0", | ||
"@types/node": "^20.4.2", | ||
"axios": "^1.3.4", | ||
"cross-env": "^7.0.3", | ||
"esbuild": "^0.17.11", | ||
"esbuild": "^0.19.2", | ||
"eslint": "^8.35.0", | ||
"eslint-plugin-mocha": "^10.1.0", | ||
"lint-staged": "^13.0.0", | ||
"lint-staged": "^14.0.1", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.6.2", | ||
"rollup": "^3.18.0", | ||
"prettier": "^3.0.0", | ||
"rollup": "^3.29.1", | ||
"rollup-plugin-bundle-size": "^1.0.3", | ||
"semantic-release": "^20.1.1", | ||
"semantic-release": "^21.0.7", | ||
"serve": "^14.2.0", | ||
"terser": "^5.16.6", | ||
"terser": "^5.19.4", | ||
"tsx": "^3.12.3" | ||
@@ -81,0 +80,0 @@ }, |
@@ -37,3 +37,3 @@ import pckjson from '../package.json' assert { type: 'json' }; | ||
'build:unicode-tables' | ||
] = `esr scripts/build-unicode-tables.ts ${latestVersion}`; | ||
] = `tsx scripts/build-unicode-tables.ts ${latestVersion}`; | ||
@@ -40,0 +40,0 @@ fs.writeFile( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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 too big to display
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
422703
21