string-split-keep2
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,2 +6,17 @@ # Change Log | ||
## [1.0.3](https://github.com/bluelovers/ws-string/compare/string-split-keep2@1.0.2...string-split-keep2@1.0.3) (2022-08-26) | ||
### 📦 Code Refactoring | ||
* update import ([7bace20](https://github.com/bluelovers/ws-string/commit/7bace20f1efebf35b133e58e6dd107bb2ceeb562)) | ||
### 🚨 Tests | ||
* update configuration ([a695a63](https://github.com/bluelovers/ws-string/commit/a695a63cafc1a89b5f86cdbeb4cf1295933c9039)) | ||
## 1.0.2 (2022-02-01) | ||
@@ -8,0 +23,0 @@ |
{ | ||
"name": "string-split-keep2", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Split strings without applying separator after limit; Negative limit starts from the end. No regex separators.", | ||
@@ -38,2 +38,5 @@ "keywords": [ | ||
"test": "jest", | ||
"test:jest": "jest --passWithNoTests", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
"test:snapshot": "yarn run test -- -u", | ||
"posttest": "yarn run build", | ||
@@ -63,3 +66,3 @@ "build": "yarn run build:tsdx && yarn run build:dts:bundle", | ||
"packageManager": "yarn@^1.22.11", | ||
"gitHead": "328eb21d8f69132fab4999fd4f8b4b33d77e08e1" | ||
"gitHead": "b41c5edacf2b3ea6b5b9488a002565ccbbc67e08" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
33892
17
154