@base44-preview/cli 0.1.15-pr.626.9a30e0d → 0.1.15-pr.626.cb0717a
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 +2 -3
- package/dist/cli/index.js.map +4 -4
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -247295,8 +247295,7 @@ async function createVersion(artifacts, options = {}) {
|
|
|
247295
247295
|
{
|
|
247296
247296
|
absolutePath: file.absolutePath,
|
|
247297
247297
|
hash: file.digest,
|
|
247298
|
-
size: file.size
|
|
247299
|
-
contentType: "application/octet-stream"
|
|
247298
|
+
size: file.size
|
|
247300
247299
|
}
|
|
247301
247300
|
]))
|
|
247302
247301
|
}, {
|
|
@@ -260298,4 +260297,4 @@ export {
|
|
|
260298
260297
|
runCLI
|
|
260299
260298
|
};
|
|
260300
260299
|
|
|
260301
|
-
//# debugId=
|
|
260300
|
+
//# debugId=FE3CD9391C847E9F64756E2164756E21
|