cloudcmd 19.1.0 → 19.1.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.
@@ -2,7 +2,7 @@ import path, {dirname, join} from 'node:path';
2
2
  import {fileURLToPath} from 'node:url';
3
3
  import process from 'node:process';
4
4
  import fs from 'node:fs';
5
- import fullstore from 'fullstore';
5
+ import {fullstore} from 'fullstore';
6
6
  import currify from 'currify';
7
7
  import apart from 'apart';
8
8
  import ponse from 'ponse';
@@ -2,7 +2,7 @@ import path, {dirname} from 'node:path';
2
2
  import {fileURLToPath} from 'node:url';
3
3
  import process from 'node:process';
4
4
  import fs from 'node:fs';
5
- import fullstore from 'fullstore';
5
+ import {fullstore} from 'fullstore';
6
6
  import * as nanomemoizeDefault from 'nano-memoize';
7
7
  import readFilesSync from '@cloudcmd/read-files-sync';
8
8
 
@@ -1,7 +1,7 @@
1
1
  import currify from 'currify';
2
2
  import wraptile from 'wraptile';
3
3
  import squad from 'squad';
4
- import fullstore from 'fullstore';
4
+ import {fullstore} from 'fullstore';
5
5
  import io from 'socket.io-client';
6
6
  import _forEachKey from 'for-each-key';
7
7
  import log from './log.mjs';
package/server/theme.mjs CHANGED
@@ -2,7 +2,7 @@ import path, {dirname} from 'node:path';
2
2
  import {fileURLToPath} from 'node:url';
3
3
  import process from 'node:process';
4
4
  import fs from 'node:fs';
5
- import fullstore from 'fullstore';
5
+ import {fullstore} from 'fullstore';
6
6
  import * as nanomemoizeDefault from 'nano-memoize';
7
7
  import readFilesSync from '@cloudcmd/read-files-sync';
8
8