string-match-left-right
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -6,8 +6,4 @@ # Change Log | ||
# 9.0.0 (2022-12-01) | ||
## 9.0.0 (2022-12-01) | ||
### Features | ||
- drop Node v12 support; minimum version requirement now is v14.18 and above ([c8049e8](https://github.com/codsen/codsen/commit/c8049e82a5844d3f72587740f1cc74e3c9020d22)) | ||
### BREAKING CHANGES | ||
@@ -17,3 +13,3 @@ | ||
# 8.2.0 (2022-08-12) | ||
## 8.2.0 (2022-08-12) | ||
@@ -24,3 +20,3 @@ ### Features | ||
# 8.1.0 (2022-04-10) | ||
## 8.1.0 (2022-04-10) | ||
@@ -27,0 +23,0 @@ ### Features |
{ | ||
"name": "string-match-left-right", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Match substrings on the left or right of a given index, ignoring whitespace", | ||
@@ -35,18 +35,18 @@ "keywords": [ | ||
"scripts": { | ||
"build": "node '../../ops/scripts/esbuild.js' && yarn run dts", | ||
"build": "node '../../ops/scripts/esbuild.js' && npm run dts", | ||
"cjs-off": "exit 0", | ||
"cjs-on": "exit 0", | ||
"dev": "DEV=true node '../../ops/scripts/esbuild.js' && yarn run dts", | ||
"devtest": "c8 yarn run unit && yarn run examples && yarn run lint", | ||
"dts": "rollup -c && yarn run prettier 'types/index.d.ts' --write", | ||
"dev": "DEV=true node '../../ops/scripts/esbuild.js' && npm run dts", | ||
"devtest": "c8 npm run unit && npm run examples && npm run lint", | ||
"dts": "rollup -c && npm run prettier -- 'types/index.d.ts' --write --loglevel 'silent'", | ||
"examples": "node '../../ops/scripts/run-examples.js'", | ||
"lect": "node '../../ops/lect/lect.js' && yarn run prettier 'README.md' '.all-contributorsrc' 'rollup.config.js' --write", | ||
"letspublish": "yarn publish || :", | ||
"lect": "node '../../ops/lect/lect.js' && npm run prettier -- 'README.md' '.all-contributorsrc' 'rollup.config.js' --write", | ||
"letspublish": "npm publish || :", | ||
"lint": "eslint . --ext .js --ext .ts --fix", | ||
"perf": "node perf/check.js", | ||
"prepare": "echo 'ready'", | ||
"prep": "echo 'ready'", | ||
"prettier": "prettier", | ||
"prettier:format": "prettier --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern", | ||
"pretest": "yarn run lect && yarn run build", | ||
"test": "yarn run devtest", | ||
"prettier:format": "npm run prettier -- --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern --loglevel 'silent'", | ||
"pretest": "npm run lect && npm run build", | ||
"test": "npm run devtest", | ||
"unit": "uvu test" | ||
@@ -72,5 +72,5 @@ }, | ||
"dependencies": { | ||
"arrayiffy-if-string": "^5.0.0", | ||
"arrayiffy-if-string": "^5.0.1", | ||
"lodash.isplainobject": "^4.0.6", | ||
"string-character-is-astral-surrogate": "^3.0.0" | ||
"string-character-is-astral-surrogate": "^3.0.1" | ||
}, | ||
@@ -77,0 +77,0 @@ "devDependencies": { |
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
20105
5
54