string-match-left-right 8.0.11 → 8.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @name string-match-left-right
3
3
  * @fileoverview Match substrings on the left or right of a given index, ignoring whitespace
4
- * @version 8.0.11
4
+ * @version 8.0.12
5
5
  * @author Roy Revelt, Codsen Ltd
6
6
  * @license MIT
7
7
  * {@link https://codsen.com/os/string-match-left-right/}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @name string-match-left-right
3
3
  * @fileoverview Match substrings on the left or right of a given index, ignoring whitespace
4
- * @version 8.0.11
4
+ * @version 8.0.12
5
5
  * @author Roy Revelt, Codsen Ltd
6
6
  * @license MIT
7
7
  * {@link https://codsen.com/os/string-match-left-right/}
@@ -14,7 +14,7 @@ ${JSON.stringify(l,null,4)}`);let u=0,E="";if((r==null?void 0:r.trimCharsBeforeM
14
14
  /**
15
15
  * @name arrayiffy-if-string
16
16
  * @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
17
- * @version 4.0.11
17
+ * @version 4.0.12
18
18
  * @author Roy Revelt, Codsen Ltd
19
19
  * @license MIT
20
20
  * {@link https://codsen.com/os/arrayiffy-if-string/}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "string-match-left-right",
3
- "version": "8.0.11",
3
+ "version": "8.0.12",
4
4
  "description": "Match substrings on the left or right of a given index, ignoring whitespace",
5
5
  "keywords": [
6
6
  "left",
@@ -33,9 +33,10 @@
33
33
  "scripts": {
34
34
  "build": "node '../../ops/scripts/esbuild.js' && yarn run dts",
35
35
  "dev": "DEV=true node '../../ops/scripts/esbuild.js' && yarn run dts",
36
+ "devtest": "c8 yarn run unit && yarn run examples && yarn run lint",
36
37
  "dts": "rollup -c && yarn run prettier 'types/index.d.ts' --write",
37
38
  "examples": "node '../../ops/scripts/run-examples.js'",
38
- "lect": "node '../../ops/lect/lect.js'",
39
+ "lect": "node '../../ops/lect/lect.js' && yarn run prettier 'README.md' '.all-contributorsrc' 'rollup.config.js' --write",
39
40
  "letspublish": "yarn publish || :",
40
41
  "lint": "eslint . --fix",
41
42
  "perf": "node perf/check.js",
@@ -43,7 +44,7 @@
43
44
  "prettier": "prettier",
44
45
  "prettier:format": "prettier --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern",
45
46
  "pretest": "yarn run lect && yarn run build",
46
- "test": "c8 yarn run unit && yarn run examples && yarn run lint",
47
+ "test": "yarn run devtest",
47
48
  "unit": "uvu test"
48
49
  },
49
50
  "engines": {
@@ -64,9 +65,9 @@
64
65
  }
65
66
  },
66
67
  "dependencies": {
67
- "arrayiffy-if-string": "^4.0.11",
68
+ "arrayiffy-if-string": "^4.0.12",
68
69
  "lodash.isplainobject": "^4.0.6",
69
- "string-character-is-astral-surrogate": "^2.0.11"
70
+ "string-character-is-astral-surrogate": "^2.0.12"
70
71
  },
71
72
  "devDependencies": {
72
73
  "@types/lodash.isplainobject": "^4.0.6"