i18next 21.8.10 → 21.8.11
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/CONTRIBUTING.md +22 -0
- package/dist/esm/package.json +1 -1
- package/package.json +3 -3
package/CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Developer's Certificate of Origin
|
|
2
|
+
|
|
3
|
+
By making a contribution to this project, I certify that:
|
|
4
|
+
|
|
5
|
+
- (a) The contribution was created in whole or in part by me and I have the
|
|
6
|
+
right to submit it under the open source license indicated in the file; or
|
|
7
|
+
|
|
8
|
+
- (b) The contribution is based upon previous work that, to the best of my
|
|
9
|
+
knowledge, is covered under an appropriate open source license and I have the
|
|
10
|
+
right under that license to submit that work with modifications, whether
|
|
11
|
+
created in whole or in part by me, under the same open source license (unless
|
|
12
|
+
I am permitted to submit under a different license), as indicated in the file;
|
|
13
|
+
or
|
|
14
|
+
|
|
15
|
+
- (c) The contribution was provided directly to me by some other person who
|
|
16
|
+
certified (a), (b) or (c) and I have not modified it.
|
|
17
|
+
|
|
18
|
+
- (d) I understand and agree that this project and the contribution are public
|
|
19
|
+
and that a record of the contribution (including all personal information I
|
|
20
|
+
submit with it, including my sign-off) is maintained indefinitely and may be
|
|
21
|
+
redistributed consistent with this project or the open source license(s)
|
|
22
|
+
involved.
|
package/dist/esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"21.8.
|
|
1
|
+
{"type":"module","version":"21.8.11"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "i18next",
|
|
3
|
-
"version": "21.8.
|
|
3
|
+
"version": "21.8.11",
|
|
4
4
|
"description": "i18next internationalization framework",
|
|
5
5
|
"main": "./dist/cjs/i18next.js",
|
|
6
6
|
"module": "./dist/esm/i18next.js",
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"exports": {
|
|
9
9
|
"./package.json": "./package.json",
|
|
10
10
|
".": {
|
|
11
|
+
"types": "./index.d.ts",
|
|
11
12
|
"import": "./dist/esm/i18next.js",
|
|
12
|
-
"require": "./dist/cjs/i18next.js"
|
|
13
|
-
"types": "./index.d.ts"
|
|
13
|
+
"require": "./dist/cjs/i18next.js"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|