@fileverse/api 0.0.17 → 0.0.19
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 +4 -16
- package/dist/cli/index.js.map +1 -1
- package/dist/cloudflare.js +46 -66
- package/dist/cloudflare.js.map +1 -1
- package/dist/commands/index.js +1 -0
- package/dist/commands/index.js.map +1 -1
- package/dist/index.js +46 -66
- package/dist/index.js.map +1 -1
- package/dist/worker.js +43 -50
- package/dist/worker.js.map +1 -1
- package/package.json +1 -2
package/dist/commands/index.js
CHANGED
|
@@ -971,6 +971,7 @@ var init_file_utils = __esm({
|
|
|
971
971
|
// src/sdk/file-manager.ts
|
|
972
972
|
import { fromUint8Array as fromUint8Array2, toUint8Array as toUint8Array3 } from "js-base64";
|
|
973
973
|
import { generateAESKey, exportAESKey } from "@fileverse/crypto/webcrypto";
|
|
974
|
+
import { markdownToYjs } from "@fileverse/content-processor";
|
|
974
975
|
var init_file_manager = __esm({
|
|
975
976
|
"src/sdk/file-manager.ts"() {
|
|
976
977
|
"use strict";
|