@nina-protocol/nina-db 0.0.110 → 0.0.111

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,6 +1,7 @@
1
1
  import redis from './index.js';
2
2
  import Subscription from '../models/Subscription.js';
3
3
  import Account from '../models/Account.js';
4
+ import Hub from '../models/Hub.js';
4
5
  import { formatColumnForJsonFields, BIG_LIMIT } from '../utils/index.js';
5
6
  const SUBSCRIPTION_TO = 'subscription:to';
6
7
  const getFollowersForAccountWithCache = async (publicKeyOrHandle, query, override = false) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nina-protocol/nina-db",
3
- "version": "0.0.110",
3
+ "version": "0.0.111",
4
4
  "description": "",
5
5
  "source": "src/index.js",
6
6
  "main": "dist/index.js",
@@ -1,6 +1,7 @@
1
1
  import redis from './index.js';
2
2
  import Subscription from '../models/Subscription.js';
3
3
  import Account from '../models/Account.js';
4
+ import Hub from '../models/Hub.js';
4
5
  import { formatColumnForJsonFields, BIG_LIMIT } from '../utils/index.js';
5
6
 
6
7
  const SUBSCRIPTION_TO = 'subscription:to'