Comparing version 1.0.5 to 1.0.6
@@ -6,1 +6,2 @@ export declare const parse: (url: string) => string; | ||
export default _default; | ||
//# sourceMappingURL=mod.d.ts.map |
{ | ||
"name": "shurley", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Validate or fix URLs from user input. People make mistakes!", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
}, | ||
"_generatedBy": "dnt@0.40.0" | ||
"_generatedBy": "dnt@dev" | ||
} |
# Shurley | ||
[![](https://github.com/BrunoBernardino/shurley/workflows/Run%20Tests/badge.svg)](https://github.com/BrunoBernardino/shurley/actions?workflow=Run+Tests) [![deno](https://shield.deno.dev/x/shurley)](https://deno.land/x/shurley) [![npm](https://img.shields.io/npm/v/shurley.svg)](https://www.npmjs.com/package/shurley) | ||
[![](https://github.com/BrunoBernardino/shurley/workflows/Run%20Tests/badge.svg)](https://github.com/BrunoBernardino/shurley/actions?workflow=Run+Tests) [![deno](https://shield.deno.dev/x/shurley)](https://deno.land/x/shurley) [![npm](https://img.shields.io/npm/v/shurley.svg)](https://www.npmjs.com/package/shurley) [![jsr](https://jsr.io/badges/@brn/shurley)](https://jsr.io/@brn/shurley) | ||
@@ -26,3 +26,3 @@ > I'll give you the right URL, but [don't call me Shirley!](https://www.youtube.com/watch?v=ixljWVyPby0) | ||
```ts | ||
import shurley from 'https://deno.land/x/shurley@1.0.5/mod.ts'; | ||
import shurley from 'jsr:@brn/shurley@1.0.6'; // or import shurley from 'https://deno.land/x/shurley@1.0.6/mod.ts'; | ||
@@ -59,2 +59,2 @@ const parsedUrl = shurley.parse('example.com'); | ||
After committing and pushing, just run `make publish VERSION=x.y.z`. | ||
After committing and pushing with a new version in `deno.json`, just run `make publish`. |
@@ -6,1 +6,2 @@ export declare const parse: (url: string) => string; | ||
export default _default; | ||
//# sourceMappingURL=mod.d.ts.map |
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
32764
82