string-left-right 2.3.31 → 2.3.32

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.
package/README.md CHANGED
@@ -19,6 +19,9 @@
19
19
  <img src="https://img.shields.io/badge/code_style-prettier-brightgreen.svg?style=flat-square" alt="Code style: prettier">
20
20
  </a>
21
21
  <img src="https://img.shields.io/badge/licence-MIT-brightgreen.svg?style=flat-square" alt="MIT License">
22
+ <a href="https://liberamanifesto.com" rel="nofollow noreferrer noopener" target="_blank">
23
+ <img src="https://img.shields.io/badge/libera-manifesto-lightgrey.svg?style=flat-square" alt="libera manifesto">
24
+ </a>
22
25
  </div>
23
26
 
24
27
  ## Install
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * string-left-right
3
3
  * Looks up the first non-whitespace character to the left/right of a given index
4
- * Version: 2.3.31
4
+ * Version: 2.3.32
5
5
  * Author: Roy Revelt, Codsen Ltd
6
6
  * License: MIT
7
7
  * Homepage: https://codsen.com/os/string-left-right/
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * string-left-right
3
3
  * Looks up the first non-whitespace character to the left/right of a given index
4
- * Version: 2.3.31
4
+ * Version: 2.3.32
5
5
  * Author: Roy Revelt, Codsen Ltd
6
6
  * License: MIT
7
7
  * Homepage: https://codsen.com/os/string-left-right/
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * string-left-right
3
3
  * Looks up the first non-whitespace character to the left/right of a given index
4
- * Version: 2.3.31
4
+ * Version: 2.3.32
5
5
  * Author: Roy Revelt, Codsen Ltd
6
6
  * License: MIT
7
7
  * Homepage: https://codsen.com/os/string-left-right/
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * string-left-right
3
3
  * Looks up the first non-whitespace character to the left/right of a given index
4
- * Version: 2.3.31
4
+ * Version: 2.3.32
5
5
  * Author: Roy Revelt, Codsen Ltd
6
6
  * License: MIT
7
7
  * Homepage: https://codsen.com/os/string-left-right/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "string-left-right",
3
- "version": "2.3.31",
3
+ "version": "2.3.32",
4
4
  "description": "Looks up the first non-whitespace character to the left/right of a given index",
5
5
  "keywords": [
6
6
  "check",
@@ -23,7 +23,7 @@
23
23
  "author": {
24
24
  "name": "Roy Revelt",
25
25
  "email": "roy@codsen.com",
26
- "url": "codsen.com"
26
+ "url": "https://codsen.com"
27
27
  },
28
28
  "main": "dist/string-left-right.cjs.js",
29
29
  "module": "dist/string-left-right.esm.js",
@@ -103,23 +103,23 @@
103
103
  "lodash.isplainobject": "^4.0.6"
104
104
  },
105
105
  "devDependencies": {
106
- "@babel/core": "^7.11.6",
107
- "@babel/plugin-proposal-class-properties": "^7.10.4",
108
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
109
- "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
110
- "@babel/plugin-proposal-optional-chaining": "^7.11.0",
111
- "@babel/preset-env": "^7.11.5",
106
+ "@babel/core": "^7.12.3",
107
+ "@babel/plugin-proposal-class-properties": "^7.12.1",
108
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
109
+ "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
110
+ "@babel/plugin-proposal-optional-chaining": "^7.12.1",
111
+ "@babel/preset-env": "^7.12.1",
112
112
  "@rollup/plugin-babel": "^5.2.1",
113
- "@rollup/plugin-commonjs": "^15.1.0",
114
- "@rollup/plugin-node-resolve": "^9.0.0",
113
+ "@rollup/plugin-commonjs": "^16.0.0",
114
+ "@rollup/plugin-node-resolve": "^10.0.0",
115
115
  "@rollup/plugin-strip": "^2.0.0",
116
116
  "benchmark": "^2.1.4",
117
- "eslint": "^7.9.0",
118
- "lect": "^0.14.4",
119
- "rollup": "^2.28.1",
117
+ "eslint": "^7.13.0",
118
+ "lect": "^0.14.8",
119
+ "rollup": "^2.33.1",
120
120
  "rollup-plugin-ascii": "^0.0.3",
121
121
  "rollup-plugin-banner": "^0.2.1",
122
- "rollup-plugin-cleanup": "^3.1.1",
122
+ "rollup-plugin-cleanup": "^3.2.1",
123
123
  "rollup-plugin-terser": "^7.0.2",
124
124
  "tap": "^14.10.8",
125
125
  "tsd": "^0.13.1"