@pubinfo-nightly/cli 2025.12.9 → 2025.12.26
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/bin/pubinfo.mjs +1 -1
- package/dist/{build-TpYdEV_-.js → build-D-fWoV55.mjs} +2 -2
- package/dist/{dev-DVlLrfjX.js → dev-3-XBwXFn.mjs} +2 -2
- package/dist/{generate-9OAGGbjc.js → generate-BQHYDlQh.mjs} +1 -1
- package/dist/{index.js → index.mjs} +10 -10
- package/dist/{monorepo-BY87UC9C.js → monorepo-d33M7XU0.mjs} +1 -1
- package/dist/{preview-BVVgNnhp.js → preview-CLKqZdRX.mjs} +1 -1
- package/dist/{setup-BdawX0W3.js → setup-BL21Jlyx.mjs} +1 -1
- package/package.json +7 -7
- package/dist/setup-CACbESTE.js +0 -3
- /package/dist/{commit-BKlPg8Na.js → commit-GtNG_jx1.mjs} +0 -0
- /package/dist/{generate-MJ0AbXtK.js → generate-BzEFFc8V.mjs} +0 -0
- /package/dist/{icon-B2EyVw8p.js → icon-D9Q67P89.mjs} +0 -0
- /package/dist/{index-Dp-QJh5Z.d.ts → index.d.mts} +0 -0
- /package/dist/{upgrade-B-Zl5nkj.js → upgrade-D4A0_AH0.mjs} +0 -0
- /package/dist/{vite-bwhDbW7x.js → vite-L2nR7M6q.mjs} +0 -0
package/bin/pubinfo.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as runVite } from "./vite-
|
|
2
|
-
import
|
|
1
|
+
import { t as runVite } from "./vite-L2nR7M6q.mjs";
|
|
2
|
+
import setup_default from "./setup-BL21Jlyx.mjs";
|
|
3
3
|
import { defineCommand, runMain } from "citty";
|
|
4
4
|
|
|
5
5
|
//#region src/commands/build.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as runVite } from "./vite-
|
|
2
|
-
import
|
|
1
|
+
import { t as runVite } from "./vite-L2nR7M6q.mjs";
|
|
2
|
+
import setup_default from "./setup-BL21Jlyx.mjs";
|
|
3
3
|
import { defineCommand, runMain } from "citty";
|
|
4
4
|
|
|
5
5
|
//#region src/commands/dev.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as ensureValidIdentifier, r as resolvePubinfoVersionFromApps, t as ensureMonorepoAppsDir } from "./generate-
|
|
1
|
+
import { n as ensureValidIdentifier, r as resolvePubinfoVersionFromApps, t as ensureMonorepoAppsDir } from "./generate-BzEFFc8V.mjs";
|
|
2
2
|
import { createRequire } from "node:module";
|
|
3
3
|
import { defineCommand } from "citty";
|
|
4
4
|
import { resolve } from "node:path";
|
|
@@ -3,22 +3,22 @@ import { fileURLToPath } from "node:url";
|
|
|
3
3
|
|
|
4
4
|
//#region package.json
|
|
5
5
|
var name = "@pubinfo-nightly/cli";
|
|
6
|
-
var version = "2.1.
|
|
6
|
+
var version = "2.1.8";
|
|
7
7
|
var description = "CLI for Pubinfo";
|
|
8
8
|
|
|
9
9
|
//#endregion
|
|
10
10
|
//#region src/commands/index.ts
|
|
11
11
|
const _rDefault = (r) => r.default || r;
|
|
12
12
|
const commands = {
|
|
13
|
-
dev: () => import("./dev-
|
|
14
|
-
build: () => import("./build-
|
|
15
|
-
preview: () => import("./preview-
|
|
16
|
-
setup: () => import("./setup-
|
|
17
|
-
commit: () => import("./commit-
|
|
18
|
-
icon: () => import("./icon-
|
|
19
|
-
upgrade: () => import("./upgrade-
|
|
20
|
-
generate: () => import("./generate-
|
|
21
|
-
monorepo: () => import("./monorepo-
|
|
13
|
+
dev: () => import("./dev-3-XBwXFn.mjs").then(_rDefault),
|
|
14
|
+
build: () => import("./build-D-fWoV55.mjs").then(_rDefault),
|
|
15
|
+
preview: () => import("./preview-CLKqZdRX.mjs").then(_rDefault),
|
|
16
|
+
setup: () => import("./setup-BL21Jlyx.mjs").then(_rDefault),
|
|
17
|
+
commit: () => import("./commit-GtNG_jx1.mjs").then(_rDefault),
|
|
18
|
+
icon: () => import("./icon-D9Q67P89.mjs").then(_rDefault),
|
|
19
|
+
upgrade: () => import("./upgrade-D4A0_AH0.mjs").then(_rDefault),
|
|
20
|
+
generate: () => import("./generate-BQHYDlQh.mjs").then(_rDefault),
|
|
21
|
+
monorepo: () => import("./monorepo-d33M7XU0.mjs").then(_rDefault)
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
//#endregion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as ensureValidIdentifier } from "./generate-
|
|
1
|
+
import { n as ensureValidIdentifier } from "./generate-BzEFFc8V.mjs";
|
|
2
2
|
import { createRequire } from "node:module";
|
|
3
3
|
import { defineCommand } from "citty";
|
|
4
4
|
import { cp, mkdir, mkdtemp, readFile, rename, rm, writeFile } from "node:fs/promises";
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo-nightly/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2025.12.
|
|
4
|
+
"version": "2025.12.26",
|
|
5
5
|
"description": "CLI for Pubinfo",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./bin/pubinfo.mjs"
|
|
8
8
|
},
|
|
9
|
-
"types": "./dist/index.d.
|
|
9
|
+
"types": "./dist/index.d.mts",
|
|
10
10
|
"bin": {
|
|
11
11
|
"pubinfo": "./bin/pubinfo.mjs"
|
|
12
12
|
},
|
|
@@ -18,20 +18,20 @@
|
|
|
18
18
|
"node": "^20.19.0 || >=22.12.0"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@pubinfo-nightly/vite": "2025.12.
|
|
21
|
+
"@pubinfo-nightly/vite": "2025.12.26"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@pubinfo-nightly/commitlint": "2025.12.
|
|
25
|
-
"@pubinfo-nightly/shared": "2025.12.
|
|
24
|
+
"@pubinfo-nightly/commitlint": "2025.12.26",
|
|
25
|
+
"@pubinfo-nightly/shared": "2025.12.26",
|
|
26
26
|
"cheerio": "^1.1.2",
|
|
27
27
|
"citty": "^0.1.6",
|
|
28
|
-
"create-pubinfo-nightly": "2025.12.
|
|
28
|
+
"create-pubinfo-nightly": "2025.12.26",
|
|
29
29
|
"execa": "^9.6.0",
|
|
30
30
|
"globby": "^14.1.0",
|
|
31
31
|
"pkg-types": "^2.3.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@pubinfo-nightly/vite": "2025.12.
|
|
34
|
+
"@pubinfo-nightly/vite": "2025.12.26",
|
|
35
35
|
"@types/node": "^24.0.10"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
package/dist/setup-CACbESTE.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|