@instantdb/components 0.22.89-experimental.split-store.20276199573.1 → 0.22.89-experimental.uuidfix.20281951052.1

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.89-experimental.split-store.20276199573.1 build /home/runner/work/instant/instant/client/packages/components
2
+ > @instantdb/components@0.22.89-experimental.uuidfix.20281951052.1 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.51 kB │ gzip: 10.08 kB
13
13
  dist/index.js 369.67 kB │ gzip: 91.00 kB
14
- [unplugin:dts] Declaration files built in 5792ms.
14
+ [unplugin:dts] Declaration files built in 5617ms.
15
15
  
16
16
  dist/style.css  58.51 kB │ gzip: 10.08 kB
17
17
  dist/index.cjs 254.44 kB │ gzip: 71.96 kB
18
- ✓ built in 6.64s
18
+ ✓ built in 6.50s
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@instantdb/components",
3
3
  "private": false,
4
- "version": "0.22.89-experimental.split-store.20276199573.1",
4
+ "version": "0.22.89-experimental.uuidfix.20281951052.1",
5
5
  "type": "module",
6
6
  "description": "Instant's UI components",
7
7
  "homepage": "https://github.com/instantdb/instant/tree/main/client/packages/components",
@@ -38,7 +38,6 @@
38
38
  "@types/react": "^18.3.1",
39
39
  "@types/react-copy-to-clipboard": "^5.0.4",
40
40
  "@types/react-dom": "^18.3.1",
41
- "@types/uuid": "^10.0.0",
42
41
  "@types/websocket": "^1.0.5",
43
42
  "@vitejs/plugin-react": "^5.1.1",
44
43
  "@vitejs/plugin-react-swc": "^4.2.2",
@@ -91,12 +90,12 @@
91
90
  "sonner": "^2.0.7",
92
91
  "swr": "^2.2.4",
93
92
  "tailwind-merge": "^2.2.1",
94
- "uuid": "^11.1.0",
95
- "@instantdb/admin": "0.22.89-experimental.split-store.20276199573.1",
96
- "@instantdb/core": "0.22.89-experimental.split-store.20276199573.1",
97
- "@instantdb/platform": "0.22.89-experimental.split-store.20276199573.1",
98
- "@instantdb/react": "0.22.89-experimental.split-store.20276199573.1",
99
- "@instantdb/version": "0.22.89-experimental.split-store.20276199573.1"
93
+ "uuid": "^13.0.0",
94
+ "@instantdb/platform": "0.22.89-experimental.uuidfix.20281951052.1",
95
+ "@instantdb/core": "0.22.89-experimental.uuidfix.20281951052.1",
96
+ "@instantdb/version": "0.22.89-experimental.uuidfix.20281951052.1",
97
+ "@instantdb/admin": "0.22.89-experimental.uuidfix.20281951052.1",
98
+ "@instantdb/react": "0.22.89-experimental.uuidfix.20281951052.1"
100
99
  },
101
100
  "scripts": {
102
101
  "test": "echo \"Error: no test specified\" && exit 1",