@uniformdev/cli 19.151.1-alpha.3 → 19.152.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.
- package/dist/index.mjs +3 -3
- package/package.json +9 -9
package/dist/index.mjs
CHANGED
|
@@ -7147,7 +7147,7 @@ import { PostHog } from "posthog-node";
|
|
|
7147
7147
|
// package.json
|
|
7148
7148
|
var package_default = {
|
|
7149
7149
|
name: "@uniformdev/cli",
|
|
7150
|
-
version: "19.
|
|
7150
|
+
version: "19.152.0",
|
|
7151
7151
|
description: "Uniform command line interface tool",
|
|
7152
7152
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
7153
7153
|
main: "./cli.js",
|
|
@@ -7189,7 +7189,7 @@ var package_default = {
|
|
|
7189
7189
|
open: "9.1.0",
|
|
7190
7190
|
ora: "8.0.1",
|
|
7191
7191
|
"p-queue": "7.3.4",
|
|
7192
|
-
"posthog-node": "
|
|
7192
|
+
"posthog-node": "4.0.1",
|
|
7193
7193
|
"registry-auth-token": "^5.0.0",
|
|
7194
7194
|
"registry-url": "^6.0.0",
|
|
7195
7195
|
slugify: "1.6.6",
|
|
@@ -7262,7 +7262,7 @@ var Telemetry = class {
|
|
|
7262
7262
|
shutdown() {
|
|
7263
7263
|
var _a;
|
|
7264
7264
|
this.send("exited", { exitCode: process.exitCode });
|
|
7265
|
-
return (_a = this.posthog) == null ? void 0 : _a.
|
|
7265
|
+
return (_a = this.posthog) == null ? void 0 : _a.shutdown();
|
|
7266
7266
|
}
|
|
7267
7267
|
};
|
|
7268
7268
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.152.0",
|
|
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.152.0",
|
|
21
|
+
"@uniformdev/canvas": "19.152.0",
|
|
22
|
+
"@uniformdev/context": "19.152.0",
|
|
23
|
+
"@uniformdev/files": "19.152.0",
|
|
24
|
+
"@uniformdev/project-map": "19.152.0",
|
|
25
|
+
"@uniformdev/redirect": "19.152.0",
|
|
26
26
|
"call-bind": "^1.0.2",
|
|
27
27
|
"colorette": "2.0.20",
|
|
28
28
|
"cosmiconfig": "8.3.6",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"open": "9.1.0",
|
|
43
43
|
"ora": "8.0.1",
|
|
44
44
|
"p-queue": "7.3.4",
|
|
45
|
-
"posthog-node": "
|
|
45
|
+
"posthog-node": "4.0.1",
|
|
46
46
|
"registry-auth-token": "^5.0.0",
|
|
47
47
|
"registry-url": "^6.0.0",
|
|
48
48
|
"slugify": "1.6.6",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "145c537745d0f56e39ea4a2799fae475336818ca"
|
|
72
72
|
}
|