string-trim-spaces-only 2.8.23 → 2.8.24

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-trim-spaces-only
3
3
  * Like String.trim() but you can choose granularly what to trim
4
- * Version: 2.8.23
4
+ * Version: 2.8.24
5
5
  * Author: Roy Revelt, Codsen Ltd
6
6
  * License: MIT
7
7
  * Homepage: https://codsen.com/os/string-trim-spaces-only/
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * string-trim-spaces-only
3
3
  * Like String.trim() but you can choose granularly what to trim
4
- * Version: 2.8.23
4
+ * Version: 2.8.24
5
5
  * Author: Roy Revelt, Codsen Ltd
6
6
  * License: MIT
7
7
  * Homepage: https://codsen.com/os/string-trim-spaces-only/
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * string-trim-spaces-only
3
3
  * Like String.trim() but you can choose granularly what to trim
4
- * Version: 2.8.23
4
+ * Version: 2.8.24
5
5
  * Author: Roy Revelt, Codsen Ltd
6
6
  * License: MIT
7
7
  * Homepage: https://codsen.com/os/string-trim-spaces-only/
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * string-trim-spaces-only
3
3
  * Like String.trim() but you can choose granularly what to trim
4
- * Version: 2.8.23
4
+ * Version: 2.8.24
5
5
  * Author: Roy Revelt, Codsen Ltd
6
6
  * License: MIT
7
7
  * Homepage: https://codsen.com/os/string-trim-spaces-only/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "string-trim-spaces-only",
3
- "version": "2.8.23",
3
+ "version": "2.8.24",
4
4
  "description": "Like String.trim() but you can choose granularly what to trim",
5
5
  "keywords": [
6
6
  "characters",
@@ -20,7 +20,7 @@
20
20
  "author": {
21
21
  "name": "Roy Revelt",
22
22
  "email": "roy@codsen.com",
23
- "url": "codsen.com"
23
+ "url": "https://codsen.com"
24
24
  },
25
25
  "main": "dist/string-trim-spaces-only.cjs.js",
26
26
  "module": "dist/string-trim-spaces-only.esm.js",
@@ -96,23 +96,23 @@
96
96
  }
97
97
  },
98
98
  "devDependencies": {
99
- "@babel/core": "^7.11.6",
100
- "@babel/plugin-proposal-class-properties": "^7.10.4",
101
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
102
- "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
103
- "@babel/plugin-proposal-optional-chaining": "^7.11.0",
104
- "@babel/preset-env": "^7.11.5",
99
+ "@babel/core": "^7.12.3",
100
+ "@babel/plugin-proposal-class-properties": "^7.12.1",
101
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
102
+ "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
103
+ "@babel/plugin-proposal-optional-chaining": "^7.12.1",
104
+ "@babel/preset-env": "^7.12.1",
105
105
  "@rollup/plugin-babel": "^5.2.1",
106
- "@rollup/plugin-commonjs": "^15.1.0",
107
- "@rollup/plugin-node-resolve": "^9.0.0",
106
+ "@rollup/plugin-commonjs": "^16.0.0",
107
+ "@rollup/plugin-node-resolve": "^10.0.0",
108
108
  "@rollup/plugin-strip": "^2.0.0",
109
109
  "benchmark": "^2.1.4",
110
- "eslint": "^7.9.0",
111
- "lect": "^0.14.4",
112
- "rollup": "^2.28.1",
110
+ "eslint": "^7.13.0",
111
+ "lect": "^0.14.8",
112
+ "rollup": "^2.33.1",
113
113
  "rollup-plugin-ascii": "^0.0.3",
114
114
  "rollup-plugin-banner": "^0.2.1",
115
- "rollup-plugin-cleanup": "^3.1.1",
115
+ "rollup-plugin-cleanup": "^3.2.1",
116
116
  "rollup-plugin-terser": "^7.0.2",
117
117
  "tap": "^14.10.8",
118
118
  "tsd": "^0.13.1"