@nina-protocol/nina-db 0.0.103 → 0.0.104

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.
@@ -10,7 +10,6 @@ import Tag from './Tag.js';
10
10
  import axios from 'axios';
11
11
  import promiseRetry from 'promise-retry';
12
12
  import { customAlphabet } from 'nanoid';
13
- import promiseRetry from 'promise-retry';
14
13
  const ensureHttps = (uri) => {
15
14
  if (!uri.startsWith('http://') && !uri.startsWith('https://')) {
16
15
  return `https://${uri}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nina-protocol/nina-db",
3
- "version": "0.0.103",
3
+ "version": "0.0.104",
4
4
  "description": "",
5
5
  "source": "src/index.js",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,6 @@ import Tag from './Tag.js';
10
10
  import axios from 'axios';
11
11
  import promiseRetry from 'promise-retry';
12
12
  import { customAlphabet } from 'nanoid';
13
- import promiseRetry from 'promise-retry';
14
13
 
15
14
  const ensureHttps = (uri) => {
16
15
  if (!uri.startsWith('http://') && !uri.startsWith('https://')) {