@uniformdev/cli 19.179.1-alpha.1 → 19.179.2-alpha.22

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.
@@ -5,7 +5,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
5
5
  throw Error('Dynamic require of "' + x + '" is not supported');
6
6
  });
7
7
 
8
- // ../../node_modules/.pnpm/tsup@8.1.0_@microsoft+api-extractor@7.43.2_postcss@8.4.38_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js
8
+ // ../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.2_tsx@4.17.0_typescript@5.5.4/node_modules/tsup/assets/esm_shims.js
9
9
  import { fileURLToPath } from "url";
10
10
  import path from "path";
11
11
  var getFilename = () => fileURLToPath(import.meta.url);
@@ -1,4 +1,4 @@
1
- import "./chunk-DDTNSIMF.mjs";
1
+ import "./chunk-VMUNHMVI.mjs";
2
2
 
3
3
  // src/sync/allSerializableEntitiesConfig.ts
4
4
  var allSerializableEntitiesConfig = {
package/dist/index.mjs CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  withFormatOptions,
16
16
  withProjectOptions,
17
17
  withTeamOptions
18
- } from "./chunk-DDTNSIMF.mjs";
18
+ } from "./chunk-VMUNHMVI.mjs";
19
19
 
20
20
  // src/index.ts
21
21
  import * as dotenv from "dotenv";
@@ -3601,7 +3601,6 @@ var EntryGetModule = {
3601
3601
  withApiOptions(
3602
3602
  withProjectOptions(
3603
3603
  withStateOptions(
3604
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
3605
3604
  yargs36.positional("id", { demandOption: true, describe: "Entry public ID to fetch" }).option({
3606
3605
  resolveData: {
3607
3606
  type: "boolean",
@@ -4164,7 +4163,6 @@ var EntryPatternGetModule = {
4164
4163
  withApiOptions(
4165
4164
  withProjectOptions(
4166
4165
  withStateOptions(
4167
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
4168
4166
  yargs36.positional("id", {
4169
4167
  demandOption: true,
4170
4168
  describe: "Entry pattern public ID to fetch"
@@ -7476,7 +7474,7 @@ import { PostHog } from "posthog-node";
7476
7474
  // package.json
7477
7475
  var package_default = {
7478
7476
  name: "@uniformdev/cli",
7479
- version: "19.179.0",
7477
+ version: "19.179.1",
7480
7478
  description: "Uniform command line interface tool",
7481
7479
  license: "SEE LICENSE IN LICENSE.txt",
7482
7480
  main: "./cli.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/cli",
3
- "version": "19.179.1-alpha.1+3adc08c00a",
3
+ "version": "19.179.2-alpha.22+79878be48f",
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.179.1-alpha.1+3adc08c00a",
31
- "@uniformdev/canvas": "19.179.1-alpha.1+3adc08c00a",
32
- "@uniformdev/context": "19.179.1-alpha.1+3adc08c00a",
33
- "@uniformdev/files": "19.179.1-alpha.1+3adc08c00a",
34
- "@uniformdev/project-map": "19.179.1-alpha.1+3adc08c00a",
35
- "@uniformdev/redirect": "19.179.1-alpha.1+3adc08c00a",
30
+ "@uniformdev/assets": "19.179.2-alpha.22+79878be48f",
31
+ "@uniformdev/canvas": "19.179.2-alpha.22+79878be48f",
32
+ "@uniformdev/context": "19.179.2-alpha.22+79878be48f",
33
+ "@uniformdev/files": "19.179.2-alpha.22+79878be48f",
34
+ "@uniformdev/project-map": "19.179.2-alpha.22+79878be48f",
35
+ "@uniformdev/redirect": "19.179.2-alpha.22+79878be48f",
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": "3adc08c00a0d3932b6b767faaa6157f8b71ef0a0"
81
+ "gitHead": "79878be48f2d4b1c6158026aa632e71c91473ac6"
82
82
  }