@cfxjs/sirius-next-i18n 0.1.28 → 0.1.29

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.28 build /Users/mac/Desktop/code/sirius-next/packages/i18n
3
+ > @cfxjs/sirius-next-i18n@0.1.29 build /Users/mac/Desktop/code/sirius-next/packages/i18n
4
4
  > tsc
5
5
 
@@ -314,7 +314,7 @@
314
314
  "compilerType": "Compiler Type",
315
315
  "compilerVersion": "Compiler Version",
316
316
  "optimization": "Optimization",
317
- "license": "License",
317
+ "license": "License Type",
318
318
  "evmVersion": "EVM Version to target",
319
319
  "contractLibraryAddress": "Contract Library Address",
320
320
  "contractLibraryAddressTip": "(for contracts that use libraries, supports up to 10 libraries)",
@@ -313,7 +313,7 @@
313
313
  "compilerType": "编译器类型",
314
314
  "compilerVersion": "编译器版本",
315
315
  "optimization": "优化",
316
- "license": "许可协议",
316
+ "license": "许可证类型",
317
317
  "evmVersion": "EVM 版本",
318
318
  "contractLibraryAddress": "库合约地址",
319
319
  "contractLibraryAddressTip": "(即合约中使用的库合约。库合约名称与地址必须对应,合约名称区分大小写。暂支持验证10份库合约。)",
@@ -314,7 +314,7 @@
314
314
  "compilerType": "Compiler Type",
315
315
  "compilerVersion": "Compiler Version",
316
316
  "optimization": "Optimization",
317
- "license": "License",
317
+ "license": "License Type",
318
318
  "evmVersion": "EVM Version to target",
319
319
  "contractLibraryAddress": "Contract Library Address",
320
320
  "contractLibraryAddressTip": "(for contracts that use libraries, supports up to 10 libraries)",
@@ -304,7 +304,7 @@
304
304
  "compilerType": "Compiler Type",
305
305
  "compilerVersion": "Compiler Version",
306
306
  "optimization": "Optimization",
307
- "license": "License",
307
+ "license": "License Type",
308
308
  "evmVersion": "EVM Version to target",
309
309
  "contractLibraryAddress": "Contract Library Address",
310
310
  "contractLibraryAddressTip": "(for contracts that use libraries, supports up to 10 libraries)",
@@ -304,7 +304,7 @@
304
304
  "compilerType": "Compiler Type",
305
305
  "compilerVersion": "Compiler Version",
306
306
  "optimization": "Optimization",
307
- "license": "License",
307
+ "license": "License Type",
308
308
  "evmVersion": "EVM Version to target",
309
309
  "contractLibraryAddress": "Contract Library Address",
310
310
  "contractLibraryAddressTip": "(for contracts that use libraries, supports up to 10 libraries)",
@@ -303,7 +303,7 @@
303
303
  "compilerType": "编译器类型",
304
304
  "compilerVersion": "编译器版本",
305
305
  "optimization": "优化",
306
- "license": "许可协议",
306
+ "license": "许可证类型",
307
307
  "evmVersion": "EVM 版本",
308
308
  "contractLibraryAddress": "库合约地址",
309
309
  "contractLibraryAddressTip": "(即合约中使用的库合约。库合约名称与地址必须对应,合约名称区分大小写。暂支持验证10份库合约。)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],