@uniformdev/cli 19.90.1-alpha.8 → 19.92.2
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 +4 -4
- package/package.json +10 -10
package/dist/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
7
7
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
8
8
|
});
|
|
9
9
|
|
|
10
|
-
// ../../node_modules/.pnpm/tsup@8.0.1_@microsoft+api-extractor@7.
|
|
10
|
+
// ../../node_modules/.pnpm/tsup@8.0.1_@microsoft+api-extractor@7.39.0_postcss@8.4.32_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js
|
|
11
11
|
import { fileURLToPath } from "url";
|
|
12
12
|
import path from "path";
|
|
13
13
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -5880,7 +5880,7 @@ import { PostHog } from "posthog-node";
|
|
|
5880
5880
|
// package.json
|
|
5881
5881
|
var package_default = {
|
|
5882
5882
|
name: "@uniformdev/cli",
|
|
5883
|
-
version: "19.
|
|
5883
|
+
version: "19.92.2",
|
|
5884
5884
|
description: "Uniform command line interface tool",
|
|
5885
5885
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
5886
5886
|
main: "./cli.js",
|
|
@@ -5924,7 +5924,7 @@ var package_default = {
|
|
|
5924
5924
|
open: "9.1.0",
|
|
5925
5925
|
ora: "7.0.1",
|
|
5926
5926
|
"p-queue": "7.3.4",
|
|
5927
|
-
"posthog-node": "3.1
|
|
5927
|
+
"posthog-node": "3.2.1",
|
|
5928
5928
|
"registry-auth-token": "^5.0.0",
|
|
5929
5929
|
"registry-url": "^6.0.0",
|
|
5930
5930
|
slugify: "1.6.6",
|
|
@@ -5932,7 +5932,7 @@ var package_default = {
|
|
|
5932
5932
|
zod: "3.22.4"
|
|
5933
5933
|
},
|
|
5934
5934
|
devDependencies: {
|
|
5935
|
-
"@types/diff": "5.0.
|
|
5935
|
+
"@types/diff": "5.0.9",
|
|
5936
5936
|
"@types/inquirer": "9.0.7",
|
|
5937
5937
|
"@types/js-yaml": "4.0.9",
|
|
5938
5938
|
"@types/jsonwebtoken": "9.0.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.92.2",
|
|
4
4
|
"description": "Uniform command line interface tool",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./cli.js",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@thi.ng/mime": "^2.2.23",
|
|
20
|
-
"@uniformdev/assets": "19.
|
|
21
|
-
"@uniformdev/canvas": "19.
|
|
22
|
-
"@uniformdev/context": "19.
|
|
23
|
-
"@uniformdev/files": "19.
|
|
24
|
-
"@uniformdev/project-map": "19.
|
|
25
|
-
"@uniformdev/redirect": "19.
|
|
20
|
+
"@uniformdev/assets": "19.92.2",
|
|
21
|
+
"@uniformdev/canvas": "19.92.2",
|
|
22
|
+
"@uniformdev/context": "19.92.2",
|
|
23
|
+
"@uniformdev/files": "19.92.2",
|
|
24
|
+
"@uniformdev/project-map": "19.92.2",
|
|
25
|
+
"@uniformdev/redirect": "19.92.2",
|
|
26
26
|
"call-bind": "^1.0.2",
|
|
27
27
|
"colorette": "2.0.20",
|
|
28
28
|
"cosmiconfig": "8.3.6",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"open": "9.1.0",
|
|
45
45
|
"ora": "7.0.1",
|
|
46
46
|
"p-queue": "7.3.4",
|
|
47
|
-
"posthog-node": "3.1
|
|
47
|
+
"posthog-node": "3.2.1",
|
|
48
48
|
"registry-auth-token": "^5.0.0",
|
|
49
49
|
"registry-url": "^6.0.0",
|
|
50
50
|
"slugify": "1.6.6",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"zod": "3.22.4"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@types/diff": "5.0.
|
|
55
|
+
"@types/diff": "5.0.9",
|
|
56
56
|
"@types/inquirer": "9.0.7",
|
|
57
57
|
"@types/js-yaml": "4.0.9",
|
|
58
58
|
"@types/jsonwebtoken": "9.0.5",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "8a0bea83eef2d7353758902ed61920b39187c00a"
|
|
73
73
|
}
|