@keycloakify/svelte 0.0.1-rc.7 → 0.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloakify/svelte",
3
- "version": "0.0.1-rc.7",
3
+ "version": "0.1.0",
4
4
  "description": "Svelte Components for Keycloakify",
5
5
  "keywords": [
6
6
  "keycloak",
@@ -432,7 +432,7 @@
432
432
  "lint": "yarn format && eslint . --fix"
433
433
  },
434
434
  "peerDependencies": {
435
- "keycloakify": "^11.3.19",
435
+ "keycloakify": "^11.7.0",
436
436
  "svelte": "^5.0.0"
437
437
  },
438
438
  "devDependencies": {
@@ -450,7 +450,7 @@
450
450
  "eslint-plugin-svelte": "^2.46.0",
451
451
  "eslint-plugin-unused-imports": "^4.1.4",
452
452
  "globals": "^15.12.0",
453
- "keycloakify": "^11.3.32",
453
+ "keycloakify": "^11.7.0",
454
454
  "npm-check-updates": "^17.1.11",
455
455
  "prettier": "^3.3.3",
456
456
  "prettier-plugin-svelte": "^3.3.2",