@cfxjs/sirius-next-i18n 0.1.13 → 0.1.14
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/.turbo/turbo-build.log
CHANGED
|
@@ -361,6 +361,7 @@
|
|
|
361
361
|
"stakingEarned": "Staking CFX Earned",
|
|
362
362
|
"locked": "Locked CFX",
|
|
363
363
|
"unlockTime": "Unlock after about {{days}} days",
|
|
364
|
+
"unlockedTime": "Unlocked {{days}} day(s) ago",
|
|
364
365
|
"lockedDetailTitle": "Lock History",
|
|
365
366
|
"lockedDetailLocked": "Locked CFX",
|
|
366
367
|
"lockedDetailUnlockBlockNumber": "Unlock Blocknumber",
|
|
@@ -361,6 +361,7 @@
|
|
|
361
361
|
"stakingEarned": "Staking CFX Earned",
|
|
362
362
|
"locked": "Locked CFX",
|
|
363
363
|
"unlockTime": "Unlock after about {{days}} days",
|
|
364
|
+
"unlockedTime": "Unlocked {{days}} day(s) ago",
|
|
364
365
|
"lockedDetailTitle": "Lock History",
|
|
365
366
|
"lockedDetailLocked": "Locked CFX",
|
|
366
367
|
"lockedDetailUnlockBlockNumber": "Unlock Blocknumber",
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cfxjs/sirius-next-i18n",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
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-
|
|
11
|
-
"@cfxjs/sirius-next-
|
|
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"
|