string-split-keep2
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -6,2 +6,12 @@ # Change Log | ||
## [1.0.10](https://github.com/bluelovers/ws-string/compare/string-split-keep2@1.0.9...string-split-keep2@1.0.10) (2022-11-01) | ||
### 🔖 Miscellaneous | ||
* . ([c16d3cd](https://github.com/bluelovers/ws-string/commit/c16d3cd54f8a49287f41805546dca27f709f009d)) | ||
## [1.0.9](https://github.com/bluelovers/ws-string/compare/string-split-keep2@1.0.8...string-split-keep2@1.0.9) (2022-10-15) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "string-split-keep2", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Split strings without applying separator after limit; Negative limit starts from the end. No regex separators.", | ||
@@ -23,4 +23,4 @@ "keywords": [ | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.esm.mjs", | ||
"require": "./dist/index.cjs" | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.esm.mjs" | ||
}, | ||
@@ -38,2 +38,3 @@ "./package.json": "./package.json" | ||
"scripts": { | ||
"coverage": "yarn run test -- --coverage", | ||
"pretest": "echo pretest", | ||
@@ -69,3 +70,3 @@ "test": "jest", | ||
"packageManager": "yarn@^1.22.11", | ||
"gitHead": "ec6cd01858738572e7fd530c5388a5bfa80487ed" | ||
"gitHead": "63a47b63f65832fd5ce2282afc910bab174bffa4" | ||
} |
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
37994