string-match-left-right 8.0.3 → 8.0.4

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.3
4
+ * @version 8.0.4
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.3
4
+ * @version 8.0.4
5
5
  * @author Roy Revelt, Codsen Ltd
6
6
  * @license MIT
7
7
  * {@link https://codsen.com/os/string-match-left-right/}
@@ -11,7 +11,7 @@
11
11
  /**
12
12
  * @name arrayiffy-if-string
13
13
  * @fileoverview Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
14
- * @version 4.0.3
14
+ * @version 4.0.4
15
15
  * @author Roy Revelt, Codsen Ltd
16
16
  * @license MIT
17
17
  * {@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.3",
3
+ "version": "8.0.4",
4
4
  "description": "Match substrings on the left or right of a given index, ignoring whitespace",
5
5
  "keywords": [
6
6
  "left",
@@ -80,9 +80,9 @@
80
80
  },
81
81
  "dependencies": {
82
82
  "@babel/runtime": "^7.16.0",
83
- "arrayiffy-if-string": "^4.0.3",
83
+ "arrayiffy-if-string": "^4.0.4",
84
84
  "lodash.isplainobject": "^4.0.6",
85
- "string-character-is-astral-surrogate": "^2.0.3"
85
+ "string-character-is-astral-surrogate": "^2.0.4"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@babel/cli": "^7.16.0",
@@ -106,12 +106,12 @@
106
106
  "@types/lodash.isplainobject": "^4.0.6",
107
107
  "@types/node": "^16.11.6",
108
108
  "@types/tap": "^15.0.5",
109
- "@typescript-eslint/eslint-plugin": "^5.2.0",
110
- "@typescript-eslint/parser": "^5.2.0",
111
- "core-js": "^3.19.0",
109
+ "@typescript-eslint/eslint-plugin": "^5.3.0",
110
+ "@typescript-eslint/parser": "^5.3.0",
111
+ "core-js": "^3.19.1",
112
112
  "cross-env": "^7.0.3",
113
113
  "eslint": "^8.1.0",
114
- "lect": "^0.18.3",
114
+ "lect": "^0.18.4",
115
115
  "rollup": "^2.59.0",
116
116
  "rollup-plugin-ascii": "^0.0.3",
117
117
  "rollup-plugin-banner": "^0.2.1",