@tasenor/common-plugins 1.11.45 → 1.11.46
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 +1 -1
- package/.turbo/turbo-ci.log +2 -2
- package/dist/DocumentCleaner/ui/index.d.ts +0 -1
- package/dist/Finnish/common/finnish.json +2 -1
- package/dist/GitBackup/ui/index.d.ts +0 -1
- package/dist/TagEditor/ui/index.d.ts +0 -1
- package/dist/VAT/ui/index.d.ts +0 -1
- package/package.json +5 -5
- package/src/Finnish/common/finnish.json +2 -1
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-ci.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @tasenor/common-plugins@1.11.
|
|
2
|
+
> @tasenor/common-plugins@1.11.45 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.11.
|
|
6
|
+
> @tasenor/common-plugins@1.11.45 lint /home/ci/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
7
7
|
> eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
|
|
8
8
|
|
|
@@ -335,5 +335,6 @@
|
|
|
335
335
|
"Match complete field value": "Täsmää kentän koko pituudelta",
|
|
336
336
|
"The text to match": "Etsittävä teksti",
|
|
337
337
|
"There are no importers configured.": "Yhtään tuontilisäosaa ei ole konfiguroitu.",
|
|
338
|
-
"Create New Database": "Perusta uusi tietokanta"
|
|
338
|
+
"Create New Database": "Perusta uusi tietokanta",
|
|
339
|
+
"Initial values for assets:": "Omaisuuserien alkuarvot:"
|
|
339
340
|
}
|
package/dist/VAT/ui/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tasenor/common-plugins",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.46",
|
|
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.11.
|
|
17
|
-
"@tasenor/common-
|
|
18
|
-
"@tasenor/common-
|
|
16
|
+
"@tasenor/common": "1.11.46",
|
|
17
|
+
"@tasenor/common-ui": "1.11.46",
|
|
18
|
+
"@tasenor/common-node": "1.11.46"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@mui/icons-material": "^5.14.1",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"react-i18next": "^14.0.5",
|
|
32
32
|
"react-router-dom": "^6.14.1",
|
|
33
33
|
"typescript": "^5.1.6",
|
|
34
|
-
"@tasenor/config": "1.11.
|
|
34
|
+
"@tasenor/config": "1.11.46",
|
|
35
35
|
"eslint-config-tasenor": "0.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -335,5 +335,6 @@
|
|
|
335
335
|
"Match complete field value": "Täsmää kentän koko pituudelta",
|
|
336
336
|
"The text to match": "Etsittävä teksti",
|
|
337
337
|
"There are no importers configured.": "Yhtään tuontilisäosaa ei ole konfiguroitu.",
|
|
338
|
-
"Create New Database": "Perusta uusi tietokanta"
|
|
338
|
+
"Create New Database": "Perusta uusi tietokanta",
|
|
339
|
+
"Initial values for assets:": "Omaisuuserien alkuarvot:"
|
|
339
340
|
}
|