@uniformdev/cli 19.199.1-alpha.8 → 19.200.1-alpha.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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +8 -8
package/dist/index.mjs CHANGED
@@ -352,6 +352,7 @@ async function syncEngine({
352
352
  }
353
353
  }
354
354
  }
355
+ await Promise.all(actions);
355
356
  if (mode === "mirror") {
356
357
  if (!sourceHasItems && !allowEmptySource && targetItems.size > 0) {
357
358
  throw new Error(
@@ -364,7 +365,6 @@ async function syncEngine({
364
365
  });
365
366
  await Promise.all(deletes);
366
367
  }
367
- await Promise.all(actions);
368
368
  await Promise.all([source.onSyncComplete?.(false), target.onSyncComplete?.(true)]);
369
369
  }
370
370
  var SyncEngineError = class _SyncEngineError extends Error {
@@ -8129,7 +8129,7 @@ import { PostHog } from "posthog-node";
8129
8129
  // package.json
8130
8130
  var package_default = {
8131
8131
  name: "@uniformdev/cli",
8132
- version: "19.199.0",
8132
+ version: "19.200.0",
8133
8133
  description: "Uniform command line interface tool",
8134
8134
  license: "SEE LICENSE IN LICENSE.txt",
8135
8135
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.199.1-alpha.8+8e9e9ec9d1",
3
+ "version": "19.200.1-alpha.1+adfd7442ca",
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.199.1-alpha.8+8e9e9ec9d1",
31
- "@uniformdev/canvas": "19.199.1-alpha.8+8e9e9ec9d1",
32
- "@uniformdev/context": "19.199.1-alpha.8+8e9e9ec9d1",
33
- "@uniformdev/files": "19.199.1-alpha.8+8e9e9ec9d1",
34
- "@uniformdev/project-map": "19.199.1-alpha.8+8e9e9ec9d1",
35
- "@uniformdev/redirect": "19.199.1-alpha.8+8e9e9ec9d1",
30
+ "@uniformdev/assets": "19.200.1-alpha.1+adfd7442ca",
31
+ "@uniformdev/canvas": "19.200.1-alpha.1+adfd7442ca",
32
+ "@uniformdev/context": "19.200.1-alpha.1+adfd7442ca",
33
+ "@uniformdev/files": "19.200.1-alpha.1+adfd7442ca",
34
+ "@uniformdev/project-map": "19.200.1-alpha.1+adfd7442ca",
35
+ "@uniformdev/redirect": "19.200.1-alpha.1+adfd7442ca",
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": "8e9e9ec9d1fb834f92360e8c80771dd037fbc21a"
81
+ "gitHead": "adfd7442ca32cb2a29a392c93d273503f8a1c34f"
82
82
  }