@accelbyte/error-translator 0.2.0-beta.0 → 0.2.1-experimental.1
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/dist/cjs/index.js
CHANGED
|
@@ -34,7 +34,7 @@ const AugmentsAdminErrorTranslationMap = {
|
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
/*
|
|
37
|
-
* Copyright (c) 2019
|
|
37
|
+
* Copyright (c) 2019-2023 AccelByte Inc. All Rights Reserved
|
|
38
38
|
* This is licensed software from AccelByte Inc, for limitations
|
|
39
39
|
* and restrictions contact your company contract manager.
|
|
40
40
|
*/
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { Trans } from 'react-i18next';
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
* Copyright (c) 2019
|
|
5
|
+
* Copyright (c) 2019-2023 AccelByte Inc. All Rights Reserved
|
|
6
6
|
* This is licensed software from AccelByte Inc, for limitations
|
|
7
7
|
* and restrictions contact your company contract manager.
|
|
8
8
|
*/
|
package/package.json
CHANGED
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accelbyte/error-translator",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1-experimental.1",
|
|
4
4
|
"author": "AccelByte Inc",
|
|
5
|
-
"license": "
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
7
7
|
"module": "./dist/es/index.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "yarn build:js && yarn build:types",
|
|
11
|
-
"build:js": "rollup -c rollup.config.mjs",
|
|
12
|
-
"build:types": "tsc --project tsconfig.build.json --emitDeclarationOnly",
|
|
13
|
-
"test": "echo 'Not implemented yet'"
|
|
14
|
-
},
|
|
15
9
|
"engines": {
|
|
16
10
|
"node": ">=16"
|
|
17
11
|
},
|
|
@@ -21,20 +15,5 @@
|
|
|
21
15
|
"react": "^17.0.0",
|
|
22
16
|
"react-i18next": "^12.1.4"
|
|
23
17
|
},
|
|
24
|
-
"
|
|
25
|
-
"@rollup/plugin-commonjs": "20.0.0",
|
|
26
|
-
"@rollup/plugin-json": "4.1.0",
|
|
27
|
-
"@rollup/plugin-node-resolve": "13.0.4",
|
|
28
|
-
"@rollup/plugin-typescript": "10.0.1",
|
|
29
|
-
"@types/react": "17.0.2",
|
|
30
|
-
"flat": "5.0.2",
|
|
31
|
-
"i18next": "22.4.9",
|
|
32
|
-
"i18next-scanner": "4.0.0",
|
|
33
|
-
"json5": "2.2.1",
|
|
34
|
-
"react": "17.0.2",
|
|
35
|
-
"react-i18next": "12.1.4",
|
|
36
|
-
"rollup": "3.8.1",
|
|
37
|
-
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
38
|
-
"typescript": "4.6.4"
|
|
39
|
-
}
|
|
18
|
+
"sideEffects": false
|
|
40
19
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
### 0.2.0-beta.0 - 2023-02-20
|
|
2
|
-
|
|
3
|
-
- Enable tree-shaking for @accelbyte/error-translator
|
|
4
|
-
|
|
5
|
-
### 0.1.1-alpha.57 - 2023-02-20
|
|
6
|
-
|
|
7
|
-
- Add translation for error code 11339
|
|
8
|
-
|
|
9
|
-
### 0.1.1-alpha.56 - 2023-02-09
|
|
10
|
-
|
|
11
|
-
- Added License file
|
|
12
|
-
|
|
13
|
-
### 0.1.1-alpha.55 - 2023-02-01
|
|
14
|
-
|
|
15
|
-
- Bump i18next and react-i18next
|
|
16
|
-
|
|
17
|
-
### 0.1.1-alpha.54 - 2023-01-30
|
|
18
|
-
|
|
19
|
-
- Initial commit
|