@tasenor/common-plugins 1.10.9 → 1.10.11

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,4 +1,4 @@
1
1
 
2
- > @tasenor/common-plugins@1.10.8 build /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
2
+ > @tasenor/common-plugins@1.10.10 build /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
3
3
  > rm -fr dist && tsc
4
4
 
@@ -1,8 +1,8 @@
1
1
 
2
- > @tasenor/common-plugins@1.10.8 ci /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
2
+ > @tasenor/common-plugins@1.10.10 ci /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
3
3
  > pnpm run lint
4
4
 
5
5
 
6
- > @tasenor/common-plugins@1.10.8 lint /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
6
+ > @tasenor/common-plugins@1.10.10 lint /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
7
7
  > eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
8
8
 
@@ -1,12 +1,12 @@
1
1
 
2
- > @tasenor/common-plugins@1.10.6 nightly /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
2
+ > @tasenor/common-plugins@1.10.9 nightly /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
3
3
  > pnpm run ci
4
4
 
5
5
 
6
- > @tasenor/common-plugins@1.10.6 ci /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
6
+ > @tasenor/common-plugins@1.10.9 ci /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
7
7
  > pnpm run lint
8
8
 
9
9
 
10
- > @tasenor/common-plugins@1.10.6 lint /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
10
+ > @tasenor/common-plugins@1.10.9 lint /home/wigy/projects/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
11
11
  > eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
12
12
 
@@ -339,5 +339,6 @@
339
339
  "Case sensitive match": "Aakkoslajit erottava täsmäys",
340
340
  "Match complete field value": "Täsmää kentän koko pituudelta",
341
341
  "The text to match": "Etsittävä teksti",
342
- "There are no importers configured.": "Yhtään tuontilisäosaa ei ole konfiguroitu."
342
+ "There are no importers configured.": "Yhtään tuontilisäosaa ei ole konfiguroitu.",
343
+ "Create New Database": "Perusta uusi tietokanta"
343
344
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tasenor/common-plugins",
3
- "version": "1.10.9",
3
+ "version": "1.10.11",
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.9",
17
- "@tasenor/common-node": "1.10.9",
18
- "@tasenor/common-ui": "1.10.9"
16
+ "@tasenor/common-node": "1.10.11",
17
+ "@tasenor/common-ui": "1.10.11",
18
+ "@tasenor/common": "1.10.11"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@mui/icons-material": "^5.14.1",
@@ -31,7 +31,7 @@
31
31
  "react-i18next": "^13.0.2",
32
32
  "react-router-dom": "^6.14.1",
33
33
  "typescript": "^5.1.6",
34
- "@tasenor/config": "1.10.9",
34
+ "@tasenor/config": "1.10.11",
35
35
  "eslint-config-tasenor": "0.0.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -339,5 +339,6 @@
339
339
  "Case sensitive match": "Aakkoslajit erottava täsmäys",
340
340
  "Match complete field value": "Täsmää kentän koko pituudelta",
341
341
  "The text to match": "Etsittävä teksti",
342
- "There are no importers configured.": "Yhtään tuontilisäosaa ei ole konfiguroitu."
342
+ "There are no importers configured.": "Yhtään tuontilisäosaa ei ole konfiguroitu.",
343
+ "Create New Database": "Perusta uusi tietokanta"
343
344
  }