@accelbyte/error-translator 0.2.0-beta.0 → 0.2.0-beta.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. AccelByte Inc. All Rights Reserved
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. AccelByte Inc. All Rights Reserved
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelbyte/error-translator",
3
- "version": "0.2.0-beta.0",
3
+ "version": "0.2.0-beta.1",
4
4
  "author": "AccelByte Inc",
5
5
  "license": "AccelByte License",
6
6
  "main": "./dist/cjs/index.js",
@@ -36,5 +36,6 @@
36
36
  "rollup": "3.8.1",
37
37
  "rollup-plugin-peer-deps-external": "2.2.4",
38
38
  "typescript": "4.6.4"
39
- }
39
+ },
40
+ "sideEffects": false
40
41
  }
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