@tasenor/common-plugins 1.10.40 → 1.10.42
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
package/.turbo/turbo-ci.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @tasenor/common-plugins@1.10.
|
|
2
|
+
> @tasenor/common-plugins@1.10.41 ci /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
3
3
|
> pnpm run lint
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @tasenor/common-plugins@1.10.
|
|
6
|
+
> @tasenor/common-plugins@1.10.41 lint /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
7
7
|
> eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
|
|
8
8
|
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"Admin Tools": "Ylläpitotyökalut",
|
|
23
23
|
"Alternatively": "Vaihtoehtoisesti",
|
|
24
24
|
"Are you sure?": "Oletko varma?",
|
|
25
|
+
"Add User for Database": "Lisää tietokannalle käyttäjä",
|
|
25
26
|
"ASSET": "Varat ja saatavat",
|
|
26
27
|
"Balance": "Saldo",
|
|
27
28
|
"Business ID": "Y-tunnus",
|
|
@@ -308,6 +309,7 @@
|
|
|
308
309
|
"User creation failed.": "Käyttäjän luonti epäonnistui.",
|
|
309
310
|
"User deleted permanently.": "Käyttäjä poistettu pysyvästi.",
|
|
310
311
|
"User deletion failed": "Käyttäjän poisto epäonnistui",
|
|
312
|
+
"User added to database.": "Käyttäjä lisätty tietokannalle.",
|
|
311
313
|
"User name is not valid (lower case letters and numbers only).": "Käyttäjätunnus ei kelpaa (vain pienet kirjaimet ja numerot sallitaan)",
|
|
312
314
|
"User name": "Käyttäjän nimi",
|
|
313
315
|
"User Profile": "Käyttäjäprofiili",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tasenor/common-plugins",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.42",
|
|
4
4
|
"description": "Shared common plugins of Tasenor project",
|
|
5
5
|
"repository": "git@github.com:dataplugoy/tasenor-bookkeeper.git",
|
|
6
6
|
"author": "Tommi Ronkainen <tommi.ronkainen@gmail.com>",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"dayjs": "1.10.8",
|
|
14
14
|
"sprintf-js": "^1.1.2",
|
|
15
15
|
"tsx": "^4.7.0",
|
|
16
|
-
"@tasenor/common": "1.10.
|
|
17
|
-
"@tasenor/common-
|
|
18
|
-
"@tasenor/common-
|
|
16
|
+
"@tasenor/common": "1.10.42",
|
|
17
|
+
"@tasenor/common-ui": "1.10.42",
|
|
18
|
+
"@tasenor/common-node": "1.10.42"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@mui/icons-material": "^5.14.1",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"react-i18next": "^13.0.2",
|
|
32
32
|
"react-router-dom": "^6.14.1",
|
|
33
33
|
"typescript": "^5.1.6",
|
|
34
|
-
"
|
|
35
|
-
"
|
|
34
|
+
"@tasenor/config": "1.10.42",
|
|
35
|
+
"eslint-config-tasenor": "0.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@mui/icons-material": "^5.14.1",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"Admin Tools": "Ylläpitotyökalut",
|
|
23
23
|
"Alternatively": "Vaihtoehtoisesti",
|
|
24
24
|
"Are you sure?": "Oletko varma?",
|
|
25
|
+
"Add User for Database": "Lisää tietokannalle käyttäjä",
|
|
25
26
|
"ASSET": "Varat ja saatavat",
|
|
26
27
|
"Balance": "Saldo",
|
|
27
28
|
"Business ID": "Y-tunnus",
|
|
@@ -308,6 +309,7 @@
|
|
|
308
309
|
"User creation failed.": "Käyttäjän luonti epäonnistui.",
|
|
309
310
|
"User deleted permanently.": "Käyttäjä poistettu pysyvästi.",
|
|
310
311
|
"User deletion failed": "Käyttäjän poisto epäonnistui",
|
|
312
|
+
"User added to database.": "Käyttäjä lisätty tietokannalle.",
|
|
311
313
|
"User name is not valid (lower case letters and numbers only).": "Käyttäjätunnus ei kelpaa (vain pienet kirjaimet ja numerot sallitaan)",
|
|
312
314
|
"User name": "Käyttäjän nimi",
|
|
313
315
|
"User Profile": "Käyttäjäprofiili",
|