@uniformdev/cli 19.179.1-alpha.1 → 19.180.0
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.
|
|
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);
|
package/dist/defaultConfig.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
withFormatOptions,
|
|
16
16
|
withProjectOptions,
|
|
17
17
|
withTeamOptions
|
|
18
|
-
} from "./chunk-
|
|
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.
|
|
7477
|
+
version: "19.180.0",
|
|
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.
|
|
3
|
+
"version": "19.180.0",
|
|
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.180.0",
|
|
31
|
+
"@uniformdev/canvas": "19.180.0",
|
|
32
|
+
"@uniformdev/context": "19.180.0",
|
|
33
|
+
"@uniformdev/files": "19.180.0",
|
|
34
|
+
"@uniformdev/project-map": "19.180.0",
|
|
35
|
+
"@uniformdev/redirect": "19.180.0",
|
|
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": "309600b88571d0ffb2b80d7d2c27b7aa3e5ae72b"
|
|
82
82
|
}
|