idna-uts46-hx
Advanced tools
Comparing version 6.0.4 to 6.0.5
@@ -14,4 +14,3 @@ { | ||
{ | ||
"prepareCmd": "npm run prepare", | ||
"successCmd": "gulp -f gulpfile.cjs publishNotification --update \"${nextRelease.version}\" --type \"${nextRelease.type}\" --notes \"${encodeURIComponent(nextRelease.notes)}\"" | ||
"prepareCmd": "npm run prepare" | ||
} | ||
@@ -33,4 +32,5 @@ ], | ||
], | ||
"semantic-release-teams-notify-plugin", | ||
"@semantic-release/github" | ||
] | ||
} |
@@ -0,1 +1,8 @@ | ||
## [6.0.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/compare/v6.0.4...v6.0.5) (2024-07-25) | ||
### Performance Improvements | ||
* **index.php:** extend transitional TLDs array with '.art' TLD ([759e00d](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/commit/759e00d0333b37c7ddf8d581c0b785d9fd04d4c3)) | ||
## [6.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-idna-uts46/compare/v6.0.3...v6.0.4) (2024-04-10) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "idna-uts46-hx", | ||
"description": "Convert Domain Names correctly from IDN to Punycode and vice-versa and offer TR46 processing.", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"private": false, | ||
@@ -46,3 +46,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-commonjs": "^26.0.1", | ||
"@rollup/plugin-json": "^6.1.0", | ||
@@ -54,5 +54,4 @@ "@rollup/plugin-node-resolve": "^15.2.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"c8": "^9.1.0", | ||
"eslint": "^8.35.0", | ||
"gulp": "^4.0.2", | ||
"c8": "^10.0.0", | ||
"eslint": "^9.1.1", | ||
"lint-staged": "^15.0.1", | ||
@@ -63,4 +62,4 @@ "mocha": "^10.2.0", | ||
"rollup-plugin-bundle-size": "^1.0.3", | ||
"rtldev-middleware-gulp-release-notification-plugin": "github:centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin#semver:^2.0.3", | ||
"semantic-release": "^23.0.0", | ||
"semantic-release": "^24.0.0", | ||
"semantic-release-teams-notify-plugin": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-notify-plugin", | ||
"serve": "^14.2.0", | ||
@@ -67,0 +66,0 @@ "terser": "^5.19.4" |
@@ -21,3 +21,3 @@ # IDNA-UTS #46 in JavaScript | ||
- [Documentation](https://centralnicgroup-public.github.io/rtldev-middleware-documentation/docs/hexonet/idna-uts46/) | ||
- [Documentation](https://support.centralnicreseller.com/hc/en-gb/articles/13509920188061-JavaScript-based-IDN-Converter) | ||
- [Release Notes](https://github.com/hexonet/idna-uts46/releases) | ||
@@ -24,0 +24,0 @@ |
@@ -6,3 +6,3 @@ import tr46 from 'tr46'; | ||
transitionalProcessing: !domainName.match( | ||
/\.(?:be|ca|de|swiss|fr|pm|re|tf|wf|yt)\.?$/, | ||
/\.(?:art|be|ca|de|swiss|fr|pm|re|tf|wf|yt)\.?$/, | ||
), | ||
@@ -9,0 +9,0 @@ }; |
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
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
719060
18
3241
22