@uniformdev/cli 19.200.1-alpha.3 → 19.201.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.
- package/dist/index.mjs +2 -2
- package/package.json +8 -8
package/dist/index.mjs
CHANGED
|
@@ -364,7 +364,6 @@ async function syncEngine({
|
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
await Promise.all(actions);
|
|
368
367
|
if (mode === "mirror") {
|
|
369
368
|
if (!sourceHasItems && !allowEmptySource && targetItems.size > 0) {
|
|
370
369
|
throw new Error(
|
|
@@ -377,6 +376,7 @@ async function syncEngine({
|
|
|
377
376
|
});
|
|
378
377
|
await Promise.all(deletes);
|
|
379
378
|
}
|
|
379
|
+
await Promise.all(actions);
|
|
380
380
|
await Promise.all([source.onSyncComplete?.(false), target.onSyncComplete?.(true)]);
|
|
381
381
|
}
|
|
382
382
|
var SyncEngineError = class _SyncEngineError extends Error {
|
|
@@ -8378,7 +8378,7 @@ import { PostHog } from "posthog-node";
|
|
|
8378
8378
|
// package.json
|
|
8379
8379
|
var package_default = {
|
|
8380
8380
|
name: "@uniformdev/cli",
|
|
8381
|
-
version: "19.
|
|
8381
|
+
version: "19.201.1",
|
|
8382
8382
|
description: "Uniform command line interface tool",
|
|
8383
8383
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
8384
8384
|
main: "./cli.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.201.1",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@thi.ng/mime": "^2.2.23",
|
|
30
|
-
"@uniformdev/assets": "19.
|
|
31
|
-
"@uniformdev/canvas": "19.
|
|
32
|
-
"@uniformdev/context": "19.
|
|
33
|
-
"@uniformdev/files": "19.
|
|
34
|
-
"@uniformdev/project-map": "19.
|
|
35
|
-
"@uniformdev/redirect": "19.
|
|
30
|
+
"@uniformdev/assets": "19.201.1",
|
|
31
|
+
"@uniformdev/canvas": "19.201.1",
|
|
32
|
+
"@uniformdev/context": "19.201.1",
|
|
33
|
+
"@uniformdev/files": "19.201.1",
|
|
34
|
+
"@uniformdev/project-map": "19.201.1",
|
|
35
|
+
"@uniformdev/redirect": "19.201.1",
|
|
36
36
|
"call-bind": "^1.0.2",
|
|
37
37
|
"colorette": "2.0.20",
|
|
38
38
|
"cosmiconfig": "9.0.0",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"access": "public"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "2e20dee3fc5ce005f6d73eddf939cc89cbad83de"
|
|
82
82
|
}
|