@adminforth/text-complete 1.3.0 → 1.4.1

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.
@@ -15,8 +15,6 @@ steps:
15
15
  from_secret: VAULT_TOKEN
16
16
  commands:
17
17
  - infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > /woodpecker/deploy.vault.env
18
- secrets:
19
- - VAULT_TOKEN
20
18
 
21
19
  release:
22
20
  image: node:20
package/build.log CHANGED
@@ -9,5 +9,5 @@ custom/package-lock.json
9
9
  custom/package.json
10
10
  custom/tsconfig.json
11
11
 
12
- sent 18,678 bytes received 96 bytes 37,548.00 bytes/sec
13
- total size is 18,320 speedup is 0.98
12
+ sent 18,697 bytes received 96 bytes 37,586.00 bytes/sec
13
+ total size is 18,344 speedup is 0.98
@@ -20,7 +20,7 @@
20
20
  <IconMagic class="w-4 h-4"/>
21
21
  </button>
22
22
  <template #tooltip>
23
- Start completion
23
+ {{ $t('Start completion') }}
24
24
  </template>
25
25
  </Tooltip>
26
26
 
@@ -35,7 +35,7 @@
35
35
  <span class="scale-75 border border-white rounded-sm px-0.5 bg-white/25">TAB</span>
36
36
  </button>
37
37
  <template #tooltip>
38
- Approve completion
38
+ {{ $t('Approve completion') }}
39
39
  </template>
40
40
  </Tooltip>
41
41
 
@@ -20,7 +20,7 @@
20
20
  <IconMagic class="w-4 h-4"/>
21
21
  </button>
22
22
  <template #tooltip>
23
- Start completion
23
+ {{ $t('Start completion') }}
24
24
  </template>
25
25
  </Tooltip>
26
26
 
@@ -35,7 +35,7 @@
35
35
  <span class="scale-75 border border-white rounded-sm px-0.5 bg-white/25">TAB</span>
36
36
  </button>
37
37
  <template #tooltip>
38
- Approve completion
38
+ {{ $t('Approve completion') }}
39
39
  </template>
40
40
  </Tooltip>
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/text-complete",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "description": "Text completion plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",