@happyvertical/smrt-svelte 0.51.8 → 0.51.10

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 (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-svelte",
3
- "version": "0.51.8",
3
+ "version": "0.51.10",
4
4
  "smrtJsdoc": "strict",
5
5
  "description": "Svelte 5 components for SMRT user management - auth, users, tenants, roles, permissions, groups",
6
6
  "type": "module",
@@ -121,10 +121,10 @@
121
121
  },
122
122
  "dependencies": {
123
123
  "@happyvertical/logger": "^0.89.11",
124
- "@happyvertical/smrt-languages": "0.51.8",
125
- "@happyvertical/smrt-types": "0.51.8",
126
- "@happyvertical/smrt-ui": "0.51.8",
127
- "@happyvertical/smrt-web": "0.51.8",
124
+ "@happyvertical/smrt-languages": "0.51.10",
125
+ "@happyvertical/smrt-types": "0.51.10",
126
+ "@happyvertical/smrt-ui": "0.51.10",
127
+ "@happyvertical/smrt-web": "0.51.10",
128
128
  "@tanstack/db": "^0.6.14",
129
129
  "@tanstack/svelte-db": "^0.1.91",
130
130
  "esm-env": "^1.2.2"
@@ -155,14 +155,14 @@
155
155
  }
156
156
  },
157
157
  "devDependencies": {
158
- "@happyvertical/smrt-agents": "0.51.8",
159
- "@happyvertical/smrt-chat": "0.51.8",
160
- "@happyvertical/smrt-content": "0.51.8",
161
- "@happyvertical/smrt-core": "0.51.8",
162
- "@happyvertical/smrt-reports": "0.51.8",
163
- "@happyvertical/smrt-scanner": "0.51.8",
164
- "@happyvertical/smrt-tenancy": "0.51.8",
165
- "@happyvertical/smrt-users": "0.51.8",
158
+ "@happyvertical/smrt-agents": "0.51.10",
159
+ "@happyvertical/smrt-chat": "0.51.10",
160
+ "@happyvertical/smrt-content": "0.51.10",
161
+ "@happyvertical/smrt-core": "0.51.10",
162
+ "@happyvertical/smrt-reports": "0.51.10",
163
+ "@happyvertical/smrt-scanner": "0.51.10",
164
+ "@happyvertical/smrt-tenancy": "0.51.10",
165
+ "@happyvertical/smrt-users": "0.51.10",
166
166
  "@sveltejs/package": "^2.5.8",
167
167
  "@sveltejs/vite-plugin-svelte": "^7.1.2",
168
168
  "@testing-library/jest-dom": "^6.9.1",