@cfxjs/sirius-next-i18n 0.1.12 → 0.1.13

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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @cfxjs/sirius-next-i18n@0.1.12 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.13 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -555,7 +555,7 @@
555
555
  "confluxbounty": "ConfluxBounty",
556
556
  "hub": "ConfluxHub",
557
557
  "global": "ConfluxScan Global",
558
- "copryRight": "© 2023 Conflux. All Rights Reserved.",
558
+ "copyRight": "© 2024 Conflux. All Rights Reserved.",
559
559
  "tool": "Tool",
560
560
  "addressFormatConversion": "Address Format Conversion",
561
561
  "broadcastTx": "Broadcast Transaction",
@@ -554,7 +554,7 @@
554
554
  "confluxbounty": "ConfluxBounty",
555
555
  "hub": "ConfluxHub",
556
556
  "global": "ConfluxScan Global",
557
- "copryRight": "© 2023 Conflux. All Rights Reserved.",
557
+ "copyRight": "© 2024 Conflux. All Rights Reserved.",
558
558
  "tool": "工具",
559
559
  "addressFormatConversion": "地址格式转换",
560
560
  "broadcastTx": "广播交易",
@@ -555,7 +555,7 @@
555
555
  "confluxbounty": "ConfluxBounty",
556
556
  "hub": "ConfluxHub",
557
557
  "global": "ConfluxScan Global",
558
- "copryRight": "© 2023 Conflux. All Rights Reserved.",
558
+ "copyRight": "© 2024 Conflux. All Rights Reserved.",
559
559
  "tool": "Tool",
560
560
  "addressFormatConversion": "Address Format Conversion",
561
561
  "broadcastTx": "Broadcast Transaction",
@@ -523,7 +523,7 @@
523
523
  "fluentwallet": "Fluent Wallet",
524
524
  "confluxbounty": "ConfluxBounty",
525
525
  "hub": "ConfluxHub",
526
- "copryRight": "© 2023 Conflux. All Rights Reserved.",
526
+ "copyRight": "© 2024 Conflux. All Rights Reserved.",
527
527
  "tool": "Tool",
528
528
  "addressFormatConversion": "Address Format Conversion",
529
529
  "broadcastTx": "Broadcast Transaction",
@@ -523,7 +523,7 @@
523
523
  "fluentwallet": "Fluent Wallet",
524
524
  "confluxbounty": "ConfluxBounty",
525
525
  "hub": "ConfluxHub",
526
- "copryRight": "© 2023 Conflux. All Rights Reserved.",
526
+ "copyRight": "© 2024 Conflux. All Rights Reserved.",
527
527
  "tool": "Tool",
528
528
  "addressFormatConversion": "Address Format Conversion",
529
529
  "broadcastTx": "Broadcast Transaction",
@@ -522,7 +522,7 @@
522
522
  "fluentwallet": "Fluent Wallet",
523
523
  "confluxbounty": "ConfluxBounty",
524
524
  "hub": "ConfluxHub",
525
- "copryRight": "© 2023 Conflux. All Rights Reserved.",
525
+ "copyRight": "© 2024 Conflux. All Rights Reserved.",
526
526
  "tool": "工具",
527
527
  "addressFormatConversion": "地址格式转换",
528
528
  "broadcastTx": "广播交易",
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],
7
7
  "devDependencies": {
8
8
  "@turbo/gen": "^1.12.4",
9
9
  "typescript": "^5.4.2",
10
- "@cfxjs/sirius-next-typescript-config": "0.0.0",
11
- "@cfxjs/sirius-next-eslint-config": "0.0.0"
10
+ "@cfxjs/sirius-next-eslint-config": "0.0.0",
11
+ "@cfxjs/sirius-next-typescript-config": "0.0.0"
12
12
  },
13
13
  "publishConfig": {
14
14
  "access": "public"