is-language-code 1.0.13 → 2.0.0
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 2.0.0 (2020-11-28)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- init ([00776db](https://git.sr.ht/~royston/codsen/commits/00776db3a81ecd9a683580fd459a756c462338f5))
|
|
11
|
+
|
|
12
|
+
### BREAKING CHANGES
|
|
13
|
+
|
|
14
|
+
- init
|
|
15
|
+
|
|
6
16
|
## 1.0.0 (2020-01-05)
|
|
7
17
|
|
|
8
18
|
### Features
|
package/README.md
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
<img src="https://img.shields.io/badge/-npm-blue?style=flat-square" alt="page on npm">
|
|
8
8
|
</a>
|
|
9
9
|
<a href="https://codsen.com/os/is-language-code" rel="nofollow noreferrer noopener">
|
|
10
|
-
<img src="https://img.shields.io/badge/-
|
|
10
|
+
<img src="https://img.shields.io/badge/-codsen-blue?style=flat-square" alt="page on codsen.com">
|
|
11
11
|
</a>
|
|
12
|
-
<a href="https://
|
|
13
|
-
<img src="https://img.shields.io/badge/-
|
|
12
|
+
<a href="https://git.sr.ht/~royston/codsen/tree/master/packages/is-language-code" rel="nofollow noreferrer noopener">
|
|
13
|
+
<img src="https://img.shields.io/badge/-sourcehut-blue?style=flat-square" alt="page on sourcehut">
|
|
14
14
|
</a>
|
|
15
15
|
<a href="https://npmcharts.com/compare/is-language-code?interval=30" rel="nofollow noreferrer noopener" target="_blank">
|
|
16
16
|
<img src="https://img.shields.io/npm/dm/is-language-code.svg?style=flat-square" alt="Downloads per month">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "is-language-code",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Is given string a language code (as per IANA)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"check",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"validate"
|
|
22
22
|
],
|
|
23
23
|
"homepage": "https://codsen.com/os/is-language-code/",
|
|
24
|
-
"repository": "https://
|
|
24
|
+
"repository": "https://git.sr.ht/~royston/codsen",
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Roy Revelt",
|
|
@@ -104,26 +104,26 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@babel/core": "^7.12.
|
|
107
|
+
"@babel/core": "^7.12.7",
|
|
108
108
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
109
109
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
|
110
110
|
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
|
111
|
-
"@babel/plugin-proposal-optional-chaining": "^7.12.
|
|
112
|
-
"@babel/preset-env": "^7.12.
|
|
111
|
+
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
|
|
112
|
+
"@babel/preset-env": "^7.12.7",
|
|
113
113
|
"@rollup/plugin-babel": "^5.2.1",
|
|
114
114
|
"@rollup/plugin-commonjs": "^16.0.0",
|
|
115
115
|
"@rollup/plugin-json": "^4.1.0",
|
|
116
116
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
117
117
|
"@rollup/plugin-strip": "^2.0.0",
|
|
118
118
|
"benchmark": "^2.1.4",
|
|
119
|
-
"eslint": "^7.
|
|
120
|
-
"lect": "^0.
|
|
121
|
-
"rollup": "^2.33.
|
|
119
|
+
"eslint": "^7.14.0",
|
|
120
|
+
"lect": "^0.15.0",
|
|
121
|
+
"rollup": "^2.33.3",
|
|
122
122
|
"rollup-plugin-ascii": "^0.0.3",
|
|
123
123
|
"rollup-plugin-banner": "^0.2.1",
|
|
124
124
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
125
125
|
"rollup-plugin-terser": "^7.0.2",
|
|
126
|
-
"tap": "^14.
|
|
126
|
+
"tap": "^14.11.0",
|
|
127
127
|
"tsd": "^0.13.1"
|
|
128
128
|
}
|
|
129
129
|
}
|