@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  import { fileURLToPath } from 'node:url'
4
- import { runMain } from '../dist/index.js'
4
+ import { runMain } from '../dist/index.mjs'
5
5
 
6
6
  global.__pubinfo_cli__ = {
7
7
  startTime: Date.now(),
@@ -1,5 +1,5 @@
1
- import { t as runVite } from "./vite-bwhDbW7x.js";
2
- import { t as setup_default } from "./setup-BdawX0W3.js";
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-bwhDbW7x.js";
2
- import { t as setup_default } from "./setup-BdawX0W3.js";
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-MJ0AbXtK.js";
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";
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-DVlLrfjX.js").then(_rDefault),
14
- build: () => import("./build-TpYdEV_-.js").then(_rDefault),
15
- preview: () => import("./preview-BVVgNnhp.js").then(_rDefault),
16
- setup: () => import("./setup-CACbESTE.js").then(_rDefault),
17
- commit: () => import("./commit-BKlPg8Na.js").then(_rDefault),
18
- icon: () => import("./icon-B2EyVw8p.js").then(_rDefault),
19
- upgrade: () => import("./upgrade-B-Zl5nkj.js").then(_rDefault),
20
- generate: () => import("./generate-9OAGGbjc.js").then(_rDefault),
21
- monorepo: () => import("./monorepo-BY87UC9C.js").then(_rDefault)
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-MJ0AbXtK.js";
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";
@@ -1,4 +1,4 @@
1
- import { t as runVite } from "./vite-bwhDbW7x.js";
1
+ import { t as runVite } from "./vite-L2nR7M6q.mjs";
2
2
  import { defineCommand } from "citty";
3
3
 
4
4
  //#region src/commands/preview.ts
@@ -90,4 +90,4 @@ const command = defineCommand({
90
90
  var setup_default = command;
91
91
 
92
92
  //#endregion
93
- export { setup_default as t };
93
+ export { setup_default as default };
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@pubinfo-nightly/cli",
3
3
  "type": "module",
4
- "version": "2025.12.09",
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.ts",
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.09"
21
+ "@pubinfo-nightly/vite": "2025.12.26"
22
22
  },
23
23
  "dependencies": {
24
- "@pubinfo-nightly/commitlint": "2025.12.09",
25
- "@pubinfo-nightly/shared": "2025.12.09",
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.09",
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.09",
34
+ "@pubinfo-nightly/vite": "2025.12.26",
35
35
  "@types/node": "^24.0.10"
36
36
  },
37
37
  "scripts": {
@@ -1,3 +0,0 @@
1
- import { t as setup_default } from "./setup-BdawX0W3.js";
2
-
3
- export { setup_default as default };
File without changes
File without changes
File without changes