ranges-sort 3.13.3 → 3.13.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.
- package/README.md +3 -0
- package/dist/ranges-sort.cjs.js +1 -1
- package/dist/ranges-sort.dev.umd.js +1 -1
- package/dist/ranges-sort.esm.js +1 -1
- package/dist/ranges-sort.umd.js +1 -1
- package/package.json +14 -14
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
|
package/dist/ranges-sort.cjs.js
CHANGED
package/dist/ranges-sort.esm.js
CHANGED
package/dist/ranges-sort.umd.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ranges-sort",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.4",
|
|
4
4
|
"description": "Sort string index ranges",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"array",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"author": {
|
|
16
16
|
"name": "Roy Revelt",
|
|
17
17
|
"email": "roy@codsen.com",
|
|
18
|
-
"url": "codsen.com"
|
|
18
|
+
"url": "https://codsen.com"
|
|
19
19
|
},
|
|
20
20
|
"main": "dist/ranges-sort.cjs.js",
|
|
21
21
|
"module": "dist/ranges-sort.esm.js",
|
|
@@ -91,23 +91,23 @@
|
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@babel/core": "^7.
|
|
95
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
96
|
-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.
|
|
97
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
98
|
-
"@babel/plugin-proposal-optional-chaining": "^7.
|
|
99
|
-
"@babel/preset-env": "^7.
|
|
94
|
+
"@babel/core": "^7.12.3",
|
|
95
|
+
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
96
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
|
97
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
|
98
|
+
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
|
|
99
|
+
"@babel/preset-env": "^7.12.1",
|
|
100
100
|
"@rollup/plugin-babel": "^5.2.1",
|
|
101
|
-
"@rollup/plugin-commonjs": "^
|
|
102
|
-
"@rollup/plugin-node-resolve": "^
|
|
101
|
+
"@rollup/plugin-commonjs": "^16.0.0",
|
|
102
|
+
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
103
103
|
"@rollup/plugin-strip": "^2.0.0",
|
|
104
104
|
"benchmark": "^2.1.4",
|
|
105
|
-
"eslint": "^7.
|
|
106
|
-
"lect": "^0.14.
|
|
107
|
-
"rollup": "^2.
|
|
105
|
+
"eslint": "^7.13.0",
|
|
106
|
+
"lect": "^0.14.8",
|
|
107
|
+
"rollup": "^2.33.1",
|
|
108
108
|
"rollup-plugin-ascii": "^0.0.3",
|
|
109
109
|
"rollup-plugin-banner": "^0.2.1",
|
|
110
|
-
"rollup-plugin-cleanup": "^3.
|
|
110
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
111
111
|
"rollup-plugin-terser": "^7.0.2",
|
|
112
112
|
"tap": "^14.10.8",
|
|
113
113
|
"tsd": "^0.13.1"
|