quasiurl 1.1.11 → 1.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # QuasiURL
2
2
 
3
- `URL`-like object applicable to partial URLs and URL templates
4
-
5
- [![npm](https://img.shields.io/npm/v/quasiurl?labelColor=345&color=46e)](https://www.npmjs.com/package/quasiurl) ![Lightweight](https://img.shields.io/bundlephobia/minzip/quasiurl?label=minzip&labelColor=345&color=46e)
6
-
7
- Installation: `npm i quasiurl`
3
+ `URL`-like object applicable to relative URLs and URL templates
8
4
 
9
5
  Unlike `URL`, `QuasiURL`:
10
6
  - can have an empty `origin`, `pathname`, `hostname`, `protocol`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quasiurl",
3
- "version": "1.1.11",
4
- "description": "URL-like object applicable to partial URLs and URL templates",
3
+ "version": "1.1.13",
4
+ "description": "URL-like object applicable to relative URLs and URL templates",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.mjs",
@@ -15,7 +15,7 @@
15
15
  "license": "MIT",
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git://github.com/t8js/quasiurl.git"
18
+ "url": "git://github.com/axtk/quasiurl.git"
19
19
  },
20
20
  "keywords": [
21
21
  "url",