@js-util-fn/url
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.0.2](https://github.com/lamovv/js-utils-url/compare/v1.0.1...v1.0.2) (2021-03-31) | ||
### [1.0.1](https://github.com/lamovv/js-utils-url/compare/v1.0.0...v1.0.1) (2021-03-31) | ||
@@ -7,0 +9,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var v = '1.0.1'; | ||
var v = '1.0.2'; | ||
/** | ||
@@ -8,0 +8,0 @@ * @param {string} search |
@@ -1,2 +0,2 @@ | ||
var v = '1.0.1'; | ||
var v = '1.0.2'; | ||
/** | ||
@@ -3,0 +3,0 @@ * @param {string} search |
{ | ||
"name": "@js-util-fn/url", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "> 仅依赖JS Engine运行环境的URL 解析、修改/追回参数hash等方法集", | ||
@@ -52,2 +52,3 @@ "keywords": [ | ||
"npm-run-all": "^4.1.5", | ||
"pinst": "^2.1.6", | ||
"prettier": "^2.2.1", | ||
@@ -95,5 +96,5 @@ "rollup": "^2.44.0", | ||
"prepublishOnly": "git push --follow-tags origin master", | ||
"publish": "npm publish --access=public", | ||
"publatest": "npm publish --access=public", | ||
"pubeta": "npm publish --access=public --tag beta", | ||
"pub": "run-s publish sync", | ||
"pub": "run-s publatest sync", | ||
"beta": "run-s pubeta sync", | ||
@@ -100,0 +101,0 @@ "sync": "cnpm sync" |
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
13312
34