Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/fastify/fast-uri into next
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Jun 5, 2024
2 parents 88cb871 + 7ffca1e commit 14b617f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict'

const URL = require('node:url')
const { normalizeIPv6, normalizeIPv4, removeDotSegments, recomposeAuthority, normalizeComponentEncoding } = require('./lib/utils')
const SCHEMES = require('./lib/schemes')

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fast-uri",
"description": "Dependency free RFC 3986 URI toolbox",
"version": "2.3.0",
"version": "2.3.1",
"main": "index.js",
"type": "commonjs",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -34,8 +34,5 @@
"tap": "^18.7.2",
"tsd": "^0.31.0",
"uri-js": "^4.4.1"
},
"tap": {
"check-coverage": false
}
}

0 comments on commit 14b617f

Please sign in to comment.