@kirby-tools/licensing 0.3.1 → 0.3.2

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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -3
  2. package/package.json +8 -8
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { usePanel, useApi, unref, nextTick } from 'kirbyuse';
3
3
  const TRANSLATIONS = {
4
4
  en: {
5
5
  "modal.info": "Thanks for purchasing {label}! Please enter your email address and order ID to activate your license.",
6
- "modal.fields.orderId.help": '<a href="https://app.lemonsqueezy.com/my-orders" target="_blank">Get your order number</a> from Lemon Squeezy or <a href="mailto:hello@kirby.tools">contact us</a> if you cannot find it.',
6
+ "modal.fields.orderId.help": '<a href="https://app.lemonsqueezy.com/my-orders" target="_blank">Find your order number</a> on Lemon Squeezy or <a href="mailto:hello@kirby.tools">contact us</a> if you cannot find it.',
7
7
  "modal.error.required.fields": "Email address and order ID are required",
8
8
  "modal.error.invalid.unauthorized": "Email address or order ID is incorrect",
9
9
  "modal.error.invalid.licenseKey": "License key invalid for this plugin",
@@ -14,7 +14,7 @@ const TRANSLATIONS = {
14
14
  },
15
15
  de: {
16
16
  "modal.info": "Dankesch\xF6n f\xFCr den Kauf von {label}! Bitte gib deine E-Mail-Adresse und Bestellnummer ein, um deine Lizenz zu aktivieren.",
17
- "modal.fields.orderId.help": 'Rufe die <a href="https://app.lemonsqueezy.com/my-orders" target="_blank">Bestellnummer von Lemon Squeezy ab</a> oder <a href="mailto:hello@kirby.tools">kontaktiere uns</a>, wenn du sie nicht finden kannst.',
17
+ "modal.fields.orderId.help": '<a href="https://app.lemonsqueezy.com/my-orders" target="_blank">Finde deine Bestellnummer</a> bei Lemon Squeezy oder <a href="mailto:hello@kirby.tools">kontaktiere uns</a>, wenn du sie nicht finden kannst.',
18
18
  "modal.error.required.fields": "E-Mail-Adresse und Bestellnummer sind notwendig",
19
19
  "modal.error.invalid.unauthorized": "E-Mail-Adresse oder Bestellnummer ist falsch",
20
20
  "modal.error.invalid.licenseKey": "Lizenzschl\xFCssel ung\xFCltig f\xFCr dieses Plugin",
@@ -25,7 +25,7 @@ const TRANSLATIONS = {
25
25
  },
26
26
  fr: {
27
27
  "modal.info": "Merci d'avoir achet\xE9 {label} ! Veuillez saisir votre adresse e-mail et votre num\xE9ro de commande pour activer votre licence.",
28
- "modal.fields.orderId.help": 'Obtenez votre num\xE9ro de commande sur <a href="https://app.lemonsqueezy.com/my-orders" target="_blank">Lemon Squeezy</a> ou <a href="mailto:hello@kirby.tools">contactez-nous</a> si vous ne le trouvez pas.',
28
+ "modal.fields.orderId.help": '<a href="https://app.lemonsqueezy.com/my-orders" target="_blank">Trouvez votre num\xE9ro de commande</a> sur Lemon Squeezy ou <a href="mailto:hello@kirby.tools">contactez-nous</a> si vous ne le trouvez pas.',
29
29
  "modal.error.required.fields": "Adresse e-mail et num\xE9ro de commande requis",
30
30
  "modal.error.invalid.unauthorized": "Adresse e-mail ou num\xE9ro de commande incorrect",
31
31
  "modal.error.invalid.licenseKey": "Cl\xE9 de licence invalide pour ce plugin",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@kirby-tools/licensing",
3
3
  "type": "module",
4
- "version": "0.3.1",
5
- "packageManager": "pnpm@9.4.0",
4
+ "version": "0.3.2",
5
+ "packageManager": "pnpm@9.10.0",
6
6
  "description": "Shared tooling for licensing in the Panel",
7
7
  "author": "Johann Schopplich <hello@johannschopplich.com>",
8
8
  "license": "AGPL-3.0-or-later",
@@ -32,14 +32,14 @@
32
32
  "release": "bumpp"
33
33
  },
34
34
  "dependencies": {
35
- "kirbyuse": "^0.7.0",
35
+ "kirbyuse": "^0.7.1",
36
36
  "vue": "^2.7.16"
37
37
  },
38
38
  "devDependencies": {
39
- "@antfu/eslint-config": "^2.21.1",
40
- "bumpp": "^9.4.1",
41
- "eslint": "^9.5.0",
42
- "typescript": "^5.4.5",
43
- "unbuild": "3.0.0-rc.2"
39
+ "@antfu/eslint-config": "^3.5.1",
40
+ "bumpp": "^9.5.2",
41
+ "eslint": "^9.10.0",
42
+ "typescript": "^5.5.4",
43
+ "unbuild": "^3.0.0-rc.7"
44
44
  }
45
45
  }