@urbicon-ui/i18n 6.45.0 → 6.47.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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -372,7 +372,7 @@ bun --filter='@urbicon-ui/i18n' run test:run # vitest
372
372
  - [`@urbicon-ui/blocks`](../blocks/) — consumes this package; exports `useBlocksI18n`, `<LocaleSwitcher>`
373
373
  - [`@urbicon-ui/table`](../table/) — ships its own namespace (`table.*`), exports `useTableI18n`
374
374
  - [`@urbicon-ui/auth`](../auth/) — ships EN/DE bundles; exports `useAuthLocale`
375
- - [Architecture Overview](../../docs/ARCHITECTURE.md#i18n-system)
375
+ - [Architecture Overview](../../docs/ARCHITECTURE.md#i18n)
376
376
 
377
377
  ```
378
378
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@urbicon-ui/i18n",
3
- "version": "6.45.0",
3
+ "version": "6.47.2",
4
4
  "description": "Runes-based localization for Svelte 5 apps and the Urbicon UI design system",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://codeberg.org/urbicon/ui.git",
8
+ "url": "git+https://github.com/urbicon/ui.git",
9
9
  "directory": "packages/i18n"
10
10
  },
11
11
  "homepage": "https://ui.urbicon.de",
12
- "bugs": "https://codeberg.org/urbicon/ui/issues",
12
+ "bugs": "https://github.com/urbicon/ui/issues",
13
13
  "keywords": [
14
14
  "svelte",
15
15
  "i18n",
@@ -24,7 +24,7 @@
24
24
  "@sveltejs/package": "^2.5.8",
25
25
  "@sveltejs/vite-plugin-svelte": "^7.0.0",
26
26
  "@types/node": "^25.9.5",
27
- "@urbicon-ui/shared-types": "6.45.0",
27
+ "@urbicon-ui/shared-types": "6.47.2",
28
28
  "prettier": "^3.8.4",
29
29
  "prettier-plugin-svelte": "^4.1.1",
30
30
  "prettier-plugin-tailwindcss": "^0.8.0",