@mongone/encodeuri
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.2.0](https://github.com/aim-leo/mongone-encodeuri/compare/v1.1.0...v1.2.0) (2021-03-24) | ||
### Features | ||
* export interface by default ([46a4b64](https://github.com/aim-leo/mongone-encodeuri/commit/46a4b6451641f0d8021e5937d4f29fccc51659d6)) | ||
## 1.1.0 (2021-03-24) | ||
@@ -7,0 +14,0 @@ |
@@ -1,5 +0,5 @@ | ||
const { searchInterface } = require('./interface') | ||
const interface = require('./interface') | ||
function encode(option) { | ||
searchInterface.assert(option) | ||
interface.searchInterface.assert(option) | ||
@@ -20,4 +20,5 @@ const url = new URLSearchParams() | ||
module.exports = { | ||
...interface, | ||
encode, | ||
decode | ||
} |
{ | ||
"name": "@mongone/encodeuri", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "encode and decode mongone search uri", | ||
@@ -5,0 +5,0 @@ "author": "aimleo", |
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
4003
50