@unity-china/codely-cli 1.0.0-beta.45 → 1.0.0-beta.46

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.
Files changed (2) hide show
  1. package/bundle/gemini.js +2 -2
  2. package/package.json +5 -5
package/bundle/gemini.js CHANGED
@@ -419368,7 +419368,7 @@ async function getPackageJson2() {
419368
419368
  // packages/cli/src/utils/version.ts
419369
419369
  async function getCliVersion() {
419370
419370
  const pkgJson = await getPackageJson2();
419371
- return "1.0.0-beta.45";
419371
+ return "1.0.0-beta.46";
419372
419372
  }
419373
419373
 
419374
419374
  // packages/cli/src/ui/commands/types.ts
@@ -419901,7 +419901,7 @@ import process30 from "node:process";
419901
419901
 
419902
419902
  // packages/cli/src/generated/git-commit.ts
419903
419903
  init_esbuild_polyfill();
419904
- var GIT_COMMIT_INFO = "b8a99db1";
419904
+ var GIT_COMMIT_INFO = "3198a9a0";
419905
419905
 
419906
419906
  // packages/cli/src/ui/commands/bugCommand.ts
419907
419907
  var bugCommand = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unity-china/codely-cli",
3
- "version": "1.0.0-beta.45",
3
+ "version": "1.0.0-beta.46",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -8,10 +8,6 @@
8
8
  "workspaces": [
9
9
  "packages/*"
10
10
  ],
11
- "publishConfig": {
12
- "access": "public",
13
- "registry": "https://registry.npmjs.org/"
14
- },
15
11
  "scripts": {
16
12
  "start": "node scripts/start.js",
17
13
  "debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js",
@@ -70,6 +66,10 @@
70
66
  "README.zh-CN.md",
71
67
  "LICENSE"
72
68
  ],
69
+ "publishConfig": {
70
+ "access": "public",
71
+ "registry": "https://registry.npmjs.org/"
72
+ },
73
73
  "devDependencies": {
74
74
  "@types/marked": "^5.0.2",
75
75
  "@types/micromatch": "^4.0.9",