@fileverse/api 0.0.18 → 0.0.20
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/dist/cli/index.js +3 -25
- package/dist/cli/index.js.map +1 -1
- package/dist/cloudflare.js +21 -94
- package/dist/cloudflare.js.map +1 -1
- package/dist/commands/index.js +0 -9
- package/dist/commands/index.js.map +1 -1
- package/dist/index.js +9 -50
- package/dist/index.js.map +1 -1
- package/dist/worker.js +6 -34
- package/dist/worker.js.map +1 -1
- package/package.json +1 -2
package/dist/commands/index.js
CHANGED
|
@@ -968,14 +968,6 @@ var init_file_utils = __esm({
|
|
|
968
968
|
}
|
|
969
969
|
});
|
|
970
970
|
|
|
971
|
-
// src/sdk/dom-globals.ts
|
|
972
|
-
var init_dom_globals = __esm({
|
|
973
|
-
"src/sdk/dom-globals.ts"() {
|
|
974
|
-
"use strict";
|
|
975
|
-
init_esm_shims();
|
|
976
|
-
}
|
|
977
|
-
});
|
|
978
|
-
|
|
979
971
|
// src/sdk/file-manager.ts
|
|
980
972
|
import { fromUint8Array as fromUint8Array2, toUint8Array as toUint8Array3 } from "js-base64";
|
|
981
973
|
import { generateAESKey, exportAESKey } from "@fileverse/crypto/webcrypto";
|
|
@@ -987,7 +979,6 @@ var init_file_manager = __esm({
|
|
|
987
979
|
init_file_utils();
|
|
988
980
|
init_constants();
|
|
989
981
|
init_constants3();
|
|
990
|
-
init_dom_globals();
|
|
991
982
|
init_infra();
|
|
992
983
|
}
|
|
993
984
|
});
|