@instantdb/components 0.22.99-experimental.add-user-perm-rules.20792984656.1 → 0.22.99-experimental.drewh-perms-map.20799552486.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.
- package/.turbo/turbo-build.log +3 -3
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @instantdb/components@0.22.99-experimental.
|
|
2
|
+
> @instantdb/components@0.22.99-experimental.drewh-perms-map.20799552486.1 build /home/runner/work/instant/instant/client/packages/components
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v5.4.14 [32mbuilding for production...[36m[39m
|
|
@@ -11,8 +11,8 @@ rendering chunks...
|
|
|
11
11
|
computing gzip size...
|
|
12
12
|
[2mdist/[22m[35mstyle.css [39m[1m[2m 58.50 kB[22m[1m[22m[2m │ gzip: 10.08 kB[22m
|
|
13
13
|
[2mdist/[22m[36mindex.js [39m[1m[2m373.59 kB[22m[1m[22m[2m │ gzip: 92.07 kB[22m
|
|
14
|
-
[32m[36m[unplugin:dts][32m Declaration files built in
|
|
14
|
+
[32m[36m[unplugin:dts][32m Declaration files built in 5925ms.
|
|
15
15
|
[39m
|
|
16
16
|
[2mdist/[22m[35mstyle.css [39m[1m[2m 58.50 kB[22m[1m[22m[2m │ gzip: 10.08 kB[22m
|
|
17
17
|
[2mdist/[22m[36mindex.cjs [39m[1m[2m257.06 kB[22m[1m[22m[2m │ gzip: 72.78 kB[22m
|
|
18
|
-
[32m✓ built in 6.
|
|
18
|
+
[32m✓ built in 6.73s[39m
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instantdb/components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.22.99-experimental.
|
|
4
|
+
"version": "0.22.99-experimental.drewh-perms-map.20799552486.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",
|
|
@@ -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.99-experimental.
|
|
97
|
-
"@instantdb/
|
|
98
|
-
"@instantdb/
|
|
99
|
-
"@instantdb/version": "0.22.99-experimental.
|
|
100
|
-
"@instantdb/
|
|
96
|
+
"@instantdb/admin": "0.22.99-experimental.drewh-perms-map.20799552486.1",
|
|
97
|
+
"@instantdb/platform": "0.22.99-experimental.drewh-perms-map.20799552486.1",
|
|
98
|
+
"@instantdb/core": "0.22.99-experimental.drewh-perms-map.20799552486.1",
|
|
99
|
+
"@instantdb/version": "0.22.99-experimental.drewh-perms-map.20799552486.1",
|
|
100
|
+
"@instantdb/react": "0.22.99-experimental.drewh-perms-map.20799552486.1"
|
|
101
101
|
},
|
|
102
102
|
"scripts": {
|
|
103
103
|
"test": "echo \"Error: no test specified\" && exit 1",
|