@cfxjs/sirius-next-i18n 0.1.5 → 0.1.6

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.5 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.6 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -1334,6 +1334,7 @@
1334
1334
  "maxFee": "Max:",
1335
1335
  "maxPriorityFee": "Max Priority:",
1336
1336
  "burntFees": "销毁费用",
1337
+ "transactionAttributes": "交易属性",
1337
1338
  "gasCharged": "计费燃气",
1338
1339
  "txnType": "Txn Type: {{type}} {{typeDesc}} ",
1339
1340
  "nonce": "Nonce: {{num}}",
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
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-eslint-config": "0.0.0",
11
- "@cfxjs/sirius-next-typescript-config": "0.0.0"
10
+ "@cfxjs/sirius-next-typescript-config": "0.0.0",
11
+ "@cfxjs/sirius-next-eslint-config": "0.0.0"
12
12
  },
13
13
  "publishConfig": {
14
14
  "access": "public"