@moneypot/hub 1.16.0-dev.6 → 1.16.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.
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Dashboard</title>
7
- <script type="module" crossorigin src="/dashboard/assets/index-CrY0xaa9.js"></script>
7
+ <script type="module" crossorigin src="/dashboard/assets/index-D7SlWXgD.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/dashboard/assets/index-LZVcTrKv.css">
9
9
  </head>
10
10
  <body>
@@ -1,16 +1,15 @@
1
-
2
1
  -- A simple single-room chat system
3
2
 
4
3
  -- Quick revert:
5
- drop table if exists hub.chat_message;
6
- drop view if exists hub.active_chat_mute;
7
- drop table if exists hub.chat_mute;
8
- drop table if exists hub.chat_rate_bucket;
9
- drop table if exists hub.chat_mod;
10
- drop type if exists hub.chat_message_type;
11
- alter table hub.experience drop column if exists user_id;
12
- alter table hub.user drop column if exists client_id;
13
- alter table hub.experience drop column if exists client_id;
4
+ -- drop table if exists hub.chat_message;
5
+ -- drop view if exists hub.active_chat_mute;
6
+ -- drop table if exists hub.chat_mute;
7
+ -- drop table if exists hub.chat_rate_bucket;
8
+ -- drop table if exists hub.chat_mod;
9
+ -- drop type if exists hub.chat_message_type;
10
+ -- alter table hub.experience drop column if exists user_id;
11
+ -- alter table hub.user drop column if exists client_id;
12
+ -- alter table hub.experience drop column if exists client_id;
14
13
 
15
14
  -- New helper function for RLS so we don't have to do a subquery
16
15
  create or replace function hub_hidden.is_experience_owner() returns boolean as $$
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneypot/hub",
3
- "version": "1.16.0-dev.6",
3
+ "version": "1.16.0",
4
4
  "author": "moneypot.com",
5
5
  "homepage": "https://moneypot.com/hub",
6
6
  "keywords": [