@instantdb/components 0.22.168 → 0.22.169

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @instantdb/components@0.22.168 build /home/runner/work/instant/instant/client/packages/components
2
+ > @instantdb/components@0.22.169 build /home/runner/work/instant/instant/client/packages/components
3
3
  > vite build
4
4
 
5
5
  vite v5.4.14 building for production...
@@ -11,8 +11,8 @@ rendering chunks...
11
11
  computing gzip size...
12
12
  dist/style.css  58.63 kB │ gzip: 10.09 kB
13
13
  dist/index.js 373.99 kB │ gzip: 92.13 kB
14
- [unplugin:dts] Declaration files built in 5610ms.
14
+ [unplugin:dts] Declaration files built in 6051ms.
15
15
  
16
16
  dist/style.css  58.63 kB │ gzip: 10.09 kB
17
17
  dist/index.cjs 257.37 kB │ gzip: 72.85 kB
18
- ✓ built in 6.38s
18
+ ✓ built in 6.87s
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@instantdb/components",
3
3
  "private": false,
4
- "version": "0.22.168",
4
+ "version": "0.22.169",
5
5
  "type": "module",
6
6
  "description": "Instant's UI components",
7
7
  "homepage": "https://github.com/instantdb/instant/tree/main/client/packages/components",
@@ -93,11 +93,11 @@
93
93
  "swr": "^2.2.4",
94
94
  "tailwind-merge": "^2.2.1",
95
95
  "uuid": "^11.1.0",
96
- "@instantdb/admin": "0.22.168",
97
- "@instantdb/react": "0.22.168",
98
- "@instantdb/version": "0.22.168",
99
- "@instantdb/core": "0.22.168",
100
- "@instantdb/platform": "0.22.168"
96
+ "@instantdb/admin": "0.22.169",
97
+ "@instantdb/version": "0.22.169",
98
+ "@instantdb/react": "0.22.169",
99
+ "@instantdb/core": "0.22.169",
100
+ "@instantdb/platform": "0.22.169"
101
101
  },
102
102
  "scripts": {
103
103
  "test": "echo \"Error: no test specified\" && exit 1",